Marketing: route registration to checkout

This commit is contained in:
Codex Agent
2026-01-06 08:36:55 +01:00
parent 34eb2b94b3
commit f89f6d6223
14 changed files with 105 additions and 328 deletions

View File

@@ -167,7 +167,7 @@ const DemoPage: React.FC<DemoPageProps> = ({ demoToken }) => {
{t('marketing.labels.readyToLaunchCopy', 'Registriere dich kostenlos und lege noch heute dein erstes Event an.')}
</span>
<Button asChild className="bg-pink-500 hover:bg-pink-600">
<Link href={localizedPath('/register')}>{demo.primaryCta}</Link>
<Link href={localizedPath('/packages')}>{demo.primaryCta}</Link>
</Button>
</AlertDescription>
</Alert>