From 85e1f9681a22cda278640e091c738b6d958895ca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:14:15 +0000 Subject: [PATCH 1/2] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 4855c95..1eb4f4c 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -87,22 +87,22 @@ export default function GalleryPage() { id: 1, title: "Latest Fitness Equipment", description: "State-of-the-art cardio machines, strength training equipment, and free weights for all fitness levels.", imageSrc: - "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg", imageAlt: "Modern Strength Training Equipment and Setup"}, + "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg?_wi=3", imageAlt: "Modern Strength Training Equipment and Setup"}, { id: 2, title: "Cardio Machines Zone", description: "Premium treadmills, ellipticals, and stationary bikes to help you achieve your cardio goals.", imageSrc: - "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg", imageAlt: "Cardio Equipment and Machines"}, + "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg?_wi=4", imageAlt: "Cardio Equipment and Machines"}, { id: 3, title: "Women-Friendly Zone", description: "Dedicated safe and supportive space for women members with experienced female trainers.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-sexy-woman-wearing-sportswear-smartwatch-sitting-floor-wipe-sweat-after-workout-gym_1150-47188.jpg", imageAlt: "Women-Friendly Gym Zone"}, + "http://img.b2bpic.net/free-photo/portrait-young-sexy-woman-wearing-sportswear-smartwatch-sitting-floor-wipe-sweat-after-workout-gym_1150-47188.jpg?_wi=2", imageAlt: "Women-Friendly Gym Zone"}, { id: 4, title: "Spacious Workout Area", description: "500+ sq ft of open, bright, and comfortable workout space to move freely.", imageSrc: - "http://img.b2bpic.net/free-photo/young-adult-mom-little-daughter-together-aerobics_1153-4789.jpg", imageAlt: "Spacious Bright Gym Floor"}, + "http://img.b2bpic.net/free-photo/young-adult-mom-little-daughter-together-aerobics_1153-4789.jpg?_wi=2", imageAlt: "Spacious Bright Gym Floor"}, ]} tagAnimation="slide-up" /> @@ -122,27 +122,27 @@ export default function GalleryPage() { { id: "strength", brand: "Classic Gym", name: "Strength Training", price: "₹3,999/month", rating: 5, reviewCount: "58", imageSrc: - "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg", imageAlt: "Strength Training Program"}, + "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg?_wi=4", imageAlt: "Strength Training Program"}, { id: "weight-loss", brand: "Classic Gym", name: "Weight Loss Program", price: "₹4,499/month", rating: 5, reviewCount: "72", imageSrc: - "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg", imageAlt: "Weight Loss Program"}, + "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg?_wi=5", imageAlt: "Weight Loss Program"}, { id: "personal", brand: "Classic Gym", name: "Personal Training", price: "₹5,999/month", rating: 5, reviewCount: "45", imageSrc: - "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772203.jpg", imageAlt: "Personal Training Session"}, + "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772203.jpg?_wi=2", imageAlt: "Personal Training Session"}, { id: "cardio", brand: "Classic Gym", name: "Cardio Workouts", price: "₹2,999/month", rating: 5, reviewCount: "61", imageSrc: - "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg", imageAlt: "Cardio Workout Program"}, + "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg?_wi=6", imageAlt: "Cardio Workout Program"}, { id: "transformation", brand: "Classic Gym", name: "Body Transformation", price: "₹6,999/month", rating: 5, reviewCount: "39", imageSrc: - "http://img.b2bpic.net/free-vector/flat-fitness-twitch-banner_23-2149239588.jpg", imageAlt: "Transformation Coaching Program"}, + "http://img.b2bpic.net/free-vector/flat-fitness-twitch-banner_23-2149239588.jpg?_wi=2", imageAlt: "Transformation Coaching Program"}, { id: "group", brand: "Classic Gym", name: "Group Sessions", price: "₹2,499/month", rating: 5, reviewCount: "53", imageSrc: - "http://img.b2bpic.net/free-photo/young-man-giving-training-mat-laughing-woman_171337-13965.jpg", imageAlt: "Group Fitness Sessions"}, + "http://img.b2bpic.net/free-photo/young-man-giving-training-mat-laughing-woman_171337-13965.jpg?_wi=3", imageAlt: "Group Fitness Sessions"}, ]} tagAnimation="slide-up" /> @@ -171,7 +171,7 @@ export default function GalleryPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-stretching-exercising-mat_23-2147827966.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-stretching-exercising-mat_23-2147827966.jpg?_wi=2" imageAlt="Gym Facilities and Equipment" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 13ccf082bd8ea0be7fc5e9a6708824d35e722112 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:14:15 +0000 Subject: [PATCH 2/2] 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 3357100..8567605 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function HomePage() { text: "Call Now", href: "tel:+919876543210"}, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/young-woman-stretching-exercising-mat_23-2147827966.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-stretching-exercising-mat_23-2147827966.jpg?_wi=1" imageAlt="Classic Gym Fitness Center with Modern Equipment" frameStyle="card" mediaAnimation="slide-up" @@ -74,7 +74,7 @@ export default function HomePage() { description="4.8 ⭐ Rating with 348+ Happy Members" subdescription="Friendly trainers, women-friendly environment, latest equipment, spacious workout area, and positive atmosphere" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/young-man-giving-training-mat-laughing-woman_171337-13965.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-giving-training-mat-laughing-woman_171337-13965.jpg?_wi=1" imageAlt="Supportive Gym Community and Culture" mediaAnimation="slide-up" useInvertedBackground={false} @@ -93,16 +93,16 @@ export default function HomePage() { features={[ { id: 1, - title: "Latest Fitness Equipment", description: "State-of-the-art cardio machines, strength training equipment, and free weights for all fitness levels.", imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg", imageAlt: "Modern Strength Training Equipment and Setup"}, + title: "Latest Fitness Equipment", description: "State-of-the-art cardio machines, strength training equipment, and free weights for all fitness levels.", imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg?_wi=1", imageAlt: "Modern Strength Training Equipment and Setup"}, { id: 2, - title: "Cardio Machines Zone", description: "Premium treadmills, ellipticals, and stationary bikes to help you achieve your cardio goals.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg", imageAlt: "Cardio Equipment and Machines"}, + title: "Cardio Machines Zone", description: "Premium treadmills, ellipticals, and stationary bikes to help you achieve your cardio goals.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg?_wi=1", imageAlt: "Cardio Equipment and Machines"}, { id: 3, - title: "Women-Friendly Zone", description: "Dedicated safe and supportive space for women members with experienced female trainers.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-sexy-woman-wearing-sportswear-smartwatch-sitting-floor-wipe-sweat-after-workout-gym_1150-47188.jpg", imageAlt: "Women-Friendly Gym Zone"}, + title: "Women-Friendly Zone", description: "Dedicated safe and supportive space for women members with experienced female trainers.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-sexy-woman-wearing-sportswear-smartwatch-sitting-floor-wipe-sweat-after-workout-gym_1150-47188.jpg?_wi=1", imageAlt: "Women-Friendly Gym Zone"}, { id: 4, - title: "Spacious Workout Area", description: "500+ sq ft of open, bright, and comfortable workout space to move freely.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-mom-little-daughter-together-aerobics_1153-4789.jpg", imageAlt: "Spacious Bright Gym Floor"}, + title: "Spacious Workout Area", description: "500+ sq ft of open, bright, and comfortable workout space to move freely.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-mom-little-daughter-together-aerobics_1153-4789.jpg?_wi=1", imageAlt: "Spacious Bright Gym Floor"}, ]} tagAnimation="slide-up" /> @@ -121,22 +121,22 @@ export default function HomePage() { products={[ { id: "strength", brand: "Classic Gym", name: "Strength Training", price: "₹3,999/month", rating: 5, - reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg", imageAlt: "Strength Training Program"}, + reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg?_wi=2", imageAlt: "Strength Training Program"}, { id: "weight-loss", brand: "Classic Gym", name: "Weight Loss Program", price: "₹4,499/month", rating: 5, - reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg", imageAlt: "Weight Loss Program"}, + reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg?_wi=2", imageAlt: "Weight Loss Program"}, { id: "personal", brand: "Classic Gym", name: "Personal Training", price: "₹5,999/month", rating: 5, - reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772203.jpg", imageAlt: "Personal Training Session"}, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-with-supervisor_23-2150772203.jpg?_wi=1", imageAlt: "Personal Training Session"}, { id: "cardio", brand: "Classic Gym", name: "Cardio Workouts", price: "₹2,999/month", rating: 5, - reviewCount: "61", imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg", imageAlt: "Cardio Workout Program"}, + reviewCount: "61", imageSrc: "http://img.b2bpic.net/free-photo/stylish-guy-gym-is-training-treadmill-healthy-lifestyle_78826-2815.jpg?_wi=3", imageAlt: "Cardio Workout Program"}, { id: "transformation", brand: "Classic Gym", name: "Body Transformation", price: "₹6,999/month", rating: 5, - reviewCount: "39", imageSrc: "http://img.b2bpic.net/free-vector/flat-fitness-twitch-banner_23-2149239588.jpg", imageAlt: "Transformation Coaching Program"}, + reviewCount: "39", imageSrc: "http://img.b2bpic.net/free-vector/flat-fitness-twitch-banner_23-2149239588.jpg?_wi=1", imageAlt: "Transformation Coaching Program"}, { id: "group", brand: "Classic Gym", name: "Group Sessions", price: "₹2,499/month", rating: 5, - reviewCount: "53", imageSrc: "http://img.b2bpic.net/free-photo/young-man-giving-training-mat-laughing-woman_171337-13965.jpg", imageAlt: "Group Fitness Sessions"}, + reviewCount: "53", imageSrc: "http://img.b2bpic.net/free-photo/young-man-giving-training-mat-laughing-woman_171337-13965.jpg?_wi=2", imageAlt: "Group Fitness Sessions"}, ]} tagAnimation="slide-up" /> -- 2.49.1