···88 </a>
99 </p>
10101111- <p align="center">The Open-Source frontend performance monitoring platform.
1111+ <p align="center">The Open-Source performance monitoring platform.
1212 <br />
1313 <a href="https://www.openstatus.dev"><strong>Learn more »</strong></a>
1414 <br />
···25252626## About OpenStatus 🏓
27272828-OpenStatus is open-source frontend monitoring platform.
2828+OpenStatus is open-source performance monitoring platform.
29293030- **Synthetic monitoring**: Monitor your website and APIs worldwide and receive
3131 notifications when they are down or slow.
+1-1
apps/web/src/app/shared-metadata.ts
···2233export const TITLE = "OpenStatus";
44export const DESCRIPTION =
55- "A better way to monitor your API and your frontend performance. Don't let downtime or slow page loading ruin your user experience. Speed Matters ⚡.";
55+ "A better way to monitor your API and your website. Don't let downtime or a slow response time ruin your user experience. Speed Matters ⚡.";
6677export const defaultMetadata: Metadata = {
88 title: {
···2727 <h1
2828 className={cn(
2929 "font-cal text-4xl text-foreground md:text-6xl",
3030- "bg-gradient-to-tl from-0% from-[hsl(var(--muted))] to-40% to-[hsl(var(--foreground))] bg-clip-text text-transparent",
3030+ "bg-gradient-to-tl from-0% from-[hsl(var(--muted))] to-40% to-[hsl(var(--foreground))] bg-clip-text text-transparent"
3131 )}
3232 >
3333 A better way to monitor your services.
3434 </h1>
3535 <p className="mx-auto max-w-md text-lg text-muted-foreground md:max-w-xl md:text-xl">
3636- Monitor your API and website from 6 continents, detect some
3737- performance issues and receive notifications before your users are
3838- affected.
3636+ Monitor your API and website globally, identify performance issues,
3737+ downtime and receive alerts before your users are affected.
3938 </p>
4039 </div>
4140 <div className="my-4 grid gap-2 sm:grid-cols-2">
···66 <div className="flex-1">
77 <div className="flex items-end justify-between gap-4">
88 <div>
99- <p className="mb-2 font-cal text-xl">Enterprise</p>
99+ <p className="mb-2 font-cal text-xl">Custom</p>
1010 <p className="text-muted-foreground">
1111- Dedicated support and needs for your company.
1111+ Want more regions? Want to host it on your own server? Want
1212+ something else? We can help you with that.
1213 </p>
1314 </div>
1414- <p className="shrink-0">
1515- <span className="font-cal text-2xl">Lets talk</span>
1616- </p>
1715 </div>
1816 </div>
1917 <div>
···2321 target="_blank"
2422 rel="noreferrer"
2523 >
2626- Schedule call
2424+ Talk to us
2725 </a>
2826 </Button>
2927 </div>
+2-2
apps/web/src/config/features.ts
···8484 features: [
8585 {
8686 icon: "sparkles",
8787- catchline: "Connect.",
8787+ catchline: "Reduce fagitue.",
8888 description:
8989- "Aggregate alerts from all your monitoring services (Grafana, Datadog) and use our AI to make them actionable.",
8989+ "Reduce your alerts fatigue with automatic noise reduction.",
9090 badge: "Coming soon",
9191 },
9292 {