From 72f18cc99adc94028bc34245aae65c7b1886daa5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 03:20:09 +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 39b2e0c..8e4c767 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,11 +67,11 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Premium Blue Denim Jacket", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-natural-light_23-2148323567.jpg", imageAlt: "Blue Denim Jacket"}, + id: "1", name: "Premium Blue Denim Jacket", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-natural-light_23-2148323567.jpg?_wi=1", imageAlt: "Blue Denim Jacket"}, { - id: "2", name: "Classic White Linen Shirt", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts-hanger_23-2150828598.jpg", imageAlt: "White Linen Shirt"}, + id: "2", name: "Classic White Linen Shirt", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts-hanger_23-2150828598.jpg?_wi=1", imageAlt: "White Linen Shirt"}, { - id: "3", name: "Elegant Black Formal Dress", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/young-eccentric-interesting-woman-25-years-old-sitting-large-royal-chair-posing-against-snow-white-wall_197531-8622.jpg", imageAlt: "Black Formal Dress"}, + id: "3", name: "Elegant Black Formal Dress", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/young-eccentric-interesting-woman-25-years-old-sitting-large-royal-chair-posing-against-snow-white-wall_197531-8622.jpg?_wi=1", imageAlt: "Black Formal Dress"}, { id: "4", name: "Luxe Camel Wool Coat", price: "$259.99", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-beige-coat-using-phone-street_1303-27429.jpg", imageAlt: "Camel Wool Coat"}, ]} @@ -110,11 +110,11 @@ export default function LandingPage() { { title: "Premium Materials", description: "Every piece is crafted from the finest natural fibers and sustainable fabrics", imageSrc: "http://img.b2bpic.net/free-photo/blank-abstract-textured-background_23-2148624416.jpg", imageAlt: "Premium Fabric Selection"}, { - title: "Expert Craftsmanship", description: "Our skilled artisans ensure meticulous attention to detail in every stitch", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-natural-light_23-2148323567.jpg", imageAlt: "Quality Craftsmanship"}, + title: "Expert Craftsmanship", description: "Our skilled artisans ensure meticulous attention to detail in every stitch", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-natural-light_23-2148323567.jpg?_wi=2", imageAlt: "Quality Craftsmanship"}, { - title: "Sustainable Fashion", description: "We're committed to ethical production and environmentally responsible practices", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts-hanger_23-2150828598.jpg", imageAlt: "Sustainable Production"}, + title: "Sustainable Fashion", description: "We're committed to ethical production and environmentally responsible practices", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts-hanger_23-2150828598.jpg?_wi=2", imageAlt: "Sustainable Production"}, { - title: "Timeless Design", description: "Classic styles that transcend trends and remain relevant for years", imageSrc: "http://img.b2bpic.net/free-photo/young-eccentric-interesting-woman-25-years-old-sitting-large-royal-chair-posing-against-snow-white-wall_197531-8622.jpg", imageAlt: "Timeless Designs"}, + title: "Timeless Design", description: "Classic styles that transcend trends and remain relevant for years", imageSrc: "http://img.b2bpic.net/free-photo/young-eccentric-interesting-woman-25-years-old-sitting-large-royal-chair-posing-against-snow-white-wall_197531-8622.jpg?_wi=2", imageAlt: "Timeless Designs"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" -- 2.49.1