Update src/app/page.tsx

This commit is contained in:
2026-03-07 13:35:53 +00:00
parent c02324926f
commit e4d5705a8c

View File

@@ -50,9 +50,11 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-barbell-swings-his-arms-gym-sport-lifestyle_169016-58540.jpg?_wi=1", imageAlt: "Professional athlete lifting weights with intensity"},
imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-barbell-swings-his-arms-gym-sport-lifestyle_169016-58540.jpg", imageAlt: "Professional athlete lifting weights with intensity"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/athletic-tattooed-male-two-sporty-women-doing-trx-straps-exercises_613910-1368.jpg?_wi=1", imageAlt: "State-of-the-art gym facility with modern equipment"},
imageSrc: "http://img.b2bpic.net/free-photo/athletic-tattooed-male-two-sporty-women-doing-trx-straps-exercises_613910-1368.jpg", imageAlt: "State-of-the-art gym facility with modern equipment"
},
]}
rating={5}
ratingText="Loved by 100+ Members in Kothapet"
@@ -62,8 +64,6 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -92,13 +92,17 @@ export default function LandingPage() {
tagIcon={Award}
features={[
{
id: "01", title: "Expert Trainers", description: "Certified trainers including Trainer Manjunath guide every workout to ensure proper form, safety, and real results.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-angry-expression_1194-1612.jpg?_wi=1", imageAlt: "Professional fitness trainer demonstrating form"},
id: "01", title: "Expert Trainers", description: "Certified trainers including Trainer Manjunath guide every workout to ensure proper form, safety, and real results.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-angry-expression_1194-1612.jpg", imageAlt: "Professional fitness trainer demonstrating form"
},
{
id: "02", title: "Advanced Equipment", description: "Modern strength and cardio machines designed for effective training and optimal performance.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-exercise-bike_23-2150280623.jpg", imageAlt: "State-of-the-art gym equipment"},
id: "02", title: "Advanced Equipment", description: "Modern strength and cardio machines designed for effective training and optimal performance.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-exercise-bike_23-2150280623.jpg", imageAlt: "State-of-the-art gym equipment"
},
{
id: "03", title: "Friendly Community", description: "A motivating environment where everyone supports each other on their fitness journey.", imageSrc: "http://img.b2bpic.net/free-photo/women-sportswear-working-out-outdoors_23-2149011875.jpg?_wi=1", imageAlt: "Supportive gym community training together"},
id: "03", title: "Friendly Community", description: "A motivating environment where everyone supports each other on their fitness journey.", imageSrc: "http://img.b2bpic.net/free-photo/women-sportswear-working-out-outdoors_23-2149011875.jpg", imageAlt: "Supportive gym community training together"
},
{
id: "04", title: "Impeccably Clean", description: "Members consistently praise our clean environment and well-maintained facilities.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-tattooed-male-two-sporty-women-doing-trx-straps-exercises_613910-1368.jpg?_wi=2", imageAlt: "Clean and modern gym facility"},
id: "04", title: "Impeccably Clean", description: "Members consistently praise our clean environment and well-maintained facilities.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-tattooed-male-two-sporty-women-doing-trx-straps-exercises_613910-1368.jpg", imageAlt: "Clean and modern gym facility"
},
]}
gridVariant="bento-grid"
animationType="slide-up"
@@ -115,13 +119,17 @@ export default function LandingPage() {
tag="One-Stop Fitness Hub"
products={[
{
id: "1", name: "Strength Training", price: "Build Muscle & Power", imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-barbell-swings-his-arms-gym-sport-lifestyle_169016-58540.jpg?_wi=2", imageAlt: "Strength training with weights"},
id: "1", name: "Strength Training", price: "Build Muscle & Power", imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-barbell-swings-his-arms-gym-sport-lifestyle_169016-58540.jpg", imageAlt: "Strength training with weights"
},
{
id: "2", name: "Personal Training", price: "1-on-1 Expert Coaching", imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-angry-expression_1194-1612.jpg?_wi=2", imageAlt: "Personal trainer coaching session"},
id: "2", name: "Personal Training", price: "1-on-1 Expert Coaching", imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-angry-expression_1194-1612.jpg", imageAlt: "Personal trainer coaching session"
},
{
id: "3", name: "Yoga Classes", price: "Flexibility & Wellness", imageSrc: "http://img.b2bpic.net/free-photo/trainer-assisting-group-people-with-pashimottanasana-exercise_1170-199.jpg", imageAlt: "Yoga class stretching session"},
id: "3", name: "Yoga Classes", price: "Flexibility & Wellness", imageSrc: "http://img.b2bpic.net/free-photo/trainer-assisting-group-people-with-pashimottanasana-exercise_1170-199.jpg", imageAlt: "Yoga class stretching session"
},
{
id: "4", name: "Zumba Sessions", price: "Fun Cardio Workouts", imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-zumba-class_23-2149074863.jpg", imageAlt: "High-energy zumba dance class"},
id: "4", name: "Zumba Sessions", price: "Fun Cardio Workouts", imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-zumba-class_23-2149074863.jpg", imageAlt: "High-energy zumba dance class"
},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -137,7 +145,8 @@ export default function LandingPage() {
tag="Featured Trainer"
team={[
{
id: "1", name: "Trainer Manjunath", role: "Head Coach & Transformation Expert", imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-angry-expression_1194-1612.jpg?_wi=3", imageAlt: "Trainer Manjunath"},
id: "1", name: "Trainer Manjunath", role: "Head Coach & Transformation Expert", imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-angry-expression_1194-1612.jpg", imageAlt: "Trainer Manjunath"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -156,13 +165,17 @@ export default function LandingPage() {
animationType="slide-up"
blogs={[
{
id: "1", category: "Transformation", title: "Complete Lifestyle Change", excerpt: "This gym completely changed my lifestyle. The training is intense and result oriented. Trainer Manjunath's expertise is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/men-training-together-outdoors-with-weights_23-2150765082.jpg", imageAlt: "Fitness transformation results", authorName: "Srija Shetty", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-exercising-gym-bodybuilding_23-2149552287.jpg", date: "2023"},
id: "1", category: "Transformation", title: "Complete Lifestyle Change", excerpt: "This gym completely changed my lifestyle. The training is intense and result oriented. Trainer Manjunath's expertise is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/men-training-together-outdoors-with-weights_23-2150765082.jpg", imageAlt: "Fitness transformation results", authorName: "Srija Shetty", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-exercising-gym-bodybuilding_23-2149552287.jpg", date: "2023"
},
{
id: "2", category: "Facilities", title: "Premium Quality Equipment", excerpt: "Very clean and well equipped gym with a friendly environment. The staff is professional and the facilities are top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-tattooed-male-two-sporty-women-doing-trx-straps-exercises_613910-1368.jpg?_wi=3", imageAlt: "Modern gym facilities", authorName: "Sri Charan", authorAvatar: "http://img.b2bpic.net/free-photo/man-white-t-shirt-smoking-cigarette-holds-motorcycle-helmet-photo-studio_613910-11993.jpg", date: "2023"},
id: "2", category: "Facilities", title: "Premium Quality Equipment", excerpt: "Very clean and well equipped gym with a friendly environment. The staff is professional and the facilities are top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-tattooed-male-two-sporty-women-doing-trx-straps-exercises_613910-1368.jpg", imageAlt: "Modern gym facilities", authorName: "Sri Charan", authorAvatar: "http://img.b2bpic.net/free-photo/man-white-t-shirt-smoking-cigarette-holds-motorcycle-helmet-photo-studio_613910-11993.jpg", date: "2023"
},
{
id: "3", category: "Results", title: "Real Strength Gains", excerpt: "Best decision joining here. I saw real strength and body changes within just 3 months of consistent training.", imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-barbell-swings-his-arms-gym-sport-lifestyle_169016-58540.jpg?_wi=3", imageAlt: "Strength training results", authorName: "Madhav", authorAvatar: "http://img.b2bpic.net/free-photo/confident-young-brunette-caucasian-girl-stands-with-crossed-arms_141793-70489.jpg", date: "2024"},
id: "3", category: "Results", title: "Real Strength Gains", excerpt: "Best decision joining here. I saw real strength and body changes within just 3 months of consistent training.", imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-barbell-swings-his-arms-gym-sport-lifestyle_169016-58540.jpg", imageAlt: "Strength training results", authorName: "Madhav", authorAvatar: "http://img.b2bpic.net/free-photo/confident-young-brunette-caucasian-girl-stands-with-crossed-arms_141793-70489.jpg", date: "2024"
},
{
id: "4", category: "Services", title: "One-Stop Fitness Solution", excerpt: "Perfect one-stop shop for gym, yoga and zumba. Everything you need under one roof with expert instructors.", imageSrc: "http://img.b2bpic.net/free-photo/women-sportswear-working-out-outdoors_23-2149011875.jpg?_wi=2", imageAlt: "Community fitness classes", authorName: "Glowave Member", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-with-prosthesis_23-2149003081.jpg", date: "2024"},
id: "4", category: "Services", title: "One-Stop Fitness Solution", excerpt: "Perfect one-stop shop for gym, yoga and zumba. Everything you need under one roof with expert instructors.", imageSrc: "http://img.b2bpic.net/free-photo/women-sportswear-working-out-outdoors_23-2149011875.jpg", imageAlt: "Community fitness classes", authorName: "Glowave Member", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-with-prosthesis_23-2149003081.jpg", date: "2024"
},
]}
carouselMode="buttons"
/>
@@ -200,7 +213,7 @@ export default function LandingPage() {
<ContactText
text="Ready to Start Your Transformation? Join Hundreds of Members Who Are Already Experiencing Life-Changing Results at The Fit Nation."
animationType="entrance-slide"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Book Free Trial", href: "#" },