From 12b08ebd0215faa0e1db605e1c58e2dc85f8f7bd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:52:23 +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 c798ffb..7af4652 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,13 +78,13 @@ export default function LandingPage() { tag="Limited Edition" products={[ { - id: "1", name: "Premium Urban Shirt", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/men-s-green-jacket-mockup-with-black-tee-african-american-model_53876-105358.jpg", imageAlt: "Premium Urban Shirt" + id: "1", name: "Premium Urban Shirt", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/men-s-green-jacket-mockup-with-black-tee-african-american-model_53876-105358.jpg?_wi=1", imageAlt: "Premium Urban Shirt" }, { - id: "2", name: "Sustainable Denim", price: "$119.00", imageSrc: "http://img.b2bpic.net/free-photo/wide-assortment-jeans-hanging-store_627829-6053.jpg", imageAlt: "Sustainable Denim" + id: "2", name: "Sustainable Denim", price: "$119.00", imageSrc: "http://img.b2bpic.net/free-photo/wide-assortment-jeans-hanging-store_627829-6053.jpg?_wi=1", imageAlt: "Sustainable Denim" }, { - id: "3", name: "Modern Jacket", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/stylish-brunette-girl-smiling-outdoors-positive-woman-light-denim-jacket-cool-jeans-has-fun-poses-street_197531-29411.jpg", imageAlt: "Modern Jacket" + id: "3", name: "Modern Jacket", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/stylish-brunette-girl-smiling-outdoors-positive-woman-light-denim-jacket-cool-jeans-has-fun-poses-street_197531-29411.jpg?_wi=1", imageAlt: "Modern Jacket" }, { id: "4", name: "Elegant Dress", price: "$139.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-woman-elegant-dress-enjoing-morning-stylish-bohemian-living-room-with-home-plants_273443-5335.jpg", imageAlt: "Elegant Dress" @@ -110,15 +110,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Technology", title: "3D Design Innovation", subtitle: "Cutting-edge digital craftsmanship", description: "We utilize advanced 3D design technology to create unique patterns and fits that cannot be achieved through traditional methods. Each design is meticulously crafted for optimal comfort and style.", imageSrc: "http://img.b2bpic.net/free-photo/men-s-green-jacket-mockup-with-black-tee-african-american-model_53876-105358.jpg", imageAlt: "3D Design Technology" + tag: "Technology", title: "3D Design Innovation", subtitle: "Cutting-edge digital craftsmanship", description: "We utilize advanced 3D design technology to create unique patterns and fits that cannot be achieved through traditional methods. Each design is meticulously crafted for optimal comfort and style.", imageSrc: "http://img.b2bpic.net/free-photo/men-s-green-jacket-mockup-with-black-tee-african-american-model_53876-105358.jpg?_wi=2", imageAlt: "3D Design Technology" }, { id: 2, - tag: "Sustainability", title: "Eco-Conscious Materials", subtitle: "Responsible fashion choices", description: "Our commitment to sustainability means using organic, recycled, and ethically sourced materials. Every piece is manufactured with environmental responsibility at its core.", imageSrc: "http://img.b2bpic.net/free-photo/wide-assortment-jeans-hanging-store_627829-6053.jpg", imageAlt: "Sustainable Materials" + tag: "Sustainability", title: "Eco-Conscious Materials", subtitle: "Responsible fashion choices", description: "Our commitment to sustainability means using organic, recycled, and ethically sourced materials. Every piece is manufactured with environmental responsibility at its core.", imageSrc: "http://img.b2bpic.net/free-photo/wide-assortment-jeans-hanging-store_627829-6053.jpg?_wi=2", imageAlt: "Sustainable Materials" }, { id: 3, - tag: "Quality", title: "Premium Craftsmanship", subtitle: "Attention to every detail", description: "Each garment undergoes rigorous quality control with master craftspeople ensuring flawless construction. We guarantee durability and style that lasts for years.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-brunette-girl-smiling-outdoors-positive-woman-light-denim-jacket-cool-jeans-has-fun-poses-street_197531-29411.jpg", imageAlt: "Premium Quality" + tag: "Quality", title: "Premium Craftsmanship", subtitle: "Attention to every detail", description: "Each garment undergoes rigorous quality control with master craftspeople ensuring flawless construction. We guarantee durability and style that lasts for years.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-brunette-girl-smiling-outdoors-positive-woman-light-denim-jacket-cool-jeans-has-fun-poses-street_197531-29411.jpg?_wi=2", imageAlt: "Premium Quality" } ]} /> -- 2.49.1