From 348ea947e53309f1c28f6ac5df090bf0a69b032b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:14:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 128 ++++++++++++----------------------------------- 1 file changed, 33 insertions(+), 95 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f244c3..abbf848 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,41 +44,26 @@ export default function LandingPage() {
@@ -100,23 +77,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Essential Trouser", - price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448770.jpg", - }, + id: "p1", name: "Essential Trouser", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448770.jpg"}, { - id: "p2", - name: "Signature Polo", - price: "$65", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model_158538-18009.jpg", - }, + id: "p2", name: "Signature Polo", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model_158538-18009.jpg"}, { - id: "p3", - name: "Modern Sandals", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-man-shirt-mockup_23-2149260908.jpg", - }, + id: "p3", name: "Modern Sandals", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-man-shirt-mockup_23-2149260908.jpg"}, ]} title="New Arrivals" description="Discover our latest seasonal pieces designed for comfort and durability." @@ -131,19 +96,13 @@ export default function LandingPage() { description="We believe in fashion that transcends trends. Every piece is carefully crafted to be a lasting staple in your closet." bulletPoints={[ { - title: "Ethical Crafting", - description: "Made with respect for materials and people.", - }, + title: "Ethical Crafting", description: "Made with respect for materials and people."}, { - title: "Sustainable Fabrics", - description: "High-quality, eco-conscious textiles.", - }, + title: "Sustainable Fabrics", description: "High-quality, eco-conscious textiles."}, { - title: "Minimalist Design", - description: "Form meets function in every piece.", - }, + title: "Minimalist Design", description: "Form meets function in every piece."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=7" + imageSrc="http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg" mediaAnimation="slide-up" />
@@ -156,25 +115,15 @@ export default function LandingPage() { author="Sarah Jenkins" avatars={[ { - src: "http://img.b2bpic.net/free-photo/beautiful-memorizer-concept-collage_23-2149270828.jpg", - alt: "Sarah", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-memorizer-concept-collage_23-2149270828.jpg", alt: "Sarah"}, { - src: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170341.jpg", - alt: "Mark", - }, + src: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170341.jpg", alt: "Mark"}, { - src: "http://img.b2bpic.net/free-photo/young-girlfriends-laid-floor_23-2148843649.jpg", - alt: "Elena", - }, + src: "http://img.b2bpic.net/free-photo/young-girlfriends-laid-floor_23-2148843649.jpg", alt: "Elena"}, { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street-funny-positive-woman-sunglasses_158538-1662.jpg", - alt: "John", - }, + src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street-funny-positive-woman-sunglasses_158538-1662.jpg", alt: "John"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-memorizer-concept-collage_23-2149270828.jpg", - alt: "Anna", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-memorizer-concept-collage_23-2149270828.jpg", alt: "Anna"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -185,12 +134,11 @@ export default function LandingPage() { @@ -199,33 +147,23 @@ export default function LandingPage() {