Newsletter comming soon

This commit is contained in:
Timo Knuth
2025-12-18 15:54:53 +01:00
parent f1d1f4291b
commit 6aa3267f26
14 changed files with 1128 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
import React from 'react';
import { Hero } from '@/components/marketing/Hero';
import AIComingSoonBanner from '@/components/marketing/AIComingSoonBanner';
import { StatsStrip } from '@/components/marketing/StatsStrip';
import { TemplateCards } from '@/components/marketing/TemplateCards';
import { InstantGenerator } from '@/components/marketing/InstantGenerator';
@@ -29,6 +30,7 @@ export default function HomePageClient() {
return (
<>
<Hero t={t} />
<AIComingSoonBanner />
<InstantGenerator t={t} />
<StaticVsDynamic t={t} />
<Features t={t} />