From aaa3054ddab79e666c1dc1a6295302f9825ef082 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 05:01:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 172 ++++++++++++----------------------------------- 1 file changed, 42 insertions(+), 130 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea837ac..fa2340a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,102 +30,66 @@ export default function LandingPage() {
@@ -138,26 +102,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Elite Performance Shorts", - price: "$85", - variant: "Matte Black", - imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-wers-green-merino-wool-baselayer-thermal-suite-winter-time-posing-front-white-wall_346278-1226.jpg", - }, + id: "p1", name: "Elite Performance Shorts", price: "$85", variant: "Matte Black", imageSrc: "http://img.b2bpic.net/free-photo/young-athlete-wers-green-merino-wool-baselayer-thermal-suite-winter-time-posing-front-white-wall_346278-1226.jpg"}, { - id: "p2", - name: "Tech Signature Tee", - price: "$55", - variant: "Charcoal", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-holding-shopping-bags_23-2148316138.jpg", - }, + id: "p2", name: "Tech Signature Tee", price: "$55", variant: "Charcoal", imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-holding-shopping-bags_23-2148316138.jpg"}, { - id: "p3", - name: "Performance Zip Hoodie", - price: "$125", - variant: "Obsidian", - imageSrc: "http://img.b2bpic.net/free-photo/warming-up-beach_23-2148023812.jpg", - }, + id: "p3", name: "Performance Zip Hoodie", price: "$125", variant: "Obsidian", imageSrc: "http://img.b2bpic.net/free-photo/warming-up-beach_23-2148023812.jpg"}, ]} title="Signature Collection" description="Essential pieces for the modern man who refuses to compromise on quality or style." @@ -169,30 +118,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "James H.", - imageSrc: "http://img.b2bpic.net/free-photo/pilates-instructor-gym_1303-23269.jpg", - }, + id: "t1", name: "James H.", imageSrc: "http://img.b2bpic.net/free-photo/pilates-instructor-gym_1303-23269.jpg"}, { - id: "t2", - name: "Marcus R.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-posing-as-professional_114579-19022.jpg", - }, + id: "t2", name: "Marcus R.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-posing-as-professional_114579-19022.jpg"}, { - id: "t3", - name: "David L.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9670.jpg?_wi=1", - }, + id: "t3", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9670.jpg"}, { - id: "t4", - name: "Steven K.", - imageSrc: "http://img.b2bpic.net/free-photo/successful-sporty-male-shows-his-big-finger-up_613910-9864.jpg", - }, + id: "t4", name: "Steven K.", imageSrc: "http://img.b2bpic.net/free-photo/successful-sporty-male-shows-his-big-finger-up_613910-9864.jpg"}, { - id: "t5", - name: "Alex B.", - imageSrc: "http://img.b2bpic.net/free-photo/athletic-modern-young-man-posing-gray-metallic-wall_158595-4645.jpg?_wi=2", - }, + id: "t5", name: "Alex B.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-modern-young-man-posing-gray-metallic-wall_158595-4645.jpg"}, ]} cardTitle="Loved by Athletes" cardTag="Testimonials" @@ -206,20 +140,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "What is the return policy?", - content: "We offer a 30-day hassle-free return policy on all unworn items.", - }, + id: "q1", title: "What is the return policy?", content: "We offer a 30-day hassle-free return policy on all unworn items."}, { - id: "q2", - title: "Do you ship worldwide?", - content: "Yes, we provide expedited international shipping to over 50 countries.", - }, + id: "q2", title: "Do you ship worldwide?", content: "Yes, we provide expedited international shipping to over 50 countries."}, { - id: "q3", - title: "Are these materials eco-friendly?", - content: "We prioritize sustainable, high-performance textiles that are built to last.", - }, + id: "q3", title: "Are these materials eco-friendly?", content: "We prioritize sustainable, high-performance textiles that are built to last."}, ]} title="Frequently Asked Questions" description="Everything you need to know about our premium apparel range." @@ -231,13 +156,12 @@ export default function LandingPage() { @@ -247,33 +171,21 @@ export default function LandingPage() { { items: [ { - label: "Shop", - href: "#products", - }, + label: "Shop", href: "#products"}, { - label: "About", - href: "#hero", - }, + label: "About", href: "#hero"}, { - label: "Returns", - href: "#faq", - }, + label: "Returns", href: "#faq"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, ], }, ]} -- 2.49.1