From 9ae25d46a1ffbf8b4373dfb3bcf54d482651de98 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:22:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b60626..3ab900c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,15 +59,15 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-tying-his-shoelaces_53876-139586.jpg", imageAlt: "Premium sneaker collection showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-tying-his-shoelaces_53876-139586.jpg?_wi=1", imageAlt: "Premium sneaker collection showcase"}, { - imageSrc: "http://img.b2bpic.net/free-photo/female-walking-park-high-quality-photo_114579-92105.jpg", imageAlt: "AirFlex Runner sneaker"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-walking-park-high-quality-photo_114579-92105.jpg?_wi=1", imageAlt: "AirFlex Runner sneaker"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-skateboard_23-2148950654.jpg", imageAlt: "StreetPro Max shoe"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-skateboard_23-2148950654.jpg?_wi=1", imageAlt: "StreetPro Max shoe"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg", imageAlt: "Urban Classic sneaker"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg?_wi=1", imageAlt: "Urban Classic sneaker"}, { - imageSrc: "http://img.b2bpic.net/free-vector/sport-tech-banner-template_23-2148910569.jpg", imageAlt: "Velocity Boost athletic shoe"}, + imageSrc: "http://img.b2bpic.net/free-vector/sport-tech-banner-template_23-2148910569.jpg?_wi=1", imageAlt: "Velocity Boost athletic shoe"}, ]} mediaAnimation="blur-reveal" ariaLabel="Hero section with featured sneaker collection" @@ -86,16 +86,16 @@ export default function HomePage() { products={[ { id: "1", brand: "UrbanStep", name: "AirFlex Runner", price: "$120.00", rating: 5, - reviewCount: "328", imageSrc: "http://img.b2bpic.net/free-photo/female-walking-park-high-quality-photo_114579-92105.jpg", imageAlt: "AirFlex Runner Premium Running Shoe"}, + reviewCount: "328", imageSrc: "http://img.b2bpic.net/free-photo/female-walking-park-high-quality-photo_114579-92105.jpg?_wi=2", imageAlt: "AirFlex Runner Premium Running Shoe"}, { id: "2", brand: "UrbanStep", name: "StreetPro Max", price: "$95.00", rating: 4, - reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-skateboard_23-2148950654.jpg", imageAlt: "StreetPro Max Casual Sneaker"}, + reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-skateboard_23-2148950654.jpg?_wi=2", imageAlt: "StreetPro Max Casual Sneaker"}, { id: "3", brand: "UrbanStep", name: "Urban Classic", price: "$110.00", rating: 5, - reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg", imageAlt: "Urban Classic Timeless Sneaker"}, + reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg?_wi=2", imageAlt: "Urban Classic Timeless Sneaker"}, { id: "4", brand: "UrbanStep", name: "Velocity Boost", price: "$130.00", rating: 5, - reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-vector/sport-tech-banner-template_23-2148910569.jpg", imageAlt: "Velocity Boost Performance Athletic Shoe"}, + reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-vector/sport-tech-banner-template_23-2148910569.jpg?_wi=2", imageAlt: "Velocity Boost Performance Athletic Shoe"}, ]} title="Featured Collection" description="Handpicked premium sneakers carefully selected for quality, style, and comfort. Each pair offers exceptional value and lasting durability." @@ -119,13 +119,13 @@ export default function HomePage() {