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() {