This commit is contained in:
2025-09-17 18:32:20 +02:00
parent 9277bc7105
commit 02557fcb82
10 changed files with 201 additions and 60 deletions

View File

@@ -13,6 +13,7 @@ import { ScrollUp } from '@/components/ui/ScrollUp'
import { GridStats } from '@/components/GridStats'
import { WorldMap } from '@/components/WorldMap'
import { GetStarted } from '@/components/GetStarted'
import { BentoReviews } from '@/components/BentoReviews'
export default function Home() {
return (
@@ -23,6 +24,9 @@ export default function Home() {
<section id="about">
<StackSectionPreview />
</section>
<section id="bento-reviews" className="py-12">
<BentoReviews />
</section>
<section id="network">
<WorldMap />
</section>
@@ -38,9 +42,6 @@ export default function Home() {
<section id="clickable-gallery">
<ClickableGallery />
</section>
<section id="get-started">
<GetStarted />
</section>
<section id="call-to-action">
<CallToAction />
</section>