From 3fd63921aeecce2dbcc4445bc7b3d6eec4bdd47f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:18:59 +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 d7f589a..adb312e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,13 +58,13 @@ export default function LandingPage() { { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hands-tying-up-sport-shoes_1262-4792.jpg", imageAlt: "Premium running shoe"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/white-sneakers-woman-model_53876-97149.jpg", imageAlt: "Casual sneaker"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/white-sneakers-woman-model_53876-97149.jpg?_wi=1", imageAlt: "Casual sneaker"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-training-outdoors-london_181624-28390.jpg", imageAlt: "Athletic performance shoe"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-training-outdoors-london_181624-28390.jpg?_wi=1", imageAlt: "Athletic performance shoe"}, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg", imageAlt: "Elegant dress shoe"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-s-legs-keds-standing-street_176420-6843.jpg", imageAlt: "Comfort slip-on"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-s-legs-keds-standing-street_176420-6843.jpg?_wi=1", imageAlt: "Comfort slip-on"}, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shoes-hiker-walking-forest-trail-with-sunlight-copy-space_1150-57134.jpg", imageAlt: "Durable hiking boot"}, ]} @@ -107,10 +107,10 @@ export default function LandingPage() { tagIcon={Star} products={[ { - id: "1", name: "AeroFlex Pro Running Shoe", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-training-outdoors-london_181624-28390.jpg", imageAlt: "AeroFlex Pro Running Shoe", initialQuantity: 1, + id: "1", name: "AeroFlex Pro Running Shoe", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-training-outdoors-london_181624-28390.jpg?_wi=2", imageAlt: "AeroFlex Pro Running Shoe", initialQuantity: 1, }, { - id: "2", name: "Urban Classic Sneaker", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/white-sneakers-woman-model_53876-97149.jpg", imageAlt: "Urban Classic Sneaker", initialQuantity: 1, + id: "2", name: "Urban Classic Sneaker", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/white-sneakers-woman-model_53876-97149.jpg?_wi=2", imageAlt: "Urban Classic Sneaker", initialQuantity: 1, }, { id: "3", name: "TrailBlazer Hiking Boot", price: "$159.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-rear-view-trekking-shoes-hiker-walking-rock-forest-trail-with-sunlight-copy-space_1150-57165.jpg", imageAlt: "TrailBlazer Hiking Boot", initialQuantity: 1, @@ -119,7 +119,7 @@ export default function LandingPage() { id: "4", name: "Elegance Formal Shoe", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19868.jpg", imageAlt: "Elegance Formal Shoe", initialQuantity: 1, }, { - id: "5", name: "ComfortStride Slip-On", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-s-legs-keds-standing-street_176420-6843.jpg", imageAlt: "ComfortStride Slip-On", initialQuantity: 1, + id: "5", name: "ComfortStride Slip-On", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-s-legs-keds-standing-street_176420-6843.jpg?_wi=2", imageAlt: "ComfortStride Slip-On", initialQuantity: 1, }, { id: "6", name: "Performance Basketball Shoe", price: "$139.99", imageSrc: "http://img.b2bpic.net/free-photo/low-section-view-man-s-feet-with-basketball_23-2147925266.jpg", imageAlt: "Performance Basketball Shoe", initialQuantity: 1, -- 2.49.1