From eace19eb2301a4b3cec82623899ca22e6f3c5520 Mon Sep 17 00:00:00 2001 From: Thibault Le Ouay Date: Wed, 26 Feb 2025 22:32:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=8A=EF=B8=8F=20improve=20content=20(#1?= =?UTF-8?q?204)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🖊️ improve content * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- apps/web/src/config/features.ts | 7 +++---- apps/web/src/config/pages.ts | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) 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.",