From a209e09045bd129797dd9133bfcd6f473845b34a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 09:13:16 +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 16cd3a7..5d96b25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,10 +55,10 @@ export default function LandingPage() { mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-rack_23-2147688546.jpg", imageAlt: "313 Fitness Club main gym facility with modern equipment" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-working-out-gym_23-2148197794.jpg", imageAlt: "Cardio area with treadmills and exercise bikes" }, - { imageSrc: "http://img.b2bpic.net/free-photo/equipments-gym_93675-129477.jpg", imageAlt: "Complete free weights and dumbbell collection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-dumbbells_23-2149734709.jpg", imageAlt: "Group fitness class with professional training" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-field-hockey-coach-arena_23-2149668534.jpg", imageAlt: "Indoor cricket net facility for members" }, - { imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668556.jpg", imageAlt: "Professional indoor futsal court" } + { imageSrc: "http://img.b2bpic.net/free-photo/equipments-gym_93675-129477.jpg?_wi=1", imageAlt: "Complete free weights and dumbbell collection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-dumbbells_23-2149734709.jpg?_wi=1", imageAlt: "Group fitness class with professional training" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-field-hockey-coach-arena_23-2149668534.jpg?_wi=1", imageAlt: "Indoor cricket net facility for members" }, + { imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668556.jpg?_wi=1", imageAlt: "Professional indoor futsal court" } ]} ariaLabel="313 Fitness Club hero section with carousel gallery" /> @@ -88,15 +88,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Strength Training", title: "Full-Equipped Gym", subtitle: "Professional Grade Equipment", description: "Complete free weights, dumbbells, barbells, strength machines, and modern cardio equipment for all fitness levels.", imageSrc: "http://img.b2bpic.net/free-photo/equipments-gym_93675-129477.jpg", imageAlt: "Professional gym equipment and free weights", buttons: [{ text: "Learn More", href: "#contact" }] + tag: "Strength Training", title: "Full-Equipped Gym", subtitle: "Professional Grade Equipment", description: "Complete free weights, dumbbells, barbells, strength machines, and modern cardio equipment for all fitness levels.", imageSrc: "http://img.b2bpic.net/free-photo/equipments-gym_93675-129477.jpg?_wi=2", imageAlt: "Professional gym equipment and free weights", buttons: [{ text: "Learn More", href: "#contact" }] }, { id: 2, - tag: "Group Activities", title: "Fitness Classes", subtitle: "Expert Guidance & Community", description: "Professional trainers lead group fitness classes. Build strength, stamina, and friendships in a supportive environment.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-dumbbells_23-2149734709.jpg", imageAlt: "Group fitness class with professional instruction", buttons: [{ text: "Join a Class", href: "#contact" }] + tag: "Group Activities", title: "Fitness Classes", subtitle: "Expert Guidance & Community", description: "Professional trainers lead group fitness classes. Build strength, stamina, and friendships in a supportive environment.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-dumbbells_23-2149734709.jpg?_wi=2", imageAlt: "Group fitness class with professional instruction", buttons: [{ text: "Join a Class", href: "#contact" }] }, { id: 3, - tag: "Indoor Sports", title: "Cricket & Futsal", subtitle: "Competitive & Recreational", description: "Indoor cricket nets and professional futsal court. Perfect for teams, tournaments, and casual sports enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/male-field-hockey-coach-arena_23-2149668534.jpg", imageAlt: "Indoor cricket facility", buttons: [{ text: "Book Court", href: "tel:+923071110515" }] + tag: "Indoor Sports", title: "Cricket & Futsal", subtitle: "Competitive & Recreational", description: "Indoor cricket nets and professional futsal court. Perfect for teams, tournaments, and casual sports enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/male-field-hockey-coach-arena_23-2149668534.jpg?_wi=2", imageAlt: "Indoor cricket facility", buttons: [{ text: "Book Court", href: "tel:+923071110515" }] } ]} buttons={[{ text: "Book Free Trial", href: "#contact" }]} @@ -181,7 +181,7 @@ export default function LandingPage() { useInvertedBackground={false} mediaAnimation="slide-up" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668556.jpg" + imageSrc="http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668556.jpg?_wi=2" imageAlt="313 Fitness Club contact form section" buttonText="Book Free Trial" ariaLabel="Contact and trial booking form section" -- 2.49.1