Update src/app/page.tsx

This commit is contained in:
2026-03-07 17:24:54 +00:00
parent 0d4470e493
commit b7cfaffcea

View File

@@ -49,15 +49,15 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-bench-press-machine_23-2147688194.jpg", imageAlt: "Modern gym facility"},
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-bench-press-machine_23-2147688194.jpg?_wi=1", imageAlt: "Modern gym facility"},
{
imageSrc: "http://img.b2bpic.net/free-photo/men-doing-bodybuilding_23-2147671853.jpg", imageAlt: "Strength training equipment"},
imageSrc: "http://img.b2bpic.net/free-photo/men-doing-bodybuilding_23-2147671853.jpg?_wi=1", imageAlt: "Strength training equipment"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-doing-cardio-gym_651396-642.jpg", imageAlt: "Cardio equipment"},
imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-doing-cardio-gym_651396-642.jpg?_wi=1", imageAlt: "Cardio equipment"},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-asian-people-practicing-taekwondo_23-2150753734.jpg", imageAlt: "Kickboxing training"},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-asian-people-practicing-taekwondo_23-2150753734.jpg?_wi=1", imageAlt: "Kickboxing training"},
{
imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-124441.jpg", imageAlt: "Ladies only section"},
imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-124441.jpg?_wi=1", imageAlt: "Ladies only section"},
]}
buttons={[
{ text: "Join Now", href: "#pricing" },
@@ -76,7 +76,7 @@ export default function LandingPage() {
{ value: "242+", title: "Satisfied Members" },
{ value: "4.6★", title: "Average Rating" },
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=1"
imageAlt="Professional trainers"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -90,22 +90,22 @@ export default function LandingPage() {
description="Experience premium training amenities and specialized programs designed for every fitness goal"
features={[
{
title: "Expert Trainers", description: "Highly dedicated and knowledgeable coaches who provide excellent guidance and personalized support for your fitness goals", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg", imageAlt: "Expert trainer coaching", buttonIcon: CheckCircle,
title: "Expert Trainers", description: "Highly dedicated and knowledgeable coaches who provide excellent guidance and personalized support for your fitness goals", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=2", imageAlt: "Expert trainer coaching", buttonIcon: CheckCircle,
},
{
title: "Spacious Gym", description: "Large, well-maintained facility with ample equipment so you never have to wait, even during peak hours", imageSrc: "http://img.b2bpic.net/free-photo/men-doing-bodybuilding_23-2147671853.jpg", imageAlt: "Spacious gym floor", buttonIcon: Maximize2,
title: "Spacious Gym", description: "Large, well-maintained facility with ample equipment so you never have to wait, even during peak hours", imageSrc: "http://img.b2bpic.net/free-photo/men-doing-bodybuilding_23-2147671853.jpg?_wi=2", imageAlt: "Spacious gym floor", buttonIcon: Maximize2,
},
{
title: "Complete Equipment", description: "Full range of strength training, cardio, and functional fitness equipment for comprehensive workouts", imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-doing-cardio-gym_651396-642.jpg", imageAlt: "Complete equipment range", buttonIcon: Zap,
title: "Complete Equipment", description: "Full range of strength training, cardio, and functional fitness equipment for comprehensive workouts", imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-doing-cardio-gym_651396-642.jpg?_wi=2", imageAlt: "Complete equipment range", buttonIcon: Zap,
},
{
title: "Kickboxing Classes", description: "Specialized kickboxing training for fitness and martial arts enthusiasts of all levels", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-asian-people-practicing-taekwondo_23-2150753734.jpg", imageAlt: "Kickboxing training", buttonIcon: Flame,
title: "Kickboxing Classes", description: "Specialized kickboxing training for fitness and martial arts enthusiasts of all levels", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-asian-people-practicing-taekwondo_23-2150753734.jpg?_wi=2", imageAlt: "Kickboxing training", buttonIcon: Flame,
},
{
title: "Ladies-Only Section", description: "Dedicated comfortable space for women with supportive female trainers and friendly community", imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-124441.jpg", imageAlt: "Ladies only section", buttonIcon: Heart,
title: "Ladies-Only Section", description: "Dedicated comfortable space for women with supportive female trainers and friendly community", imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-124441.jpg?_wi=2", imageAlt: "Ladies only section", buttonIcon: Heart,
},
{
title: "Modern Amenities", description: "On-site haircut salon, muscle relief services, ice bath recovery, and in-gym restaurant", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-bench-press-machine_23-2147688194.jpg", imageAlt: "Modern amenities", buttonIcon: Star,
title: "Modern Amenities", description: "On-site haircut salon, muscle relief services, ice bath recovery, and in-gym restaurant", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-bench-press-machine_23-2147688194.jpg?_wi=2", imageAlt: "Modern amenities", buttonIcon: Star,
},
]}
textboxLayout="default"
@@ -119,17 +119,17 @@ export default function LandingPage() {
description="Join hundreds of satisfied members who have transformed their fitness journeys at Shabab Al Muhaisnah"
testimonials={[
{
id: "1", name: "Ajeesh K Joji", date: "Date: 3 months ago", title: "Highly Satisfied with Training Results", quote: "I am very satisfied with this gym. The trainer is highly dedicated, knowledgeable, and provides excellent guidance during every session. The environment is clean, well-maintained, and motivating. I truly appreciate the professionalism and support from the team. Highly recommended.", tag: "Regular Member", avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageSrc: "http://img.b2bpic.net/free-photo/men-doing-bodybuilding_23-2147671853.jpg"},
id: "1", name: "Ajeesh K Joji", date: "Date: 3 months ago", title: "Highly Satisfied with Training Results", quote: "I am very satisfied with this gym. The trainer is highly dedicated, knowledgeable, and provides excellent guidance during every session. The environment is clean, well-maintained, and motivating. I truly appreciate the professionalism and support from the team. Highly recommended.", tag: "Regular Member", avatarSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageSrc: "http://img.b2bpic.net/free-photo/men-doing-bodybuilding_23-2147671853.jpg?_wi=3"},
{
id: "2", name: "Zahra Hussain", date: "Date: 5 months ago", title: "Joe's Personal Training Changed Everything", quote: "I recently joined this gym and my experience has been fantastic, especially because of the trainer, Joe. He is highly professional, motivating, and really pays attention to each person's individual goals. Joe takes the time to correct form and ensures I'm progressing safely.", tag: "Premium Member", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-chocolate-heart_1163-89.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-doing-cardio-gym_651396-642.jpg"},
id: "2", name: "Zahra Hussain", date: "Date: 5 months ago", title: "Joe's Personal Training Changed Everything", quote: "I recently joined this gym and my experience has been fantastic, especially because of the trainer, Joe. He is highly professional, motivating, and really pays attention to each person's individual goals. Joe takes the time to correct form and ensures I'm progressing safely.", tag: "Premium Member", avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-chocolate-heart_1163-89.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-doing-cardio-gym_651396-642.jpg?_wi=3"},
{
id: "3", name: "Nandhu Suresh SS", date: "Date: 2 months ago", title: "Best Gym in Muhaisnah for Beginners and Pros", quote: "Last one year I doing workout in this gym and it was very nice gym, ambiance is very nice and it's a large gym with lots of machines so no need to queue for getting any machine even there is rush. The trainers are well knowledgeable and friendly, so I recommend everyone to the gym.", tag: "Long-term Member", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-earbuds_23-2148613052.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-bench-press-machine_23-2147688194.jpg"},
id: "3", name: "Nandhu Suresh SS", date: "Date: 2 months ago", title: "Best Gym in Muhaisnah for Beginners and Pros", quote: "Last one year I doing workout in this gym and it was very nice gym, ambiance is very nice and it's a large gym with lots of machines so no need to queue for getting any machine even there is rush. The trainers are well knowledgeable and friendly, so I recommend everyone to the gym.", tag: "Long-term Member", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-earbuds_23-2148613052.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-bench-press-machine_23-2147688194.jpg?_wi=3"},
{
id: "4", name: "Safeela Noushad", date: "Date: 3 months ago", title: "Clean, Modern, and Highly Professional", quote: "Great gym with well-trained staff and modern equipment. The environment is clean, motivating, and perfect for workouts. Highly recommended! The facilities are top-notch and the staff truly cares about your fitness goals.", tag: "Dedicated Member", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-asian-people-practicing-taekwondo_23-2150753734.jpg"},
id: "4", name: "Safeela Noushad", date: "Date: 3 months ago", title: "Clean, Modern, and Highly Professional", quote: "Great gym with well-trained staff and modern equipment. The environment is clean, motivating, and perfect for workouts. Highly recommended! The facilities are top-notch and the staff truly cares about your fitness goals.", tag: "Dedicated Member", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-asian-people-practicing-taekwondo_23-2150753734.jpg?_wi=3"},
{
id: "5", name: "Jamsheer Rahman", date: "Date: 3 months ago", title: "Affordable and Supportive Community", quote: "All the trainers are very supporting and give perfect guidance. Management is very comfortable. Price is very affordable. Altogether am very happy at this gym. This is the best value for money fitness solution in the area.", tag: "Satisfied Member", avatarSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg", imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-124441.jpg"},
id: "5", name: "Jamsheer Rahman", date: "Date: 3 months ago", title: "Affordable and Supportive Community", quote: "All the trainers are very supporting and give perfect guidance. Management is very comfortable. Price is very affordable. Altogether am very happy at this gym. This is the best value for money fitness solution in the area.", tag: "Satisfied Member", avatarSrc: "http://img.b2bpic.net/free-photo/i-like-that-good-job-happy-young-dark-skinned-female-wearing-casual-long-sleeved-t-shirt-making-thumbs-up-sign-smiling-cheerfully-showing-her-support-respect-someone-body-language_273609-1258.jpg", imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-124441.jpg?_wi=3"},
{
id: "6", name: "Aaron Shoji", date: "Date: 5 months ago", title: "Best Gym Experience So Far", quote: "Al Muhaisnah Fitness is one of the best gyms I've been to. The facilities are clean, well-maintained, and have everything you need for a complete workout whether it's strength training, cardio, or functional exercises. The atmosphere is welcoming and the staff is incredibly helpful.", tag: "Premium Member", avatarSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg"},
id: "6", name: "Aaron Shoji", date: "Date: 5 months ago", title: "Best Gym Experience So Far", quote: "Al Muhaisnah Fitness is one of the best gyms I've been to. The facilities are clean, well-maintained, and have everything you need for a complete workout whether it's strength training, cardio, or functional exercises. The atmosphere is welcoming and the staff is incredibly helpful.", tag: "Premium Member", avatarSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21909.jpg?_wi=3"},
]}
textboxLayout="default"
useInvertedBackground={false}