From f0fce1ffe89a628cfe794e4ad09c4a4f2634469e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 12:07:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4781ab6..e429640 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MetricCardSeven from '@/components/sections/metric/MetricCardSeven'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import MediaAbout from '@/components/sections/about/MediaAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; @@ -90,6 +90,7 @@ export default function LandingPage() { { id: "1", value: "100%", title: "Midnight Aesthetics", items: ["Black-on-black", "Dark grey accents", "Shadow finish"] }, { id: "2", value: "50k", title: "Pieces Sold", items: ["Global reach", "Cult following", "Limited editions"] } ]} + useInvertedBackground={false} /> @@ -103,6 +104,7 @@ export default function LandingPage() { { id: "1", name: "Alex D.", role: "Stylist", testimonial: "The fit and feel of the materials is unparalleled. Finally, clothing that matches my vibe." }, { id: "2", name: "Maya K.", role: "Creative", testimonial: "Noir isn't just clothing; it's a statement. Clean, sharp, and perfectly edgy." } ]} + useInvertedBackground={false} /> @@ -113,6 +115,7 @@ export default function LandingPage() { description="Sign up to be the first to know about our exclusive limited-edition drops." buttons={[{ text: "Join Waitlist" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1