From 1d31bc69eea94800df3a16bc28fa2e2021965f14 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 05:34:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d724de7..f43a87f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,27 +78,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-pool-high-angle_23-2149089247.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-pool-high-angle_23-2149089247.jpg?_wi=1", imageAlt: "Underwater pool view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym_74190-4693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym_74190-4693.jpg?_wi=1", imageAlt: "Gym floor activity", }, { - imageSrc: "http://img.b2bpic.net/free-photo/deckchair-swimming-pool_1150-10746.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/deckchair-swimming-pool_1150-10746.jpg?_wi=1", imageAlt: "Family leisure pool", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-diving-pool_23-2147664434.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-diving-pool_23-2147664434.jpg?_wi=1", imageAlt: "Competitive lap pool", }, { - imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-holds-ball-hoop-game-hall_613910-7710.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-holds-ball-hoop-game-hall_613910-7710.jpg?_wi=1", imageAlt: "Modern sports court", }, { - imageSrc: "http://img.b2bpic.net/free-photo/workout-wellbeing-helthcare-fitness-concept_53876-122814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workout-wellbeing-helthcare-fitness-concept_53876-122814.jpg?_wi=1", imageAlt: "Group fitness class", }, ]} @@ -149,7 +149,7 @@ export default function LandingPage() { text: "25m Indoor Pools", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-pool-high-angle_23-2149089247.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-pool-high-angle_23-2149089247.jpg?_wi=2", imageAlt: "pool water abstract texture", }, { @@ -165,7 +165,7 @@ export default function LandingPage() { text: "Modern weights", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym_74190-4693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym_74190-4693.jpg?_wi=2", imageAlt: "pool water abstract texture", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { text: "Qualified instructors", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/deckchair-swimming-pool_1150-10746.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/deckchair-swimming-pool_1150-10746.jpg?_wi=2", imageAlt: "pool water abstract texture", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { text: "Variety of classes", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-diving-pool_23-2147664434.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-diving-pool_23-2147664434.jpg?_wi=2", imageAlt: "pool water abstract texture", }, { @@ -213,7 +213,7 @@ export default function LandingPage() { text: "Multi-purpose", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-holds-ball-hoop-game-hall_613910-7710.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-holds-ball-hoop-game-hall_613910-7710.jpg?_wi=2", imageAlt: "pool water abstract texture", }, { @@ -229,7 +229,7 @@ export default function LandingPage() { text: "Flexible plans", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/workout-wellbeing-helthcare-fitness-concept_53876-122814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workout-wellbeing-helthcare-fitness-concept_53876-122814.jpg?_wi=2", imageAlt: "pool water abstract texture", }, ]} -- 2.49.1