diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 03962a0..6ae026d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -86,7 +86,7 @@ export default function AboutPage() { description="Founded with Passion for Wellness" subdescription="Established 2023 | 500+ Transformed Members | Certified Trainers" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg?_wi=2" imageAlt="Ignite Fitness Club gym facility" mediaAnimation="slide-up" useInvertedBackground={false} @@ -107,7 +107,7 @@ export default function AboutPage() { description: "We invest in the latest, state-of-the-art fitness equipment to ensure our members have access to world-class training tools.", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg", + "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg?_wi=2", }, { id: 2, @@ -115,7 +115,7 @@ export default function AboutPage() { description: "Our certified fitness professionals bring years of experience and genuine passion for helping you achieve your goals.", imageSrc: - "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg", + "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=2", }, { id: 3, @@ -123,7 +123,7 @@ export default function AboutPage() { description: "We foster an inclusive, energetic environment where members motivate each other and celebrate collective success.", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-gym-fitnes_624325-2383.jpg", + "http://img.b2bpic.net/free-photo/young-woman-gym-fitnes_624325-2383.jpg?_wi=2", }, ]} textboxLayout="default" diff --git a/src/app/page.tsx b/src/app/page.tsx index 3fa47aa..c555b0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,7 +92,7 @@ export default function HomePage() { { text: "📞 Call Now", href: "tel:+919876543210" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg?_wi=1" imageAlt="Ignite Fitness Club premium gym interior with modern equipment" mediaAnimation="slide-up" avatars={[ @@ -171,7 +171,7 @@ export default function HomePage() { description: "State-of-the-art strength training equipment with personalized guidance from certified trainers. Build muscle and increase power.", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg", + "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg?_wi=1", }, { id: 2, @@ -179,7 +179,7 @@ export default function HomePage() { description: "Premium cardio machines including treadmills, ellipticals, and rowing machines. Improve endurance and heart health.", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-gym-fitnes_624325-2383.jpg", + "http://img.b2bpic.net/free-photo/young-woman-gym-fitnes_624325-2383.jpg?_wi=1", }, { id: 3, @@ -187,7 +187,7 @@ export default function HomePage() { description: "One-on-one coaching with certified fitness professionals. Customized workout plans tailored to your goals.", imageSrc: - "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg", + "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=1", }, { id: 4, diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 7fad613..9ce3fb7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -106,7 +106,7 @@ export default function ServicesPage() { description: "Build strength and muscle with our comprehensive weight training programs. Our certified trainers create personalized routines using modern equipment and proven techniques.", imageSrc: - "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg", + "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg?_wi=3", }, { id: 2, @@ -114,7 +114,7 @@ export default function ServicesPage() { description: "Improve cardiovascular health and stamina with premium cardio equipment including treadmills, rowing machines, and ellipticals guided by fitness experts.", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-gym-fitnes_624325-2383.jpg", + "http://img.b2bpic.net/free-photo/young-woman-gym-fitnes_624325-2383.jpg?_wi=3", }, { id: 3, @@ -122,7 +122,7 @@ export default function ServicesPage() { description: "Get dedicated attention from certified trainers who design custom workout plans, monitor form, and adjust intensity to match your progress and goals.", imageSrc: - "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg", + "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg?_wi=3", }, ]} textboxLayout="default"