From aed5cbe9b2f1797261e2e8abe7d7ca14b2e57d47 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 4 Feb 2026 13:43:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" } ] } - ] + ]} />