This commit is contained in:
2025-09-13 16:22:16 +02:00
parent 115fb060e8
commit 0f5d64cbbc
13 changed files with 291 additions and 2 deletions

View File

@@ -10,12 +10,14 @@ import { About } from '@/components/About'
import { HomeHero } from '@/components/HomeHero'
import { HomeAbout } from '@/components/HomeAbout'
import { ClickableGallery } from '@/components/ClickableGallery'
import { StackSectionPreview } from '@/components/StackSection'
export default function Home() {
return (
<>
<HomeHero />
<HomeAbout />
<StackSectionPreview />
<ClickableGallery />
<Benefits />
<PrimaryFeatures />