From 4ee5c0374be5a198bb45f2b89f9d1b6025b4f11d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:37:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 469b915..95f6733 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,13 +100,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "tee-classic", name: "Classic White Tee", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-attractive-fashionable-young-african-model-with-curly-hair-posing-indoors-looking-away-with-serious-face-expression_273609-2008.jpg", imageAlt: "Premium white classic t-shirt" + id: "tee-classic", name: "Classic White Tee", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-attractive-fashionable-young-african-model-with-curly-hair-posing-indoors-looking-away-with-serious-face-expression_273609-2008.jpg?_wi=1", imageAlt: "Premium white classic t-shirt" }, { - id: "tee-premium", name: "Premium Comfort Tee", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-posing_23-2149028760.jpg", imageAlt: "Premium comfort white tee" + id: "tee-premium", name: "Premium Comfort Tee", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-posing_23-2149028760.jpg?_wi=1", imageAlt: "Premium comfort white tee" }, { - id: "tee-oversized", name: "Oversized Tee", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-lambersexual-modelstylish-man-dressed-white-tshirt-jeans-fashion-male-posing-street-background-near-fence-beach-cheerful-happy_158538-20789.jpg", imageAlt: "Relaxed oversized white tee" + id: "tee-oversized", name: "Oversized Tee", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-lambersexual-modelstylish-man-dressed-white-tshirt-jeans-fashion-male-posing-street-background-near-fence-beach-cheerful-happy_158538-20789.jpg?_wi=1", imageAlt: "Relaxed oversized white tee" }, { id: "tee-essential", name: "Essential Tee", price: "$27.99", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448743.jpg", imageAlt: "Essential minimalist white tee" @@ -151,13 +151,13 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "feature-1", title: "Premium Comfort", description: "Soft, breathable 100% organic cotton that feels amazing from day one.", tag: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-attractive-fashionable-young-african-model-with-curly-hair-posing-indoors-looking-away-with-serious-face-expression_273609-2008.jpg", imageAlt: "Premium comfort material detail", buttons: [{ text: "Learn More", href: "#quality" }] + id: "feature-1", title: "Premium Comfort", description: "Soft, breathable 100% organic cotton that feels amazing from day one.", tag: "Comfort", imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-attractive-fashionable-young-african-model-with-curly-hair-posing-indoors-looking-away-with-serious-face-expression_273609-2008.jpg?_wi=2", imageAlt: "Premium comfort material detail", buttons: [{ text: "Learn More", href: "#quality" }] }, { - id: "feature-2", title: "Sustainable Production", description: "Ethically manufactured with eco-conscious processes and fair labor practices.", tag: "Sustainability", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-posing_23-2149028760.jpg", imageAlt: "Sustainable production process", buttons: [{ text: "Learn More", href: "#quality" }] + id: "feature-2", title: "Sustainable Production", description: "Ethically manufactured with eco-conscious processes and fair labor practices.", tag: "Sustainability", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-posing_23-2149028760.jpg?_wi=2", imageAlt: "Sustainable production process", buttons: [{ text: "Learn More", href: "#quality" }] }, { - id: "feature-3", title: "Timeless Design", description: "Minimalist aesthetics that pair with everything in your wardrobe.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-lambersexual-modelstylish-man-dressed-white-tshirt-jeans-fashion-male-posing-street-background-near-fence-beach-cheerful-happy_158538-20789.jpg", imageAlt: "Timeless minimalist design", buttons: [{ text: "Learn More", href: "#quality" }] + id: "feature-3", title: "Timeless Design", description: "Minimalist aesthetics that pair with everything in your wardrobe.", tag: "Design", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-lambersexual-modelstylish-man-dressed-white-tshirt-jeans-fashion-male-posing-street-background-near-fence-beach-cheerful-happy_158538-20789.jpg?_wi=2", imageAlt: "Timeless minimalist design", buttons: [{ text: "Learn More", href: "#quality" }] } ]} carouselMode="buttons" -- 2.49.1