fix: broken links for onboarding
This commit is contained in:
@@ -162,6 +162,6 @@
|
||||
},
|
||||
"cta": {
|
||||
"label": "Track your first conversion",
|
||||
"href": "/onboarding"
|
||||
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||
}
|
||||
}
|
||||
@@ -170,6 +170,6 @@
|
||||
},
|
||||
"cta": {
|
||||
"label": "Start visualizing your data",
|
||||
"href": "/onboarding"
|
||||
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||
}
|
||||
}
|
||||
@@ -134,6 +134,6 @@
|
||||
},
|
||||
"cta": {
|
||||
"label": "Track events in minutes",
|
||||
"href": "/onboarding"
|
||||
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||
}
|
||||
}
|
||||
@@ -134,6 +134,6 @@
|
||||
},
|
||||
"cta": {
|
||||
"label": "Build your first funnel",
|
||||
"href": "/onboarding"
|
||||
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||
}
|
||||
}
|
||||
@@ -153,6 +153,6 @@
|
||||
},
|
||||
"cta": {
|
||||
"label": "Start identifying users today",
|
||||
"href": "/onboarding"
|
||||
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||
}
|
||||
}
|
||||
@@ -163,6 +163,6 @@
|
||||
},
|
||||
"cta": {
|
||||
"label": "Set up your first integration",
|
||||
"href": "/onboarding"
|
||||
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||
}
|
||||
}
|
||||
@@ -162,6 +162,6 @@
|
||||
},
|
||||
"cta": {
|
||||
"label": "Set up your first notification rule",
|
||||
"href": "/onboarding"
|
||||
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||
}
|
||||
}
|
||||
@@ -133,6 +133,6 @@
|
||||
},
|
||||
"cta": {
|
||||
"label": "See your retention in minutes",
|
||||
"href": "/onboarding"
|
||||
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||
}
|
||||
}
|
||||
@@ -152,6 +152,6 @@
|
||||
},
|
||||
"cta": {
|
||||
"label": "Start tracking revenue",
|
||||
"href": "/onboarding"
|
||||
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||
}
|
||||
}
|
||||
@@ -142,6 +142,6 @@
|
||||
},
|
||||
"cta": {
|
||||
"label": "Start tracking sessions",
|
||||
"href": "/onboarding"
|
||||
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||
}
|
||||
}
|
||||
@@ -163,6 +163,6 @@
|
||||
},
|
||||
"cta": {
|
||||
"label": "Invite your team and share your first dashboard",
|
||||
"href": "/onboarding"
|
||||
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -176,6 +176,6 @@
|
||||
},
|
||||
"cta": {
|
||||
"label": "Add analytics in 2 minutes",
|
||||
"href": "/onboarding"
|
||||
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user