This commit is contained in:
2025-06-18 16:44:30 +02:00
parent 08bc8e8ba5
commit 912b1733b3
17 changed files with 236 additions and 117 deletions

View File

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