Marketing: route registration to checkout
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -379,7 +379,7 @@ const HowItWorks: React.FC = () => {
|
||||
))}
|
||||
</ul>
|
||||
<Button asChild className="mt-6 bg-pink-500 hover:bg-pink-600">
|
||||
<Link href={localizedPath('/register')}>
|
||||
<Link href={localizedPath('/packages')}>
|
||||
{checklist.cta}
|
||||
</Link>
|
||||
</Button>
|
||||
|
||||
@@ -162,12 +162,6 @@ const AuthRedirectSuccess: React.FC<{ emailVerified?: boolean | null }> = ({ ema
|
||||
>
|
||||
{t('login')}
|
||||
</a>
|
||||
<p className="text-sm text-gray-600">
|
||||
{t('no_account')}{' '}
|
||||
<a href={localizedPath('/register')} className="text-blue-600 hover:text-blue-500">
|
||||
{t('register')}
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user