refactor: reposition BentoReviews section below ClickableGallery

This commit is contained in:
2025-10-05 16:49:39 +02:00
parent e646198255
commit 54333f2bd5

View File

@@ -27,9 +27,6 @@ export default function Home() {
<section id="technologies">
<StackSectionPreview />
</section>
<section id="bento-reviews">
<BentoReviews />
</section>
<section id="deploy">
<Steps />
</section>
@@ -39,6 +36,9 @@ export default function Home() {
<section id="clickable-gallery">
<ClickableGallery />
</section>
<section id="bento-reviews">
<BentoReviews />
</section>
<section id="call-to-action">
<CallToAction />
</section>