From 6aa96c2ea48c26eb93b26ebc65beb4dadd2a6b20 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 17:23:33 +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 d491a41..038cb2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,7 +132,7 @@ export default function LandingPage() { price: "$29", rating: 5, reviewCount: "128", - imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg?_wi=1", }, { id: "p2", @@ -141,7 +141,7 @@ export default function LandingPage() { price: "$89", rating: 5, reviewCount: "94", - imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg?_wi=1", }, { id: "p3", @@ -150,7 +150,7 @@ export default function LandingPage() { 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", + 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", @@ -159,7 +159,7 @@ export default function LandingPage() { price: "$35", rating: 5, reviewCount: "87", - imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strong-sportsman-training-with-dumbbell_23-2148241631.jpg?_wi=2", }, { id: "p5", @@ -168,7 +168,7 @@ export default function LandingPage() { price: "$65", rating: 4, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-night-medium-shot_23-2149142388.jpg?_wi=2", }, { id: "p6", @@ -177,7 +177,7 @@ export default function LandingPage() { 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", + 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" -- 2.49.1