From 8fc9e9d250a8633962752e4436bdc697e88e9f91 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:31:25 +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 a94b7ea..107e8d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,15 +67,15 @@ export default function LandingPage() { imageAlt: "Cricket kit collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baseball-with-bat_23-2148803967.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baseball-with-bat_23-2148803967.jpg?_wi=1", imageAlt: "Professional english willow cricket bat", }, { - imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668545.jpg?_wi=1", imageAlt: "Premium cricket helmet safety", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soccer-player-field_23-2150629604.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soccer-player-field_23-2150629604.jpg?_wi=1", imageAlt: "Cricket shoe spikes performance", }, ]} @@ -143,7 +143,7 @@ export default function LandingPage() { id: "p1", name: "Signature Pro Bat", price: "$299", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baseball-with-bat_23-2148803967.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baseball-with-bat_23-2148803967.jpg?_wi=2", }, { id: "p2", @@ -161,7 +161,7 @@ export default function LandingPage() { id: "p4", name: "Shield Pro Helmet", price: "$189", - imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668545.jpg?_wi=2", }, { id: "p5", @@ -173,7 +173,7 @@ export default function LandingPage() { id: "p6", name: "Turf Grip Spikes", price: "$149", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soccer-player-field_23-2150629604.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soccer-player-field_23-2150629604.jpg?_wi=2", }, ]} title="Essential Cricket Equipment" -- 2.49.1