Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-14 12:07:25 +00:00

View File

@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>