replace all

This commit is contained in:
2025-09-04 14:29:31 +02:00
parent 6548a6b3d2
commit 375dc77441
7 changed files with 247 additions and 101 deletions

View File

@@ -5,16 +5,16 @@ import { Pricing } from '@/components/Pricing'
import { PrimaryFeatures } from '@/components/PrimaryFeatures'
import { Reviews } from '@/components/Reviews'
import { SecondaryFeatures } from '@/components/SecondaryFeatures'
import { Benefits } from '@/components/Benefits'
export default function Home() {
return (
<>
<Hero />
<PrimaryFeatures />
<SecondaryFeatures />
<Reviews />
<CallToAction />
<Reviews />
<Pricing />
<SecondaryFeatures />
<Faqs />
</>
)