fix: broken links for onboarding

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-12 20:49:06 +00:00
parent 2389b351e4
commit 68b12b36cc
14 changed files with 16 additions and 16 deletions

View File

@@ -162,6 +162,6 @@
},
"cta": {
"label": "Track your first conversion",
"href": "/onboarding"
"href": "https://dashboard.openpanel.dev/onboarding"
}
}

View File

@@ -170,6 +170,6 @@
},
"cta": {
"label": "Start visualizing your data",
"href": "/onboarding"
"href": "https://dashboard.openpanel.dev/onboarding"
}
}

View File

@@ -134,6 +134,6 @@
},
"cta": {
"label": "Track events in minutes",
"href": "/onboarding"
"href": "https://dashboard.openpanel.dev/onboarding"
}
}

View File

@@ -134,6 +134,6 @@
},
"cta": {
"label": "Build your first funnel",
"href": "/onboarding"
"href": "https://dashboard.openpanel.dev/onboarding"
}
}

View File

@@ -153,6 +153,6 @@
},
"cta": {
"label": "Start identifying users today",
"href": "/onboarding"
"href": "https://dashboard.openpanel.dev/onboarding"
}
}

View File

@@ -163,6 +163,6 @@
},
"cta": {
"label": "Set up your first integration",
"href": "/onboarding"
"href": "https://dashboard.openpanel.dev/onboarding"
}
}

View File

@@ -162,6 +162,6 @@
},
"cta": {
"label": "Set up your first notification rule",
"href": "/onboarding"
"href": "https://dashboard.openpanel.dev/onboarding"
}
}

View File

@@ -133,6 +133,6 @@
},
"cta": {
"label": "See your retention in minutes",
"href": "/onboarding"
"href": "https://dashboard.openpanel.dev/onboarding"
}
}

View File

@@ -152,6 +152,6 @@
},
"cta": {
"label": "Start tracking revenue",
"href": "/onboarding"
"href": "https://dashboard.openpanel.dev/onboarding"
}
}

View File

@@ -142,6 +142,6 @@
},
"cta": {
"label": "Start tracking sessions",
"href": "/onboarding"
"href": "https://dashboard.openpanel.dev/onboarding"
}
}

View File

@@ -163,6 +163,6 @@
},
"cta": {
"label": "Invite your team and share your first dashboard",
"href": "/onboarding"
"href": "https://dashboard.openpanel.dev/onboarding"
}
}
}

View File

@@ -176,6 +176,6 @@
},
"cta": {
"label": "Add analytics in 2 minutes",
"href": "/onboarding"
"href": "https://dashboard.openpanel.dev/onboarding"
}
}

View File

@@ -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"
/>
</div>
);

View File

@@ -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"
/>
</div>
);