From 3e9c47f42a1f237f2cfe31159400f8383e15c089 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 10:14:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4dda2db..8ad1512 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,6 +75,7 @@ export default function LandingPage() { testimonials={[]} title="Customer Favorites" description="Loved by minimalist enthusiasts everywhere." + useInvertedBackground={false} /> @@ -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} /> @@ -93,6 +96,7 @@ export default function LandingPage() { title="Minimalist Newsletter" description="Join our list for exclusive sticker drops." background={{ variant: "plain" }} + useInvertedBackground={false} /> @@ -103,6 +107,7 @@ export default function LandingPage() { { title: "Contact", items: [{ label: "Support", href: "#" }] }, ]} bottomLeftText="© 2024 StickerShop" + bottomRightText="All rights reserved." /> -- 2.49.1