This commit is contained in:
2025-09-15 16:51:05 +02:00
parent 28fa04afc0
commit bfdd5aae41
37 changed files with 829 additions and 204 deletions

View File

@@ -11,6 +11,7 @@ import { CallTo } from '@/components/CallTo'
import { ScrollDown } from '@/components/ui/ScrollDown'
import { ScrollUp } from '@/components/ui/ScrollUp'
import { GridStats } from '@/components/GridStats'
import { WorldMap } from '@/components/WorldMap'
export default function Home() {
return (
@@ -18,21 +19,19 @@ export default function Home() {
<section id="home-hero">
<HomeHero />
</section>
<section id="home-about">
<HomeAbout />
</section>
<section id="grid-stats">
<GridStats />
</section>
<section id="companies">
<Companies />
</section>
<section id="stack-section">
<StackSectionPreview />
</section>
<section id="steps">
<Steps />
</section>
<section id="grid-stats">
<GridStats />
</section>
<section id="stack-section">
<StackSectionPreview />
</section>
<section id="clickable-gallery">
<ClickableGallery />
</section>
@@ -45,6 +44,7 @@ export default function Home() {
<section id="faqs">
<Faqs />
</section>
<ScrollDown />
<ScrollUp />
</>