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

@@ -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>
);