From 08232595af1309fcd67157373018eca3814c2a3f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 16:10:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27be0ea..08c0cc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-perfectly-ordered-fitness-items_23-2150321808.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-perfectly-ordered-fitness-items_23-2150321808.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg", @@ -153,21 +153,21 @@ export default function LandingPage() { { title: "Strength Zone", description: "High-quality equipment for heavy lifting.", - imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-dumbbells-gym_169016-59099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-dumbbells-gym_169016-59099.jpg?_wi=1", titleIconSrc: "Dumbbell", buttonText: "See More", }, { title: "Cardio Hub", description: "Advanced treadmills and rowing machines.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-athletic-woman-running-treadmill-gym_7502-5038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-athletic-woman-running-treadmill-gym_7502-5038.jpg?_wi=1", titleIconSrc: "Activity", buttonText: "See More", }, { title: "Functional Area", description: "Space for dynamic workouts and mobility.", - imageSrc: "http://img.b2bpic.net/free-photo/cast-iron-dumbbell-weights_1048-12225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cast-iron-dumbbell-weights_1048-12225.jpg?_wi=1", titleIconSrc: "Zap", buttonText: "See More", }, @@ -253,7 +253,7 @@ export default function LandingPage() { quote: "I lost 10kg in 3 months! The trainers are amazing.", tag: "Results", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfectly-ordered-fitness-items_23-2150321808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfectly-ordered-fitness-items_23-2150321808.jpg?_wi=2", imageAlt: "happy gym member portrait", }, { @@ -275,7 +275,7 @@ export default function LandingPage() { quote: "Always clean and welcoming. Best investment I made.", tag: "Support", avatarSrc: "http://img.b2bpic.net/free-photo/positive-mood-with-great-music-photo-gorgeous-blonde-woman-gym-her-weekend-time_146671-16548.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-dumbbells-gym_169016-59099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-dumbbells-gym_169016-59099.jpg?_wi=2", imageAlt: "happy gym member portrait", }, { @@ -286,7 +286,7 @@ export default function LandingPage() { quote: "Top tier powerlifting gear, highly recommend!", tag: "Gear", avatarSrc: "http://img.b2bpic.net/free-photo/fitness-gym-hobby-healthy-assistance-active-concept_53876-30134.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-athletic-woman-running-treadmill-gym_7502-5038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-athletic-woman-running-treadmill-gym_7502-5038.jpg?_wi=2", imageAlt: "happy gym member portrait", }, { @@ -297,7 +297,7 @@ export default function LandingPage() { quote: "Best place to focus on your health and goals.", tag: "Clean", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-shiny-smile_158595-3430.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cast-iron-dumbbell-weights_1048-12225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cast-iron-dumbbell-weights_1048-12225.jpg?_wi=2", imageAlt: "happy gym member portrait", }, ]} -- 2.49.1