From a65a6d5138180cd609c385282319ba2270a1317d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:40:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3433318..32c1f8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,10 +75,10 @@ export default function LandingPage() { tagIcon={Trophy} tagAnimation="slide-up" products={[ - { id: "1", name: "Classic Court White", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-women-s-shoes-apparel-shoot_53876-119751.jpg", imageAlt: "Classic white leather court sneaker" }, + { id: "1", name: "Classic Court White", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-women-s-shoes-apparel-shoot_53876-119751.jpg?_wi=1", imageAlt: "Classic white leather court sneaker" }, { id: "2", name: "Ultra Performance Black", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-training-outdoors_23-2150405504.jpg", imageAlt: "High-performance black athletic shoe" }, { id: "3", name: "Vibrant City Runner", price: "$119.99", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-wearing-total-denim-outfit_23-2150105182.jpg", imageAlt: "Colorful contemporary lifestyle sneaker" }, - { id: "4", name: "Green Earth Step", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005658.jpg", imageAlt: "Sustainable eco-friendly green sneaker" }, + { id: "4", name: "Green Earth Step", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005658.jpg?_wi=1", imageAlt: "Sustainable eco-friendly green sneaker" }, { id: "5", name: "Elite Basketball Pro", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-court-side-view_23-2148393883.jpg", imageAlt: "Professional basketball performance shoe" } ]} gridVariant="three-columns-all-equal-width" @@ -122,13 +122,13 @@ export default function LandingPage() { id: "2", title: "Exclusive Collections", descriptions: [ "Access limited-edition releases and collaboration sneakers before anyone else.", "Member-only drops and early access to new brands.", "Curated collections updated seasonally." ], - imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-women-s-shoes-apparel-shoot_53876-119751.jpg", imageAlt: "Exclusive shoe collection showcase" + imageSrc: "http://img.b2bpic.net/free-photo/white-canvas-sneakers-women-s-shoes-apparel-shoot_53876-119751.jpg?_wi=2", imageAlt: "Exclusive shoe collection showcase" }, { id: "3", title: "Sustainability Commitment", descriptions: [ "We partner exclusively with brands committed to ethical manufacturing.", "Eco-friendly packaging and a shoe recycling program.", "Carbon-neutral shipping on all orders." ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005658.jpg", imageAlt: "Sustainable green footwear" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-wearing-futuristic-sneakers_23-2151005658.jpg?_wi=2", imageAlt: "Sustainable green footwear" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1