diff --git a/src/app/page.tsx b/src/app/page.tsx index af71d0b..a895e3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,11 +64,11 @@ export default function LandingPage() { features={[ { id: "early-opening", title: "Early Morning Access", author: "Opens 5:00 AM Daily", description: "Start your day strong with our early morning fitness program. Perfect for college students and professionals with busy schedules.", tags: ["Morning Fitness", "Convenience"], - imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg", imageAlt: "Early morning gym opening" + imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg?_wi=1", imageAlt: "Early morning gym opening" }, { id: "quality-equipment", title: "Quality Equipment", author: "Professional Grade", description: "State-of-the-art weightlifting, cardio, and functional training equipment maintained to the highest standards.", tags: ["Premium", "Modern"], - imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-with-dumbbells-fitness-club-gym_613910-18615.jpg", imageAlt: "Modern gym equipment" + imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-with-dumbbells-fitness-club-gym_613910-18615.jpg?_wi=1", imageAlt: "Modern gym equipment" }, { id: "affordable-plans", title: "Affordable Plans", author: "Flexible Membership", description: "Monthly, quarterly, and yearly options designed to fit your budget. No hidden charges, transparent pricing.", tags: ["Flexible", "Budget-Friendly"], @@ -76,7 +76,7 @@ export default function LandingPage() { }, { id: "friendly-environment", title: "Motivating Community", author: "Supportive Members", description: "Train alongside dedicated fitness enthusiasts and supportive staff who help you reach your goals safely.", tags: ["Community", "Support"], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg", imageAlt: "POWER Gym interior" + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg?_wi=1", imageAlt: "POWER Gym interior" } ]} animationType="slide-up" @@ -167,13 +167,13 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "500+", title: "Active Members", description: "Community of dedicated fitness enthusiasts", imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-with-dumbbells-fitness-club-gym_613910-18615.jpg", imageAlt: "Active gym members training" + id: "1", value: "500+", title: "Active Members", description: "Community of dedicated fitness enthusiasts", imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-with-dumbbells-fitness-club-gym_613910-18615.jpg?_wi=2", imageAlt: "Active gym members training" }, { - id: "2", value: "4.4★", title: "Google Rating", description: "Based on 8+ verified customer reviews", imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg", imageAlt: "Premium equipment quality" + id: "2", value: "4.4★", title: "Google Rating", description: "Based on 8+ verified customer reviews", imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-with-different-weight_7502-8973.jpg?_wi=2", imageAlt: "Premium equipment quality" }, { - id: "3", value: "5AM", title: "Opening Time", description: "Earliest opening in Manthani for your convenience", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg", imageAlt: "POWER Gym open early morning" + id: "3", value: "5AM", title: "Opening Time", description: "Earliest opening in Manthani for your convenience", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room_74190-4479.jpg?_wi=2", imageAlt: "POWER Gym open early morning" } ]} animationType="slide-up"