diff --git a/src/app/page.tsx b/src/app/page.tsx index 24966ac..574dda5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-girl-blue-sports-suit-is-engaged-sports-gym_1157-13597.jpg", imageAlt: "Iron Masters Gym modern interior with professional equipment" }, - { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-gym_140725-8086.jpg", imageAlt: "State of the art cardio equipment in clean gym setting" }, - { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/attractive-sports-girl-performs-exercises-hips-buttocks-healthy-lifestyle_78826-3370.jpg", imageAlt: "Professional strength training area with premium weights" }, + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-girl-blue-sports-suit-is-engaged-sports-gym_1157-13597.jpg?_wi=1", imageAlt: "Iron Masters Gym modern interior with professional equipment" }, + { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-gym_140725-8086.jpg?_wi=1", imageAlt: "State of the art cardio equipment in clean gym setting" }, + { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/attractive-sports-girl-performs-exercises-hips-buttocks-healthy-lifestyle_78826-3370.jpg?_wi=1", imageAlt: "Professional strength training area with premium weights" }, { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-eyes-closed-enjoying-relaxing-time-sauna-health-spa_637285-7486.jpg", imageAlt: "Luxury steam bath facility for relaxation and recovery" }, - { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32156.jpg", imageAlt: "Friendly trainer providing personalized guidance to member" }, + { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32156.jpg?_wi=1", imageAlt: "Friendly trainer providing personalized guidance to member" }, { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/black-faucet-stream-foamy-water-white-basin_169016-68889.jpg", imageAlt: "Hygienic and modern washroom facilities at Iron Masters" } ]} autoPlay={true} @@ -190,10 +190,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "members", value: "500+", title: "Active Members", description: "Growing community of fitness enthusiasts committed to their health.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-girl-blue-sports-suit-is-engaged-sports-gym_1157-13597.jpg", imageAlt: "Active gym members community" }, - { id: "rating", value: "4.9/5", title: "Member Rating", description: "Consistent five-star feedback from our valued community.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-gym_140725-8086.jpg", imageAlt: "Member satisfaction and ratings" }, - { id: "years", value: "8+", title: "Years of Excellence", description: "Trusted fitness partner in Thiruvananthapuram since inception.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-sports-girl-performs-exercises-hips-buttocks-healthy-lifestyle_78826-3370.jpg", imageAlt: "Years of gym excellence" }, - { id: "trainers", value: "12+", title: "Certified Trainers", description: "Professional coaches dedicated to your transformation.", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32156.jpg", imageAlt: "Professional certified trainers" } + { id: "members", value: "500+", title: "Active Members", description: "Growing community of fitness enthusiasts committed to their health.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-girl-blue-sports-suit-is-engaged-sports-gym_1157-13597.jpg?_wi=2", imageAlt: "Active gym members community" }, + { id: "rating", value: "4.9/5", title: "Member Rating", description: "Consistent five-star feedback from our valued community.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-exercises-gym_140725-8086.jpg?_wi=2", imageAlt: "Member satisfaction and ratings" }, + { id: "years", value: "8+", title: "Years of Excellence", description: "Trusted fitness partner in Thiruvananthapuram since inception.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-sports-girl-performs-exercises-hips-buttocks-healthy-lifestyle_78826-3370.jpg?_wi=2", imageAlt: "Years of gym excellence" }, + { id: "trainers", value: "12+", title: "Certified Trainers", description: "Professional coaches dedicated to your transformation.", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32156.jpg?_wi=2", imageAlt: "Professional certified trainers" } ]} />