From 1126463d6f12ce2cea83afb38818fc3f6fac6d26 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 10:55:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8afedd6..64bdd93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,6 +177,7 @@ export default function LandingPage() { { id: "q3", title: "Can I return items?", content: "Yes, we offer hassle-free returns within 7 days." }, ]} faqsAnimation="blur-reveal" + useInvertedBackground={false} /> @@ -187,7 +188,7 @@ export default function LandingPage() { description="Reach out to us for collaborations or support." buttons={[{ text: "Contact Support", href: "#" }]} useInvertedBackground={true} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} /> -- 2.49.1