diff --git a/src/app/page.tsx b/src/app/page.tsx index 49f2eb7..665fadb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { { title: "Group Fitness Classes", description: "Join energetic Zumba, aerobics, and group workout sessions designed to keep fitness fun, social, and motivating.", icon: Users }, { title: "Welcoming Community", description: "Build genuine connections with members who share your fitness passion. We foster a supportive, judgment-free environment for everyone.", icon: Heart } ]} - imageSrc="http://img.b2bpic.net/free-photo/blurred-training-zone_1203-369.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/blurred-training-zone_1203-369.jpg" imageAlt="Modern RJ Fitness Gym Equipment" mediaAnimation="blur-reveal" imagePosition="right" @@ -141,7 +141,7 @@ export default function LandingPage() { features={[ { id: "feature-1", title: "Premium Strength Training", descriptions: ["Comprehensive weight machines", "Free weights and dumbbells", "Power racks and benches", "Olympic lifting platforms"], - imageSrc: "http://img.b2bpic.net/free-photo/blurred-training-zone_1203-369.jpg?_wi=2", imageAlt: "Strength Training Equipment" + imageSrc: "http://img.b2bpic.net/free-photo/blurred-training-zone_1203-369.jpg", imageAlt: "Strength Training Equipment" }, { id: "feature-2", title: "Zumba & Group Fitness", descriptions: ["Weekly Zumba dance sessions", "High-energy aerobic classes", "Group strength classes", "Community-driven workouts"], @@ -187,10 +187,10 @@ export default function LandingPage() { tagAnimation="blur-reveal" membersAnimation="slide-up" members={[ - { id: "trainer-1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_23-2148825867.jpg?_wi=1", imageAlt: "Rajesh Kumar - Head Trainer" }, - { id: "trainer-2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-young-african-businessman-with-muscular-shoulders-wearing-black-shorts-white-tank-top-tying-boxing-bandages-workout-using-punching-bag-training-after-work-day-office_343059-395.jpg?_wi=1", imageAlt: "Priya Sharma - Fitness Coach" }, - { id: "trainer-3", name: "Amit Patel", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-fitness-strap-gym_23-2147949519.jpg?_wi=1", imageAlt: "Amit Patel - Strength Coach" }, - { id: "trainer-4", name: "Sophia Singh", imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332052.jpg?_wi=1", imageAlt: "Sophia Singh - Zumba Instructor" } + { id: "trainer-1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_23-2148825867.jpg", imageAlt: "Rajesh Kumar - Head Trainer" }, + { id: "trainer-2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-young-african-businessman-with-muscular-shoulders-wearing-black-shorts-white-tank-top-tying-boxing-bandages-workout-using-punching-bag-training-after-work-day-office_343059-395.jpg", imageAlt: "Priya Sharma - Fitness Coach" }, + { id: "trainer-3", name: "Amit Patel", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-with-fitness-strap-gym_23-2147949519.jpg", imageAlt: "Amit Patel - Strength Coach" }, + { id: "trainer-4", name: "Sophia Singh", imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332052.jpg", imageAlt: "Sophia Singh - Zumba Instructor" } ]} memberVariant="card" useInvertedBackground={true} @@ -210,11 +210,11 @@ export default function LandingPage() {