diff --git a/apps/public/content/features/conversion.json b/apps/public/content/features/conversion.json index bffafc82..19f355c4 100644 --- a/apps/public/content/features/conversion.json +++ b/apps/public/content/features/conversion.json @@ -162,6 +162,6 @@ }, "cta": { "label": "Track your first conversion", - "href": "/onboarding" + "href": "https://dashboard.openpanel.dev/onboarding" } } \ No newline at end of file diff --git a/apps/public/content/features/data-visualization.json b/apps/public/content/features/data-visualization.json index 91f4e2aa..509ef877 100644 --- a/apps/public/content/features/data-visualization.json +++ b/apps/public/content/features/data-visualization.json @@ -170,6 +170,6 @@ }, "cta": { "label": "Start visualizing your data", - "href": "/onboarding" + "href": "https://dashboard.openpanel.dev/onboarding" } } \ No newline at end of file diff --git a/apps/public/content/features/event-tracking.json b/apps/public/content/features/event-tracking.json index e4fc9285..d12a31a9 100644 --- a/apps/public/content/features/event-tracking.json +++ b/apps/public/content/features/event-tracking.json @@ -134,6 +134,6 @@ }, "cta": { "label": "Track events in minutes", - "href": "/onboarding" + "href": "https://dashboard.openpanel.dev/onboarding" } } \ No newline at end of file diff --git a/apps/public/content/features/funnels.json b/apps/public/content/features/funnels.json index 6096c56a..d8d4e524 100644 --- a/apps/public/content/features/funnels.json +++ b/apps/public/content/features/funnels.json @@ -134,6 +134,6 @@ }, "cta": { "label": "Build your first funnel", - "href": "/onboarding" + "href": "https://dashboard.openpanel.dev/onboarding" } } \ No newline at end of file diff --git a/apps/public/content/features/identify-users.json b/apps/public/content/features/identify-users.json index 662185fa..9ff49bd8 100644 --- a/apps/public/content/features/identify-users.json +++ b/apps/public/content/features/identify-users.json @@ -153,6 +153,6 @@ }, "cta": { "label": "Start identifying users today", - "href": "/onboarding" + "href": "https://dashboard.openpanel.dev/onboarding" } } \ No newline at end of file diff --git a/apps/public/content/features/integrations.json b/apps/public/content/features/integrations.json index 6c154e42..8f5d1b97 100644 --- a/apps/public/content/features/integrations.json +++ b/apps/public/content/features/integrations.json @@ -163,6 +163,6 @@ }, "cta": { "label": "Set up your first integration", - "href": "/onboarding" + "href": "https://dashboard.openpanel.dev/onboarding" } } \ No newline at end of file diff --git a/apps/public/content/features/notifications.json b/apps/public/content/features/notifications.json index a05b76dd..262f0300 100644 --- a/apps/public/content/features/notifications.json +++ b/apps/public/content/features/notifications.json @@ -162,6 +162,6 @@ }, "cta": { "label": "Set up your first notification rule", - "href": "/onboarding" + "href": "https://dashboard.openpanel.dev/onboarding" } } \ No newline at end of file diff --git a/apps/public/content/features/retention.json b/apps/public/content/features/retention.json index a5e22ca7..48ade2c4 100644 --- a/apps/public/content/features/retention.json +++ b/apps/public/content/features/retention.json @@ -133,6 +133,6 @@ }, "cta": { "label": "See your retention in minutes", - "href": "/onboarding" + "href": "https://dashboard.openpanel.dev/onboarding" } } \ No newline at end of file diff --git a/apps/public/content/features/revenue-tracking.json b/apps/public/content/features/revenue-tracking.json index 7cb8f27b..05f819b5 100644 --- a/apps/public/content/features/revenue-tracking.json +++ b/apps/public/content/features/revenue-tracking.json @@ -152,6 +152,6 @@ }, "cta": { "label": "Start tracking revenue", - "href": "/onboarding" + "href": "https://dashboard.openpanel.dev/onboarding" } } \ No newline at end of file diff --git a/apps/public/content/features/session-tracking.json b/apps/public/content/features/session-tracking.json index 8d44af00..7a17b27e 100644 --- a/apps/public/content/features/session-tracking.json +++ b/apps/public/content/features/session-tracking.json @@ -142,6 +142,6 @@ }, "cta": { "label": "Start tracking sessions", - "href": "/onboarding" + "href": "https://dashboard.openpanel.dev/onboarding" } } \ No newline at end of file diff --git a/apps/public/content/features/share-and-collaborate.json b/apps/public/content/features/share-and-collaborate.json index 7a4b0663..fde5e5ba 100644 --- a/apps/public/content/features/share-and-collaborate.json +++ b/apps/public/content/features/share-and-collaborate.json @@ -163,6 +163,6 @@ }, "cta": { "label": "Invite your team and share your first dashboard", - "href": "/onboarding" + "href": "https://dashboard.openpanel.dev/onboarding" } -} +} \ No newline at end of file diff --git a/apps/public/content/features/web-analytics.json b/apps/public/content/features/web-analytics.json index 252746a1..1e954022 100644 --- a/apps/public/content/features/web-analytics.json +++ b/apps/public/content/features/web-analytics.json @@ -176,6 +176,6 @@ }, "cta": { "label": "Add analytics in 2 minutes", - "href": "/onboarding" + "href": "https://dashboard.openpanel.dev/onboarding" } } \ No newline at end of file diff --git a/apps/public/src/app/(content)/compare/page.tsx b/apps/public/src/app/(content)/compare/page.tsx index ea5cf002..306cefa8 100644 --- a/apps/public/src/app/(content)/compare/page.tsx +++ b/apps/public/src/app/(content)/compare/page.tsx @@ -66,7 +66,7 @@ export default async function CompareIndexPage() { title="Ready to get started?" description="Join thousands of teams using OpenPanel for their analytics needs." ctaText="Get Started Free" - ctaLink="/onboarding" + ctaLink="https://dashboard.openpanel.dev/onboarding" /> ); diff --git a/apps/public/src/app/(content)/features/page.tsx b/apps/public/src/app/(content)/features/page.tsx index 0c5a8325..3aacf597 100644 --- a/apps/public/src/app/(content)/features/page.tsx +++ b/apps/public/src/app/(content)/features/page.tsx @@ -1,5 +1,5 @@ -import { CtaBanner } from '@/app/(home)/_sections/cta-banner'; import { FeatureHero } from '@/app/(content)/features/[slug]/_components/feature-hero'; +import { CtaBanner } from '@/app/(home)/_sections/cta-banner'; import { Section, SectionHeader } from '@/components/section'; import { WindowImage } from '@/components/window-image'; import { url } from '@/lib/layout.shared'; @@ -61,7 +61,7 @@ export default async function FeaturesIndexPage() { title="Ready to get started?" description="Join thousands of teams using OpenPanel for their analytics needs." ctaText="Get Started Free" - ctaLink="/onboarding" + ctaLink="https://dashboard.openpanel.dev/onboarding" /> );