chore: Add feature pages

This commit is contained in:
Dries Augustyns
2026-03-06 15:13:24 +01:00
parent c90f3d0f01
commit 0839975083
23 changed files with 507 additions and 331 deletions
+5 -2
View File
@@ -410,10 +410,13 @@ export default function ActiveCampaignComparison() {
whileTap={{scale: 0.98}}
href={`${DASHBOARD_URI}/auth/signup`}
className={
'rounded-lg bg-neutral-900 px-8 py-4 text-base font-semibold text-white transition hover:bg-neutral-800'
'group rounded-lg bg-neutral-900 px-8 py-4 text-base font-semibold text-white transition hover:bg-neutral-800'
}
>
Start free trial
<span className={'flex items-center gap-2'}>
Get started free
<ArrowRight className="h-4 w-4 transition-transform group-hover:translate-x-1" />
</span>
</motion.a>
<Link
href="/pricing"