From 715cdc8a7ccc038c7743313d94e3ea237dac4e2a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 16:42:12 +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 18265ef..3ce5d55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-exercising-stretching-outdoors_23-2149676929.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-exercising-stretching-outdoors_23-2149676929.jpg?_wi=1" imageAlt="Futuristic gym interior" mediaAnimation="blur-reveal" avatars={[ @@ -196,22 +196,22 @@ export default function LandingPage() { { title: "HIIT Zone", description: "High-intensity area for maximum results.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-stretching-outdoors_23-2149676929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-stretching-outdoors_23-2149676929.jpg?_wi=2", }, { title: "Yoga Sanctuary", description: "Zen space for recovery and flexibility.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-stretching-outdoors_23-2149676929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-stretching-outdoors_23-2149676929.jpg?_wi=3", }, { title: "Cycling Arena", description: "Advanced tech cycles for intense cardio.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-stretching-outdoors_23-2149676929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-stretching-outdoors_23-2149676929.jpg?_wi=4", }, { title: "Recovery Lounge", description: "Cold plunges and sauna amenities.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-stretching-outdoors_23-2149676929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-stretching-outdoors_23-2149676929.jpg?_wi=5", }, ]} title="World-Class Amenities" @@ -317,7 +317,7 @@ export default function LandingPage() {