From 03a6f26570556ecdd42ad273cadde76084034a71 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 17:24:28 +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 028b7ac..56ee08f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,22 +94,22 @@ export default function LandingPage() { products={[ { id: "p1", brand: "NewmTech", name: "Performance Gym Tee", price: "$29", rating: 5, - reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg"}, + reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg?_wi=1"}, { id: "p2", brand: "NewmTech", name: "Elite Runner V1", price: "$89", rating: 5, - reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg"}, + reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg?_wi=1"}, { id: "p3", brand: "NewmTech", name: "Pro Compression Leggings", price: "$45", rating: 4, - reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-slim-sporty-woman-sportswear-sneakers-rests-after-cardio-training-concentrated-into-distance-listens-music-via-headphones_273609-55579.jpg"}, + reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-slim-sporty-woman-sportswear-sneakers-rests-after-cardio-training-concentrated-into-distance-listens-music-via-headphones_273609-55579.jpg?_wi=1"}, { id: "p4", brand: "NewmTech", name: "Track Essential Short", price: "$35", rating: 5, - reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg"}, + reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg?_wi=2"}, { id: "p5", brand: "NewmTech", name: "Training Hoodie", price: "$65", rating: 4, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg"}, + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg?_wi=2"}, { id: "p6", brand: "NewmTech", name: "Dynamic Crew Socks", price: "$12", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-slim-sporty-woman-sportswear-sneakers-rests-after-cardio-training-concentrated-into-distance-listens-music-via-headphones_273609-55579.jpg"}, + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-slim-sporty-woman-sportswear-sneakers-rests-after-cardio-training-concentrated-into-distance-listens-music-via-headphones_273609-55579.jpg?_wi=2"}, ]} title="Featured Gear" description="Our most popular picks for the season." -- 2.49.1