From 37cfb1505931fa99e1a8545d17d629af36dcc4dd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:03:15 +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 3b4186e..9132a50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { text: "Book a Visit", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/sneakers-dumbbells-gym_23-2147778533.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sneakers-dumbbells-gym_23-2147778533.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -92,7 +92,7 @@ export default function LandingPage() { descriptions: [ "A workout space where hygiene and comfort are clearly valued.", ], - imageSrc: "http://img.b2bpic.net/free-photo/sneakers-dumbbells-gym_23-2147778533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sneakers-dumbbells-gym_23-2147778533.jpg?_wi=2", imageAlt: "Crop woman taking dumbbell from rack", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { descriptions: [ "Professional guidance that supports beginners and athletes.", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024295.jpg?_wi=1", imageAlt: "Crop woman taking dumbbell from rack", }, ]} @@ -121,7 +121,7 @@ export default function LandingPage() { id: "p1", name: "Strength Training", price: "Standard", - imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024295.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024295.jpg?_wi=2", }, { id: "p2", -- 2.49.1