fix: broken links for onboarding
This commit is contained in:
@@ -162,6 +162,6 @@
|
|||||||
},
|
},
|
||||||
"cta": {
|
"cta": {
|
||||||
"label": "Track your first conversion",
|
"label": "Track your first conversion",
|
||||||
"href": "/onboarding"
|
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -170,6 +170,6 @@
|
|||||||
},
|
},
|
||||||
"cta": {
|
"cta": {
|
||||||
"label": "Start visualizing your data",
|
"label": "Start visualizing your data",
|
||||||
"href": "/onboarding"
|
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -134,6 +134,6 @@
|
|||||||
},
|
},
|
||||||
"cta": {
|
"cta": {
|
||||||
"label": "Track events in minutes",
|
"label": "Track events in minutes",
|
||||||
"href": "/onboarding"
|
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -134,6 +134,6 @@
|
|||||||
},
|
},
|
||||||
"cta": {
|
"cta": {
|
||||||
"label": "Build your first funnel",
|
"label": "Build your first funnel",
|
||||||
"href": "/onboarding"
|
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -153,6 +153,6 @@
|
|||||||
},
|
},
|
||||||
"cta": {
|
"cta": {
|
||||||
"label": "Start identifying users today",
|
"label": "Start identifying users today",
|
||||||
"href": "/onboarding"
|
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -163,6 +163,6 @@
|
|||||||
},
|
},
|
||||||
"cta": {
|
"cta": {
|
||||||
"label": "Set up your first integration",
|
"label": "Set up your first integration",
|
||||||
"href": "/onboarding"
|
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -162,6 +162,6 @@
|
|||||||
},
|
},
|
||||||
"cta": {
|
"cta": {
|
||||||
"label": "Set up your first notification rule",
|
"label": "Set up your first notification rule",
|
||||||
"href": "/onboarding"
|
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -133,6 +133,6 @@
|
|||||||
},
|
},
|
||||||
"cta": {
|
"cta": {
|
||||||
"label": "See your retention in minutes",
|
"label": "See your retention in minutes",
|
||||||
"href": "/onboarding"
|
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -152,6 +152,6 @@
|
|||||||
},
|
},
|
||||||
"cta": {
|
"cta": {
|
||||||
"label": "Start tracking revenue",
|
"label": "Start tracking revenue",
|
||||||
"href": "/onboarding"
|
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -142,6 +142,6 @@
|
|||||||
},
|
},
|
||||||
"cta": {
|
"cta": {
|
||||||
"label": "Start tracking sessions",
|
"label": "Start tracking sessions",
|
||||||
"href": "/onboarding"
|
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -163,6 +163,6 @@
|
|||||||
},
|
},
|
||||||
"cta": {
|
"cta": {
|
||||||
"label": "Invite your team and share your first dashboard",
|
"label": "Invite your team and share your first dashboard",
|
||||||
"href": "/onboarding"
|
"href": "https://dashboard.openpanel.dev/onboarding"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -176,6 +176,6 @@
|
|||||||
},
|
},
|
||||||
"cta": {
|
"cta": {
|
||||||
"label": "Add analytics in 2 minutes",
|
"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?"
|
title="Ready to get started?"
|
||||||
description="Join thousands of teams using OpenPanel for their analytics needs."
|
description="Join thousands of teams using OpenPanel for their analytics needs."
|
||||||
ctaText="Get Started Free"
|
ctaText="Get Started Free"
|
||||||
ctaLink="/onboarding"
|
ctaLink="https://dashboard.openpanel.dev/onboarding"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { CtaBanner } from '@/app/(home)/_sections/cta-banner';
|
|
||||||
import { FeatureHero } from '@/app/(content)/features/[slug]/_components/feature-hero';
|
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 { Section, SectionHeader } from '@/components/section';
|
||||||
import { WindowImage } from '@/components/window-image';
|
import { WindowImage } from '@/components/window-image';
|
||||||
import { url } from '@/lib/layout.shared';
|
import { url } from '@/lib/layout.shared';
|
||||||
@@ -61,7 +61,7 @@ export default async function FeaturesIndexPage() {
|
|||||||
title="Ready to get started?"
|
title="Ready to get started?"
|
||||||
description="Join thousands of teams using OpenPanel for their analytics needs."
|
description="Join thousands of teams using OpenPanel for their analytics needs."
|
||||||
ctaText="Get Started Free"
|
ctaText="Get Started Free"
|
||||||
ctaLink="/onboarding"
|
ctaLink="https://dashboard.openpanel.dev/onboarding"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user