···1313 },
1414 {
1515 q: "Who are we?",
1616- a: "We are <a href='https://twitter.com/thibaultleouay' target='_blank'>Thibault</a> and <a href='https://twitter.com/mxkaske' target='_blank'>Max</a>. We both have a 9-to-5 job and we are doing that project for the purpose of open source and the community. Of course, it would be nice to make that project self sustainable. It's not a sprint, it's a marathon.",
1616+ a: "We are <a href='https://twitter.com/thibaultleouay' target='_blank'>Thibault</a> and <a href='https://twitter.com/mxkaske' target='_blank'>Max</a>.",
1717 },
1818 {
1919 q: "How does it work?",
+6-5
apps/web/src/components/marketing/hero.tsx
···1212 return (
1313 <Shell className="text-center">
1414 <Link
1515- href="https://twitter.com/mxkaske/status/1685666982786404352?s=20"
1515+ href="https://github.com/openstatusHQ/openstatus/stargazers"
1616 target="_blank"
1717 rel="noreferrer"
1818 >
1919 <Badge variant="outline">
2020- Announcement Post <ChevronRight className="ml-1 h-3 w-3" />
2020+ Proudly Open Source - Support us on GitHub
2121+ <ChevronRight className="ml-1 h-3 w-3" />
2122 </Badge>
2223 </Link>
2324 <h1 className="text-foreground font-cal mb-6 mt-2 text-3xl">
2424- Open-source monitoring service
2525+ A better way to monitor your services.
2526 </h1>
2627 <p className="text-muted-foreground mx-auto mb-6 max-w-lg text-lg">
2727- OpenStatus is an open-source monitoring service with incident
2828- management.
2828+ Reduce alert fatigue by triggering only relevant alerts when your
2929+ services experience downtime.
2930 </p>
3031 {/* much better than using flex without text alignment, text stays center even thought not same length */}
3132 <div className="my-4 grid gap-2 sm:grid-cols-2">
···1515 <title>Confirm your subscription to {page} Status Page</title>
1616 <Preview>Confirm your subscription to {page} Status Page</Preview>
1717 <Body>
1818- <h1>Confirm your subscription to {page} Status Page</h1>
1818+ <p>Confirm your subscription to {page} Status Page</p>
1919 <p>
2020 You are receiving this email because you subscribed to receive
2121 updates from {page} Status Page.
···3030 </a>
3131 </p>
3232 <br />
3333- <br />
3434- ๐ Powered by
3333+ ๐ Powered by{" "}
3534 <Link href="https://www.openstatus.dev">OpenStatus.dev</Link>
3635 </Body>
3736 </Head>