From 4cf3e5a62951b08ac01bfb431c36b420c436f01e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:40:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92e10cb..c4bc9fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Strength Training Zone", description: "Comprehensive range of barbells, dumbbells, and resistance machines for all strength levels.", imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg", imageAlt: "Strength training equipment and weights" + title: "Strength Training Zone", description: "Comprehensive range of barbells, dumbbells, and resistance machines for all strength levels.", imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg?_wi=1", imageAlt: "Strength training equipment and weights" }, { id: 2, @@ -105,11 +105,11 @@ export default function LandingPage() { }, { id: 3, - title: "Free Weights Area", description: "Dedicated space with premium barbells, plates, and benches for serious lifters.", imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg", imageAlt: "Free weights and barbell area" + title: "Free Weights Area", description: "Dedicated space with premium barbells, plates, and benches for serious lifters.", imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg?_wi=2", imageAlt: "Free weights and barbell area" }, { id: 4, - title: "Functional Training", description: "Specialized area for functional exercises, mobility work, and conditioning.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg", imageAlt: "Functional training space" + title: "Functional Training", description: "Specialized area for functional exercises, mobility work, and conditioning.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg?_wi=1", imageAlt: "Functional training space" } ]} textboxLayout="default" @@ -231,7 +231,7 @@ export default function LandingPage() { }, { id: "3", brand: "AF Facilities", name: "Functional Training", price: "All Included", rating: 5, - reviewCount: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg", imageAlt: "Functional training and conditioning area" + reviewCount: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg?_wi=2", imageAlt: "Functional training and conditioning area" }, { id: "4", brand: "AF Facilities", name: "Locker Room", price: "Spotless", rating: 5, -- 2.49.1