Update src/app/page.tsx

This commit is contained in:
2026-02-04 13:43:30 +00:00
parent c0e26594fc
commit aed5cbe9b2

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroSplit from '@/components/sections/hero/HeroSplit';
@@ -77,7 +77,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -128,7 +128,7 @@ export default function LandingPage() {
} }
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -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." 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} tagIcon={Mail}
background={{ variant: "animated-grid" }} background={{ variant: "animated-grid" }}
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Subscribe" buttonText="Subscribe"
termsText="By subscribing, you agree to our privacy policy. You can unsubscribe anytime." 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" } { label: "Facebook", href: "https://facebook.com" }
] ]
} }
] ]}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>