···1212 <aside className="border-border col-span-1 flex w-full items-center justify-center border p-3 backdrop-blur-[2px] md:p-6">
1313 <div className="w-full max-w-lg text-left">
1414 <h1 className="font-cal text-foreground mb-3 text-2xl">
1515- Open Source Status Page
1515+ Open Source Monitoring Service
1616 </h1>
1717 <p className="text-muted-foreground">
1818- Create your own status page within a couple of minutes. You are
1919- developer and want to know how it works? <br />
1818+ Monitor your website or API and create your own status page within a
1919+ couple of minutes. Want to know how it works? <br />
2020+ <br />
2021 Check out{" "}
2122 <a
2223 href="https://github.com/openstatushq/openstatus"
···3031 </p>
3132 {/* Add Demo tracker here? */}
3233 <div className="h-12" />
3333- <p className="text-muted-foreground text-right text-sm font-light">
3434+ {/* <p className="text-muted-foreground text-right text-sm font-light">
3435 *your data is safe
3535- </p>
3636+ </p> */}
3637 </div>
3738 </aside>
3839 <main className="container col-span-1 mx-auto flex items-center justify-center md:col-span-1 xl:col-span-2">
···2020});
21212222const TITLE = "OpenStatus";
2323-const DESCRIPTION = "Open-Source alternative to your current status page.";
2323+const DESCRIPTION =
2424+ "Open-Source alternative to your current status page and monitoring service.";
24252526export const metadata: Metadata = {
2627 title: TITLE,
···1818 icon: "panel-top",
1919 title: "Status Pages",
2020 description:
2121- "Create your own status page within seconds. Select your monitors you wish to display.",
2121+ "Create your own status page within seconds. Select the information you want to display.",
2222 },
2323 {
2424 icon: "siren",
+3-3
apps/web/src/components/marketing/faqs.tsx
···1717 },
1818 {
1919 q: "How does it work?",
2020- a: "We will ping your endpoint from multiple region to figure out if it's up or down. We will then display the status on your status page.",
2020+ a: "We ping your endpoints from multiple regions to calculate uptime. We display the status on your status page.",
2121 },
2222 {
2323 q: "What regions do we support?",
2424- a: "We support all the <strong>vercel regions</strong>. Find the full list <a href='https://vercel.com/docs/concepts/edge-network/regions' target='_blank'>here</a>.",
2424+ a: "We support all the <strong>Vercel regions</strong>. Find the full list <a href='https://vercel.com/docs/concepts/edge-network/regions' target='_blank'>here</a>.",
2525 },
2626 {
2727 q: "How can I help?",
2828- a: "You can star our project on <a href='https://github.com/openstatusHQ/openstatus'>github</a>, or contribute to it. Or you can also become a paid user.",
2828+ a: "You can star our project on <a href='https://github.com/openstatusHQ/openstatus'>GitHub</a>, or contribute to it. Or you can also become a paid user.",
2929 },
3030];
3131