diff --git a/src/app/page.tsx b/src/app/page.tsx index f8fcbc8..c7fae4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroSplit from '@/components/sections/hero/HeroSplit'; @@ -77,7 +77,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" animationType="slide-up" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -128,7 +128,7 @@ export default function LandingPage() { } ]} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -172,7 +172,7 @@ export default function LandingPage() { description="Subscribe to our newsletter and receive exclusive offers, styling tips, and early access to new arrivals. We promise never to spam—just quality fashion inspiration." tagIcon={Mail} background={{ variant: "animated-grid" }} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" inputPlaceholder="Enter your email" buttonText="Subscribe" termsText="By subscribing, you agree to our privacy policy. You can unsubscribe anytime." @@ -218,7 +218,7 @@ export default function LandingPage() { { label: "Facebook", href: "https://facebook.com" } ] } - ] + ]} />