From 7d383efe69a2522d8689b6be97816095aa2e3dc4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 06:26:34 +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 a714ed6..b75cc62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym_23-2148024374.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym_23-2148024374.jpg?_wi=1", imageAlt: "Gym Facility 1", }, { @@ -240,7 +240,7 @@ export default function LandingPage() { name: "Kalai Vani", handle: "Member", testimonial: "Reduced 10 KGs in 3 months. Best gym in Mylapore.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-headphones-gym_23-2148419814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-headphones-gym_23-2148419814.jpg?_wi=1", }, { id: "2", @@ -313,7 +313,7 @@ export default function LandingPage() { text: "Most Popular", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym_23-2148024374.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym_23-2148024374.jpg?_wi=2", imageAlt: "gym workout interior", }, { @@ -330,7 +330,7 @@ export default function LandingPage() { text: "Best Value", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-headphones-gym_23-2148419814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-headphones-gym_23-2148419814.jpg?_wi=2", imageAlt: "gym workout interior", }, ]} -- 2.49.1