This commit is contained in:
2025-09-12 22:02:16 +02:00
parent 92e5c36ddc
commit 3e79ab7ab8
25 changed files with 3169 additions and 1280 deletions

View File

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