refactor: reposition BentoReviews section below ClickableGallery
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user