diff --git a/src/app/page.tsx b/src/app/page.tsx index b358ba9..1210b62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Start Free Trial", 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={[ @@ -126,13 +126,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - 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"}, + 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?_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"}, + 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?_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"}, + 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?_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"}, + title: "Recovery Lounge", description: "Cold plunges and sauna amenities.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-exercising-stretching-outdoors_23-2149676929.jpg?_wi=5"}, ]} title="World-Class Amenities" description="Experience premium facilities designed to optimize your performance and recovery." @@ -197,7 +197,7 @@ export default function LandingPage() {