Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-29 10:14:22 +00:00

View File

@@ -75,6 +75,7 @@ export default function LandingPage() {
testimonials={[]}
title="Customer Favorites"
description="Loved by minimalist enthusiasts everywhere."
useInvertedBackground={false}
/>
</div>
@@ -83,7 +84,9 @@ export default function LandingPage() {
faqs={[
{ id: "f1", title: "Quality Guarantee", content: "All our stickers are waterproof, scratch-resistant, and matte finished for a clean look." },
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="none"
useInvertedBackground={false}
/>
</div>
@@ -93,6 +96,7 @@ export default function LandingPage() {
title="Minimalist Newsletter"
description="Join our list for exclusive sticker drops."
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -103,6 +107,7 @@ export default function LandingPage() {
{ title: "Contact", items: [{ label: "Support", href: "#" }] },
]}
bottomLeftText="© 2024 StickerShop"
bottomRightText="All rights reserved."
/>
</div>
</ReactLenis>