From 7f32146ca42bbf93ba3ebb17e83b051c69c9c48b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:12:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a24688..d891143 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,10 +10,9 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import { Shield, Sparkles, Star, Zap, Palette, Users } from "lucide-react"; +import { Shield, Sparkles, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -74,6 +73,8 @@ export default function LandingPage() { animationType="slide-up" title="Design Philosophy" description="We believe in the intersection of classic tailoring and urban edge." + textboxLayout="split" + useInvertedBackground={false} metrics={[ { id: "d1", value: "Avant-Garde", title: "Aesthetic", description: "Experimental silhouettes", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-touching-marble-bust_171337-16535.jpg" }, { id: "d2", value: "Sustainable", title: "Material", description: "Ethically sourced textiles", imageSrc: "http://img.b2bpic.net/free-photo/pink-hair-girl-avantgarde-style-wearing-sunglasses_114579-17674.jpg" } @@ -126,6 +127,8 @@ export default function LandingPage() {