Openstatus www.openstatus.dev

✏️ wording (#1311)

* ✏️ headline

* ci: apply automated fixes

* ✏️

* ci: apply automated fixes

* ✏️ small update

* ci: apply automated fixes

* ✏️

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Thibault Le Ouay
autofix-ci[bot]
and committed by
GitHub
b297a9ff e7b5b247

+18 -19
+1 -1
apps/web/src/app/(pages)/(content)/page.tsx
··· 72 72 <Stats /> 73 73 <MiddleCTA /> 74 74 <StatusPageCard /> 75 - <AlertCard /> 76 75 <CLICard /> 76 + <AlertCard /> 77 77 <BottomCTA /> 78 78 <LatestChangelogs /> 79 79 </div>
+1 -1
apps/web/src/app/shared-metadata.ts
··· 2 2 3 3 export const TITLE = "openstatus"; 4 4 export const DESCRIPTION = 5 - "Monitor your API and your website globally. Don't let downtime or a slow response time ruin your user experience. Try the open-source uptime and synthetic monitoring platform for free!"; 5 + "Monitor your API and website globally. Showcase your reliability with a public status page. Get started for free with our open-source uptime and synthetic monitoring platform!"; 6 6 7 7 export const OG_DESCRIPTION = 8 8 "Open-source status page and uptime monitoring system";
+3 -2
apps/web/src/components/marketing/hero.tsx
··· 34 34 Showcase your uptime with a status page 35 35 </h1> 36 36 <p className="mx-auto max-w-md text-lg text-muted-foreground md:max-w-xl md:text-xl"> 37 - Monitor your API and website globally, identify performance issues, 38 - downtime and receive alerts before your users are affected. 37 + Proactively monitor your API and website worldwide to detect and 38 + resolve performance issues and downtime, ensuring your users are never 39 + impacted. 39 40 </p> 40 41 </div> 41 42 <div className="my-4 grid gap-2 sm:grid-cols-2">
+10 -11
apps/web/src/config/features.tsx
··· 31 31 export const cardConfig = { 32 32 monitors: { 33 33 icon: "activity", 34 - title: "Synthetic Monitoring", 34 + title: "Monitoring", 35 35 features: [ 36 36 { 37 37 icon: "globe", ··· 82 82 title: "Alerting", 83 83 features: [ 84 84 { 85 - icon: "sparkles", 86 - catchline: "Reduce fatigue.", 85 + icon: "bell", 86 + catchline: "Get alerted.", 87 + description: 88 + "Receive notifications via Email, SMS, Slack, or Discord, ... so you're always aware before your users are.", 89 + }, 90 + { 91 + icon: "eye", 92 + catchline: "Know the activity.", 87 93 description: 88 - "Reduce your alerts fatigue with automatic noise reduction.", 89 - badge: "Coming soon", 94 + "Gain complete visibility: All recoveries, incidents and notifications, together in one timeline.", 90 95 }, 91 96 { 92 97 icon: "zap", 93 98 catchline: "Escalation.", 94 99 description: "Notify and escalate an alert to the right team member.", 95 100 badge: "Coming soon", 96 - }, 97 - { 98 - icon: "bell", 99 - catchline: "Get alerted.", 100 - description: 101 - "Get notified via Email, SMS, Slack, Discord,... before your users do.", 102 101 }, 103 102 ], 104 103 },
+3 -4
apps/web/src/config/landings.tsx
··· 74 74 "synthetic-monitoring": { 75 75 icon: "network", 76 76 title: "Synthetic Monitoring", 77 - hero: "Monitor your application's performance from anywhere, anytime", 77 + hero: "Stop Guessing. Start Knowing. Monitor Your API's Performance Globally.", 78 78 description: 79 79 "Proactively identify and resolve application issues across the globe.", 80 80 blocks: [ ··· 93 93 "monitoring-as-code": { 94 94 icon: "terminal", 95 95 title: "Monitoring as Code", 96 - hero: "Get rid of ClickOps", 97 - description: 98 - "Use configuration files to define your monitoring and store them in your codebase.", 96 + hero: "Get rid of ClickOps for your uptime monitoring configuration", 97 + description: "Define your Monitors with YAML. Control Them with Our CLI.", 99 98 blocks: [ 100 99 <FeatureCLI key="feature-cli" />, 101 100 <FeatureYAML key="feature-yaml-file" position="top" />,