diff --git a/apps/web/src/config/features.ts b/apps/web/src/config/features.ts index f97dda48d7..8551295e54 100644 --- a/apps/web/src/config/features.ts +++ b/apps/web/src/config/features.ts @@ -31,7 +31,7 @@ export const specialCardConfig = { export const cardConfig = { monitors: { icon: "activity", - title: "Monitoring", + title: "Synthetic Monitoring", features: [ { icon: "globe", @@ -47,10 +47,9 @@ export const cardConfig = { }, { icon: "bot", - catchline: "Cron Monitoring.", - badge: "Coming soon", + catchline: "OpenTelemetry.", description: - "Never let a cron job fail you. Get notified when a job did not run successfully.", + "Export your synthetic monitoring metrics to your observability stack.", }, ], }, diff --git a/apps/web/src/config/pages.ts b/apps/web/src/config/pages.ts index 9e79ac2267..9f52ffc551 100644 --- a/apps/web/src/config/pages.ts +++ b/apps/web/src/config/pages.ts @@ -205,7 +205,7 @@ type MarketingPageType = Page; export const marketingProductPagesConfig = [ { href: "/features/monitoring", - title: "Monitoring", + title: "Synthetic Monitoring", subtitle: "Get insights of the latency of your API and website from all over the world.", description: "Monitor your API and website globally.",