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" }} />