refactor: reorder homepage sections to show network map before technologies

This commit is contained in:
2025-10-01 12:25:19 +02:00
parent d52190268a
commit 5f1774f03c

View File

@@ -21,12 +21,12 @@ export default function Home() {
<section id="home-hero"> <section id="home-hero">
<HomeHero /> <HomeHero />
</section> </section>
<section id="technologies">
<StackSectionPreview />
</section>
<section id="network"> <section id="network">
<WorldMap /> <WorldMap />
</section> </section>
<section id="technologies">
<StackSectionPreview />
</section>
<section id="bento-reviews"> <section id="bento-reviews">
<BentoReviews /> <BentoReviews />
</section> </section>