From 4f71cd97d08b951b5e874f8381135fab3181e975 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 15:53:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 91 ++++++++++-------------------------------------- 1 file changed, 18 insertions(+), 73 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index feb03c1..7435178 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,15 +30,12 @@ export default function LandingPage() { @@ -46,7 +43,7 @@ export default function LandingPage() { @@ -56,36 +53,17 @@ export default function LandingPage() { @@ -125,29 +97,11 @@ export default function LandingPage() { description="Perspectives from our community." testimonials={[ { - id: "t1", - title: "True Innovation", - quote: "The most refreshing take on street-luxury I have encountered this year.", - name: "Alex Rivet", - role: "Fashion Critic", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2628.jpg?_wi=2", - }, + id: "t1", title: "True Innovation", quote: "The most refreshing take on street-luxury I have encountered this year.", name: "Alex Rivet", role: "Fashion Critic", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2628.jpg"}, { - id: "t2", - title: "Essential Cuts", - quote: "The oversized fits are perfectly proportioned. Quality is unmatched.", - name: "Sarah Chen", - role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg?_wi=2", - }, + id: "t2", title: "Essential Cuts", quote: "The oversized fits are perfectly proportioned. Quality is unmatched.", name: "Sarah Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-white-blouse-terracotta-pants-minimalist-setting_24972-2967.jpg"}, { - id: "t3", - title: "Avant-Garde", - quote: "Every piece feels like a sculpture you can wear. Truly experimental.", - name: "Marcus Vane", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-fedora-hat-studio_23-2150744037.jpg?_wi=2", - }, + id: "t3", title: "Avant-Garde", quote: "Every piece feels like a sculpture you can wear. Truly experimental.", name: "Marcus Vane", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-fedora-hat-studio_23-2150744037.jpg"}, ]} /> @@ -161,20 +115,11 @@ export default function LandingPage() { faqsAnimation="blur-reveal" faqs={[ { - id: "f1", - title: "What is the return policy?", - content: "We offer returns within 14 days of delivery for unworn items in original packaging.", - }, + id: "f1", title: "What is the return policy?", content: "We offer returns within 14 days of delivery for unworn items in original packaging."}, { - id: "f2", - title: "Do you ship internationally?", - content: "Yes, we ship to over 100 countries globally via DHL Express.", - }, + id: "f2", title: "Do you ship internationally?", content: "Yes, we ship to over 100 countries globally via DHL Express."}, { - id: "f3", - title: "How do I care for my garments?", - content: "Please follow the care labels inside each garment, typically dry clean only for structured pieces.", - }, + id: "f3", title: "How do I care for my garments?", content: "Please follow the care labels inside each garment, typically dry clean only for structured pieces."}, ]} /> -- 2.49.1