This commit is contained in:
2025-09-16 13:54:45 +02:00
parent de6a83a87c
commit 979a6523fa
5 changed files with 71 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ import { ScrollDown } from '@/components/ui/ScrollDown'
import { ScrollUp } from '@/components/ui/ScrollUp'
import { GridStats } from '@/components/GridStats'
import { WorldMap } from '@/components/WorldMap'
import { GetStarted } from '@/components/GetStarted'
export default function Home() {
return (
@@ -28,11 +29,14 @@ export default function Home() {
<section>
<StackSectionPreview />
</section>
<section id="grid-stats">
<GridStats />
</section>
<section id="world-map">
<WorldMap />
</section>
<section id="grid-stats">
<GridStats />
<section id="get-started">
<GetStarted />
</section>
<section id="use-cases">
<UseCases />