Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e389df30a | |||
| 9a28c97f84 |
323
src/app/page.tsx
323
src/app/page.tsx
@@ -35,41 +35,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Trainers",
|
||||
id: "#trainers",
|
||||
},
|
||||
name: "Trainers", id: "#trainers"},
|
||||
{
|
||||
name: "Progress",
|
||||
id: "#progress",
|
||||
},
|
||||
name: "Progress", id: "#progress"},
|
||||
{
|
||||
name: "Community",
|
||||
id: "#community",
|
||||
},
|
||||
name: "Community", id: "#community"},
|
||||
{
|
||||
name: "Plans",
|
||||
id: "#plans",
|
||||
},
|
||||
name: "Plans", id: "#plans"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Fit Hardy Club"
|
||||
/>
|
||||
@@ -78,51 +60,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Train Strong. Live Hardy."
|
||||
description="Unlock your fitness potential with Fit Hardy Club, the premium gym management platform. Experience personalized workouts, AI coaching, expert trainers, and a vibrant community."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Explore Features",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Features", href: "#features"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "hero-carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163387.jpg",
|
||||
imageAlt: "Smart Member Dashboard",
|
||||
},
|
||||
id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163387.jpg", imageAlt: "Smart Member Dashboard"},
|
||||
{
|
||||
id: "hero-carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-doing-sport-with-stats_23-2150040497.jpg",
|
||||
imageAlt: "AI Fitness Coach",
|
||||
},
|
||||
id: "hero-carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-doing-sport-with-stats_23-2150040497.jpg", imageAlt: "AI Fitness Coach"},
|
||||
{
|
||||
id: "hero-carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/play-button-media-entertainment-graphic_53876-13876.jpg",
|
||||
imageAlt: "Workout Management",
|
||||
},
|
||||
id: "hero-carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/play-button-media-entertainment-graphic_53876-13876.jpg", imageAlt: "Workout Management"},
|
||||
{
|
||||
id: "hero-carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-unrecognizable-person-analysing-financial-chart-smartphone_1098-18935.jpg",
|
||||
imageAlt: "Nutrition & Diet Section",
|
||||
},
|
||||
id: "hero-carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/cropped-unrecognizable-person-analysing-financial-chart-smartphone_1098-18935.jpg", imageAlt: "Nutrition & Diet Section"},
|
||||
{
|
||||
id: "hero-carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-energy-supply-solar-panel-manufacturing-plant_482257-120594.jpg",
|
||||
imageAlt: "Gym Experience Features",
|
||||
},
|
||||
id: "hero-carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/technician-optimizing-energy-supply-solar-panel-manufacturing-plant_482257-120594.jpg", imageAlt: "Gym Experience Features"},
|
||||
{
|
||||
id: "hero-carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-after-practicing-yoga-break-doing-exercise-relaxing-yoga-mat_1153-6847.jpg",
|
||||
imageAlt: "Community Features",
|
||||
},
|
||||
id: "hero-carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-after-practicing-yoga-break-doing-exercise-relaxing-yoga-mat_1153-6847.jpg", imageAlt: "Community Features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,9 +93,7 @@ export default function LandingPage() {
|
||||
title="Welcome to Fit Hardy Club: Your Journey to Peak Performance Starts Here"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Mission", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -149,25 +106,13 @@ export default function LandingPage() {
|
||||
tag="Core Features"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "smart-dashboard",
|
||||
title: "Smart Member Dashboard",
|
||||
content: "Get a personalized welcome, track today's workout, calories, steps, weight progress, and body measurements. Stay informed with membership status, trainer messages, and achievement badges.",
|
||||
},
|
||||
id: "smart-dashboard", title: "Smart Member Dashboard", content: "Get a personalized welcome, track today's workout, calories, steps, weight progress, and body measurements. Stay informed with membership status, trainer messages, and achievement badges."},
|
||||
{
|
||||
id: "ai-coach",
|
||||
title: "AI Fitness Coach",
|
||||
content: "Our AI assistant creates personalized workout plans, suggests exercise modifications, tracks fitness goals, answers questions, gives motivational reminders, and generates programs for all levels and environments.",
|
||||
},
|
||||
id: "ai-coach", title: "AI Fitness Coach", content: "Our AI assistant creates personalized workout plans, suggests exercise modifications, tracks fitness goals, answers questions, gives motivational reminders, and generates programs for all levels and environments."},
|
||||
{
|
||||
id: "workout-management",
|
||||
title: "Comprehensive Workout Management",
|
||||
content: "Access an extensive exercise library with videos, categorize by muscle group, build custom workouts, schedule your week, track progress, personal records, and strength analytics. Receive custom trainer-created plans.",
|
||||
},
|
||||
id: "workout-management", title: "Comprehensive Workout Management", content: "Access an extensive exercise library with videos, categorize by muscle group, build custom workouts, schedule your week, track progress, personal records, and strength analytics. Receive custom trainer-created plans."},
|
||||
{
|
||||
id: "nutrition-diet",
|
||||
title: "Personalized Nutrition & Diet",
|
||||
content: "Discover personalized meal plans, use our calorie calculator, track macros and water intake. Explore healthy recipes and diet plans tailored for weight loss, muscle gain, fat loss, and general fitness.",
|
||||
},
|
||||
id: "nutrition-diet", title: "Personalized Nutrition & Diet", content: "Discover personalized meal plans, use our calorie calculator, track macros and water intake. Explore healthy recipes and diet plans tailored for weight loss, muscle gain, fat loss, and general fitness."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-doing-sport-with-stats_23-2150040493.jpg"
|
||||
imageAlt="Smart Member Dashboard Mockup"
|
||||
@@ -184,26 +129,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "trainer-1",
|
||||
name: "Alex 'The Machine' Stone",
|
||||
role: "Strength & Transformation Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149049766.jpg",
|
||||
imageAlt: "Trainer Alex Stone",
|
||||
},
|
||||
id: "trainer-1", name: "Alex 'The Machine' Stone", role: "Strength & Transformation Specialist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149049766.jpg", imageAlt: "Trainer Alex Stone"},
|
||||
{
|
||||
id: "trainer-2",
|
||||
name: "Sarah 'The Motivator' Lee",
|
||||
role: "Weight Loss & Functional Fitness Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-athleisure-posing-outdoors_23-2148655853.jpg",
|
||||
imageAlt: "Trainer Sarah Lee",
|
||||
},
|
||||
id: "trainer-2", name: "Sarah 'The Motivator' Lee", role: "Weight Loss & Functional Fitness Coach", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-athleisure-posing-outdoors_23-2148655853.jpg", imageAlt: "Trainer Sarah Lee"},
|
||||
{
|
||||
id: "trainer-3",
|
||||
name: "David 'The Architect' Kim",
|
||||
role: "Nutrition & Muscle Gain Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-sporty-man-wearing-headband-wristband-exercising_141793-56556.jpg",
|
||||
imageAlt: "Trainer David Kim",
|
||||
},
|
||||
id: "trainer-3", name: "David 'The Architect' Kim", role: "Nutrition & Muscle Gain Coach", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-sporty-man-wearing-headband-wristband-exercising_141793-56556.jpg", imageAlt: "Trainer David Kim"},
|
||||
]}
|
||||
title="Meet Your Certified Personal Trainers"
|
||||
description="Connect with elite personal trainers specializing in diverse fitness areas. Browse profiles, certifications, experience, ratings, and success stories to find your perfect match. Book sessions and directly message your coach for personalized guidance."
|
||||
@@ -218,29 +148,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "Weight Logs",
|
||||
title: "Detailed Weight Tracking",
|
||||
description: "Monitor your weight progression with intuitive graphs and historical data to stay on course.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163413.jpg",
|
||||
imageAlt: "Weight progress graph",
|
||||
},
|
||||
id: "metric-1", value: "Weight Logs", title: "Detailed Weight Tracking", description: "Monitor your weight progression with intuitive graphs and historical data to stay on course.", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163413.jpg", imageAlt: "Weight progress graph"},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "Body Composition",
|
||||
title: "Body Fat & Measurements",
|
||||
description: "Log body fat, measurements, and upload before/after photos to visualize your physical transformation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-eating-food-lifestyle-organic-wellness-graphic_53876-128063.jpg",
|
||||
imageAlt: "Body composition chart",
|
||||
},
|
||||
id: "metric-2", value: "Body Composition", title: "Body Fat & Measurements", description: "Log body fat, measurements, and upload before/after photos to visualize your physical transformation.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-eating-food-lifestyle-organic-wellness-graphic_53876-128063.jpg", imageAlt: "Body composition chart"},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "Performance Analytics",
|
||||
title: "Strength Records & Fitness Score",
|
||||
description: "Track personal records, strength progression, and overall fitness score with monthly performance reports.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165183.jpg",
|
||||
imageAlt: "Workout performance chart",
|
||||
},
|
||||
id: "metric-3", value: "Performance Analytics", title: "Strength Records & Fitness Score", description: "Track personal records, strength progression, and overall fitness score with monthly performance reports.", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165183.jpg", imageAlt: "Workout performance chart"},
|
||||
]}
|
||||
title="Track Your Journey: Visual Insights, Real Results"
|
||||
description="Our advanced progress tracking and analytics give you a clear view of your fitness evolution. From detailed reports to motivating charts, see how far you've come and what's next."
|
||||
@@ -253,14 +165,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Fitness Innovators",
|
||||
"Wellness Tech Solutions",
|
||||
"Advanced Analytics Group",
|
||||
"Peak Performance Gear",
|
||||
"NutriFuel Supplements",
|
||||
"SecurePay Systems",
|
||||
"CloudData Vault",
|
||||
]}
|
||||
"Global Fitness Innovators", "Wellness Tech Solutions", "Advanced Analytics Group", "Peak Performance Gear", "NutriFuel Supplements", "SecurePay Systems", "CloudData Vault"]}
|
||||
title="Join a Thriving Fitness Ecosystem"
|
||||
description="Fit Hardy Club fosters a supportive and motivating community, where members connect, share achievements, and push each other towards greatness. Our premium experience is also trusted by leading partners."
|
||||
tag="Community & Trust"
|
||||
@@ -274,61 +179,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Standard",
|
||||
name: "Essential Access",
|
||||
price: "$49/month",
|
||||
features: [
|
||||
"Digital Membership Card",
|
||||
"QR Code Check-in",
|
||||
"Basic Workout Library",
|
||||
"Community Forum Access",
|
||||
"Attendance History",
|
||||
],
|
||||
id: "basic", badge: "Standard", name: "Essential Access", price: "$49/month", features: [
|
||||
"Digital Membership Card", "QR Code Check-in", "Basic Workout Library", "Community Forum Access", "Attendance History"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Join Now",
|
||||
},
|
||||
text: "Join Now"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
name: "Premium Tier",
|
||||
price: "$89/month",
|
||||
features: [
|
||||
"Essential Access Features",
|
||||
"AI Fitness Coach Access",
|
||||
"Advanced Workout & Nutrition Plans",
|
||||
"Trainer Marketplace Access",
|
||||
"Group Class Booking",
|
||||
"Progress Tracking & Reports",
|
||||
],
|
||||
id: "premium", badge: "Popular", badgeIcon: Sparkles,
|
||||
name: "Premium Tier", price: "$89/month", features: [
|
||||
"Essential Access Features", "AI Fitness Coach Access", "Advanced Workout & Nutrition Plans", "Trainer Marketplace Access", "Group Class Booking", "Progress Tracking & Reports"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Premium",
|
||||
},
|
||||
text: "Get Premium"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "ultimate",
|
||||
badge: "Elite",
|
||||
badgeIcon: Zap,
|
||||
name: "Ultimate Experience",
|
||||
price: "$149/month",
|
||||
features: [
|
||||
"Premium Tier Features",
|
||||
"Unlimited 1-on-1 Trainer Sessions",
|
||||
"Personalized Meal Prep Guides",
|
||||
"Exclusive Workshops & Events",
|
||||
"Priority Support",
|
||||
"Family Membership Options",
|
||||
],
|
||||
id: "ultimate", badge: "Elite", badgeIcon: Zap,
|
||||
name: "Ultimate Experience", price: "$149/month", features: [
|
||||
"Premium Tier Features", "Unlimited 1-on-1 Trainer Sessions", "Personalized Meal Prep Guides", "Exclusive Workshops & Events", "Priority Support", "Family Membership Options"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Go Ultimate",
|
||||
},
|
||||
text: "Go Ultimate"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -345,64 +218,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Fitness Enthusiast",
|
||||
company: "Fit Hardy Club Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-beach_273609-5371.jpg",
|
||||
imageAlt: "Sarah J. testimonial",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Fitness Enthusiast", company: "Fit Hardy Club Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sportswear-beach_273609-5371.jpg", imageAlt: "Sarah J. testimonial"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Entrepreneur",
|
||||
company: "Fit Hardy Club Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg",
|
||||
imageAlt: "Michael Chen testimonial",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Entrepreneur", company: "Fit Hardy Club Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg", imageAlt: "Michael Chen testimonial"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Yoga Instructor",
|
||||
company: "Fit Hardy Club Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-teenagers-practicing-health-wellness-activities-themselves-their-community_23-2151416199.jpg",
|
||||
imageAlt: "Emily R. testimonial",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Yoga Instructor", company: "Fit Hardy Club Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-teenagers-practicing-health-wellness-activities-themselves-their-community_23-2151416199.jpg", imageAlt: "Emily R. testimonial"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Software Engineer",
|
||||
company: "Fit Hardy Club Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slim-woman-her-personal-trainer_329181-14148.jpg",
|
||||
imageAlt: "David K. testimonial",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Software Engineer", company: "Fit Hardy Club Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slim-woman-her-personal-trainer_329181-14148.jpg", imageAlt: "David K. testimonial"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olivia M.",
|
||||
role: "Marketing Manager",
|
||||
company: "Fit Hardy Club Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-stretching-out-hands_23-2147802521.jpg",
|
||||
imageAlt: "Olivia M. testimonial",
|
||||
},
|
||||
id: "5", name: "Olivia M.", role: "Marketing Manager", company: "Fit Hardy Club Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-stretching-out-hands_23-2147802521.jpg", imageAlt: "Olivia M. testimonial"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.7★",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "4.7★", label: "Average Rating"},
|
||||
{
|
||||
value: "287+",
|
||||
label: "Positive Reviews",
|
||||
},
|
||||
value: "287+", label: "Positive Reviews"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Satisfaction",
|
||||
},
|
||||
value: "98%", label: "Satisfaction"},
|
||||
]}
|
||||
title="Hear From Our Thriving Community"
|
||||
description="Our members consistently praise our clean facilities, supportive trainers, and the tangible results they achieve. Join the Fit Hardy Club family and experience the difference."
|
||||
@@ -416,35 +253,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What makes Fit Hardy Club different?",
|
||||
content: "We combine premium gym facilities with an advanced mobile and web platform, offering AI-powered coaching, personalized plans, a robust trainer marketplace, and a strong community focus, all while maintaining exceptional cleanliness standards.",
|
||||
},
|
||||
id: "faq-1", title: "What makes Fit Hardy Club different?", content: "We combine premium gym facilities with an advanced mobile and web platform, offering AI-powered coaching, personalized plans, a robust trainer marketplace, and a strong community focus, all while maintaining exceptional cleanliness standards."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How does the AI Fitness Coach work?",
|
||||
content: "Our AI coach analyzes your fitness goals, current progress, and preferences to generate custom workout and meal plans. It also provides exercise modifications, motivational reminders, and answers your fitness queries.",
|
||||
},
|
||||
id: "faq-2", title: "How does the AI Fitness Coach work?", content: "Our AI coach analyzes your fitness goals, current progress, and preferences to generate custom workout and meal plans. It also provides exercise modifications, motivational reminders, and answers your fitness queries."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I track my progress within the app?",
|
||||
content: "Absolutely! Our Smart Member Dashboard allows you to track weight, body measurements, calories burned, steps, personal records, and view comprehensive progress charts and monthly reports.",
|
||||
},
|
||||
id: "faq-3", title: "Can I track my progress within the app?", content: "Absolutely! Our Smart Member Dashboard allows you to track weight, body measurements, calories burned, steps, personal records, and view comprehensive progress charts and monthly reports."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Are there options for personal training?",
|
||||
content: "Yes, our Trainer Marketplace lets you browse certified personal trainers, view their specializations, ratings, and availability. You can book sessions directly and communicate with your chosen trainer.",
|
||||
},
|
||||
id: "faq-4", title: "Are there options for personal training?", content: "Yes, our Trainer Marketplace lets you browse certified personal trainers, view their specializations, ratings, and availability. You can book sessions directly and communicate with your chosen trainer."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "What kind of classes do you offer?",
|
||||
content: "We offer a diverse range of group classes including Yoga, HIIT, Functional Training, Strength Training, and unique Bollywood Fitness Classes. You can easily view schedules and book classes through the app.",
|
||||
},
|
||||
id: "faq-5", title: "What kind of classes do you offer?", content: "We offer a diverse range of group classes including Yoga, HIIT, Functional Training, Strength Training, and unique Bollywood Fitness Classes. You can easily view schedules and book classes through the app."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Is my payment information secure?",
|
||||
content: "Yes, we integrate with trusted payment gateways like Razorpay and Stripe to ensure all your transactions and membership renewals are secure and seamless.",
|
||||
},
|
||||
id: "faq-6", title: "Is my payment information secure?", content: "Yes, we integrate with trusted payment gateways like Razorpay and Stripe to ensure all your transactions and membership renewals are secure and seamless."},
|
||||
]}
|
||||
title="Your Questions, Answered"
|
||||
description="Find quick answers to the most common questions about Fit Hardy Club, our platform, memberships, and training programs."
|
||||
@@ -460,22 +279,14 @@ export default function LandingPage() {
|
||||
description="Have questions or need assistance? Reach out to our team. We're here to help you train strong and live hardy."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699560.jpg"
|
||||
@@ -490,13 +301,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Fit Hardy Club"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user