Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-10 11:13:14 +00:00

View File

@@ -33,31 +33,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "Membership",
id: "#pricing",
},
name: "Membership", id: "#pricing"},
{
name: "Trainers",
id: "#team",
},
name: "Trainers", id: "#team"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Free Trial",
id: "#contact",
},
name: "Free Trial", id: "#contact"},
]}
brandName="Iron Pulse Fitness"
button={{
text: "Sign Up",
href: "#contact",
}}
text: "Sign Up", href: "#contact"}}
/>
</div>
@@ -65,109 +53,61 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
title="Ignite Your Strength. Unleash Your Potential."
description="Iron Pulse Fitness combines cutting-edge equipment with expert coaching to transform your body and mind. Join hundreds of members crushing their goals every single day."
testimonials={[
{
name: "Sarah J.",
handle: "@sarah_lifts",
testimonial: "Lost 20lbs and gained incredible confidence. The trainers are truly the best!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-female-boxer-is-posing-photographer-dark-photo-studio_613910-3635.jpg?_wi=1",
imageAlt: "happy gym member male smiling",
},
name: "Sarah J.", handle: "@sarah_lifts", testimonial: "Lost 20lbs and gained incredible confidence. The trainers are truly the best!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-female-boxer-is-posing-photographer-dark-photo-studio_613910-3635.jpg", imageAlt: "happy gym member male smiling"},
{
name: "Michael R.",
handle: "@mike_gains",
testimonial: "The community here is unmatched. Every workout feels like a team effort.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-gym-with-dumbbells_624325-2251.jpg?_wi=1",
imageAlt: "female gym member smiling workout",
},
name: "Michael R.", handle: "@mike_gains", testimonial: "The community here is unmatched. Every workout feels like a team effort.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-gym-with-dumbbells_624325-2251.jpg", imageAlt: "female gym member smiling workout"},
{
name: "Emily C.",
handle: "@em_strong",
testimonial: "Finally found a gym that pushes me beyond my limits in the best way possible. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adult-training-body-building_23-2149660995.jpg",
imageAlt: "diverse gym member dark background",
},
name: "Emily C.", handle: "@em_strong", testimonial: "Finally found a gym that pushes me beyond my limits in the best way possible. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adult-training-body-building_23-2149660995.jpg", imageAlt: "diverse gym member dark background"},
{
name: "David L.",
handle: "@david_fit",
testimonial: "State-of-the-art equipment and personalized plans have transformed my fitness journey.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-training-gym_23-2149049779.jpg",
imageAlt: "woman lifting weights gym",
},
name: "David L.", handle: "@david_fit", testimonial: "State-of-the-art equipment and personalized plans have transformed my fitness journey.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-training-gym_23-2149049779.jpg", imageAlt: "woman lifting weights gym"},
{
name: "Jessica B.",
handle: "@jess_pulse",
testimonial: "From beginner to beast, Iron Pulse has been my foundation. Amazing results!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061473.jpg",
imageAlt: "group fitness class smiling",
},
name: "Jessica B.", handle: "@jess_pulse", testimonial: "From beginner to beast, Iron Pulse has been my foundation. Amazing results!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061473.jpg", imageAlt: "group fitness class smiling"},
]}
testimonialRotationInterval={7000}
buttons={[
{
text: "Claim Your Free Trial",
href: "#contact",
},
text: "Claim Your Free Trial", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-afro-american-sports-man-standing-with-white-towel-resting-after-workout_171337-9246.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/young-afro-american-sports-man-standing-with-white-towel-resting-after-workout_171337-9246.jpg"
imageAlt="Dynamic gym with neon green accents"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/strong-serious-sportsman-looking-away-while-training_171337-19978.jpg",
alt: "Athlete focused in gym",
},
src: "http://img.b2bpic.net/free-photo/strong-serious-sportsman-looking-away-while-training_171337-19978.jpg", alt: "Athlete focused in gym"},
{
src: "http://img.b2bpic.net/free-photo/young-attractive-woman-virabhadrasana-ii-pose_1163-4490.jpg",
alt: "Woman determined during workout",
},
src: "http://img.b2bpic.net/free-photo/young-attractive-woman-virabhadrasana-ii-pose_1163-4490.jpg", alt: "Woman determined during workout"},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-fitness-woman-with-towel-resting_171337-6261.jpg",
alt: "Smiling person at fitness class",
},
src: "http://img.b2bpic.net/free-photo/portrait-happy-fitness-woman-with-towel-resting_171337-6261.jpg", alt: "Smiling person at fitness class"},
{
src: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-dumbbell_23-2149177943.jpg",
alt: "Coach demonstrating exercise",
},
src: "http://img.b2bpic.net/free-photo/full-shot-man-training-with-dumbbell_23-2149177943.jpg", alt: "Coach demonstrating exercise"},
{
src: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-7.jpg",
alt: "Dynamic group fitness training",
},
src: "http://img.b2bpic.net/free-photo/people-exercising-fitness-gym_53876-7.jpg", alt: "Dynamic group fitness training"},
]}
avatarText="Join our 1200+ active members!"
marqueeItems={[
{
type: "text",
text: "Strength Training",
type: "text", text: "Strength Training"},
{
type: "text-icon", text: "Cardio Excellence", icon: Flame,
},
{
type: "text-icon",
text: "Cardio Excellence",
icon: Flame,
type: "text", text: "Expert Coaching"},
{
type: "text-icon", text: "Community Focus", icon: Users,
},
{
type: "text",
text: "Expert Coaching",
},
{
type: "text-icon",
text: "Community Focus",
icon: Users,
},
{
type: "text",
text: "Holistic Wellness",
},
type: "text", text: "Holistic Wellness"},
]}
/>
</div>
@@ -179,24 +119,16 @@ export default function LandingPage() {
metrics={[
{
icon: Users,
label: "Active Members",
value: "1200+",
},
label: "Active Members", value: "1200+"},
{
icon: Zap,
label: "Classes Weekly",
value: "75+",
},
label: "Classes Weekly", value: "75+"},
{
icon: Award,
label: "Certified Trainers",
value: "20+",
},
label: "Certified Trainers", value: "20+"},
{
icon: Target,
label: "Goals Achieved",
value: "10K+",
},
label: "Goals Achieved", value: "10K+"},
]}
metricsAnimation="slide-up"
/>
@@ -209,80 +141,53 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Personalized Training Plans",
description: "Receive a custom workout regimen designed specifically for your fitness level, goals, and preferences by our expert coaches.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-man-lifting-barbell-with-personal-trainer_1262-16411.jpg",
imageAlt: "Personal trainer assisting a client",
},
title: "Personalized Training Plans", description: "Receive a custom workout regimen designed specifically for your fitness level, goals, and preferences by our expert coaches.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-man-lifting-barbell-with-personal-trainer_1262-16411.jpg", imageAlt: "Personal trainer assisting a client"},
items: [
{
icon: CheckCircle,
text: "Tailored Workouts",
},
text: "Tailored Workouts"},
{
icon: CheckCircle,
text: "Progress Tracking",
},
text: "Progress Tracking"},
{
icon: CheckCircle,
text: "Dedicated Coach",
},
text: "Dedicated Coach"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/young-afro-american-sports-man-standing-with-white-towel-resting-after-workout_171337-9246.jpg?_wi=2",
imageAlt: "personal training session intense",
reverse: false
},
{
title: "Dynamic Group Classes",
description: "Join our high-energy group classes, from HIIT to Yoga, fostering a motivating community spirit and challenging you in new ways.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/people-dancing-twerking-indoor-party_23-2151074160.jpg",
imageAlt: "Energetic group fitness class",
},
title: "Dynamic Group Classes", description: "Join our high-energy group classes, from HIIT to Yoga, fostering a motivating community spirit and challenging you in new ways.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/people-dancing-twerking-indoor-party_23-2151074160.jpg", imageAlt: "Energetic group fitness class"},
items: [
{
icon: CheckCircle,
text: "Diverse Class Types",
},
text: "Diverse Class Types"},
{
icon: CheckCircle,
text: "Community Support",
},
text: "Community Support"},
{
icon: CheckCircle,
text: "Expert Instructors",
},
text: "Expert Instructors"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-female-boxer-is-posing-photographer-dark-photo-studio_613910-3635.jpg?_wi=2",
imageAlt: "personal training session intense",
reverse: true
},
{
title: "Holistic Nutrition Guidance",
description: "Complement your training with expert nutritional advice and meal planning to optimize your results and achieve sustainable health.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-eating-salmon-bowls_23-2150533942.jpg",
imageAlt: "Nutrition coach advising a client",
},
title: "Holistic Nutrition Guidance", description: "Complement your training with expert nutritional advice and meal planning to optimize your results and achieve sustainable health.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-eating-salmon-bowls_23-2150533942.jpg", imageAlt: "Nutrition coach advising a client"},
items: [
{
icon: CheckCircle,
text: "Custom Meal Plans",
},
text: "Custom Meal Plans"},
{
icon: CheckCircle,
text: "Dietary Advice",
},
text: "Dietary Advice"},
{
icon: CheckCircle,
text: "Progress Monitoring",
},
text: "Progress Monitoring"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-gym-with-dumbbells_624325-2251.jpg?_wi=2",
imageAlt: "personal training session intense",
},
reverse: false
}
]}
title="What Makes Iron Pulse Different?"
description="We are committed to providing a comprehensive fitness experience that empowers every member to reach their peak performance."
@@ -296,63 +201,31 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
badge: "Starter",
badgeIcon: Sparkles,
price: "$49/mo",
subtitle: "Access to all gym facilities",
buttons: [
id: "basic", badge: "Starter", badgeIcon: Sparkles,
price: "$49/mo", subtitle: "Access to all gym facilities", buttons: [
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
],
features: [
"Full gym access",
"Locker room facilities",
"Basic fitness classes",
"No long-term contract",
],
"Full gym access", "Locker room facilities", "Basic fitness classes", "No long-term contract"],
},
{
id: "pro",
badge: "Popular",
badgeIcon: Star,
price: "$79/mo",
subtitle: "Elevate your training experience",
buttons: [
id: "pro", badge: "Popular", badgeIcon: Star,
price: "$79/mo", subtitle: "Elevate your training experience", buttons: [
{
text: "Choose Pro",
href: "#contact",
},
text: "Choose Pro", href: "#contact"},
],
features: [
"Everything in Starter",
"Unlimited premium classes",
"One personal training session/month",
"Nutritional guide access",
"Guest passes (2/month)",
],
"Everything in Starter", "Unlimited premium classes", "One personal training session/month", "Nutritional guide access", "Guest passes (2/month)"],
},
{
id: "elite",
badge: "Ultimate",
badgeIcon: Shield,
price: "$129/mo",
subtitle: "Unleash your full potential",
buttons: [
id: "elite", badge: "Ultimate", badgeIcon: Shield,
price: "$129/mo", subtitle: "Unleash your full potential", buttons: [
{
text: "Go Elite",
href: "#contact",
},
text: "Go Elite", href: "#contact"},
],
features: [
"Everything in Popular",
"Unlimited personal training sessions",
"Custom meal & workout plans",
"Exclusive workshop access",
"Dedicated account manager",
],
"Everything in Popular", "Unlimited personal training sessions", "Custom meal & workout plans", "Exclusive workshop access", "Dedicated account manager"],
},
]}
title="Flexible Membership Options"
@@ -367,45 +240,17 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "trainers",
groupTitle: "Meet Our Expert Trainers",
members: [
id: "trainers", groupTitle: "Meet Our Expert Trainers", members: [
{
id: "trainer1",
title: "Liam Johnson",
subtitle: "Head Coach, Strength & Conditioning",
detail: "With over a decade of experience, Liam specializes in high-performance training and athletic development.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32117.jpg",
imageAlt: "Liam Johnson, Head Coach",
},
id: "trainer1", title: "Liam Johnson", subtitle: "Head Coach, Strength & Conditioning", detail: "With over a decade of experience, Liam specializes in high-performance training and athletic development.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32117.jpg", imageAlt: "Liam Johnson, Head Coach"},
{
id: "trainer2",
title: "Olivia Smith",
subtitle: "Senior Trainer, Yoga & Flexibility",
detail: "Olivia's passion for holistic wellness helps members improve mobility, balance, and mental clarity.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-fit-woman-gym_23-2149338060.jpg",
imageAlt: "Olivia Smith, Senior Trainer",
},
id: "trainer2", title: "Olivia Smith", subtitle: "Senior Trainer, Yoga & Flexibility", detail: "Olivia's passion for holistic wellness helps members improve mobility, balance, and mental clarity.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-fit-woman-gym_23-2149338060.jpg", imageAlt: "Olivia Smith, Senior Trainer"},
{
id: "trainer3",
title: "Noah Williams",
subtitle: "Certified Nutritionist & Trainer",
detail: "Noah combines scientific nutrition with strength training to guide clients to optimal health and body composition.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg",
imageAlt: "Noah Williams, Certified Nutritionist",
},
id: "trainer3", title: "Noah Williams", subtitle: "Certified Nutritionist & Trainer", detail: "Noah combines scientific nutrition with strength training to guide clients to optimal health and body composition.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg", imageAlt: "Noah Williams, Certified Nutritionist"},
{
id: "trainer4",
title: "Ava Brown",
subtitle: "Group Fitness & HIIT Specialist",
detail: "Ava brings infectious energy to every class, motivating members to push their limits and achieve their best.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg",
imageAlt: "Ava Brown, Group Fitness Specialist",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/young-afro-american-sports-man-standing-with-white-towel-resting-after-workout_171337-9246.jpg?_wi=3",
imageAlt: "male personal trainer smiling confident",
},
id: "trainer4", title: "Ava Brown", subtitle: "Group Fitness & HIIT Specialist", detail: "Ava brings infectious energy to every class, motivating members to push their limits and achieve their best.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg", imageAlt: "Ava Brown, Group Fitness Specialist"},
]
}
]}
title="Dedicated to Your Success"
description="Our team of highly qualified and passionate trainers are here to guide you through every step of your fitness journey."
@@ -419,73 +264,31 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alex P.",
role: "Software Engineer",
company: "Tech Innovations",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-dark-background_613910-15130.jpg",
imageAlt: "happy gym member male smiling",
},
id: "1", name: "Alex P.", role: "Software Engineer", company: "Tech Innovations", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-dark-background_613910-15130.jpg", imageAlt: "happy gym member male smiling"},
{
id: "2",
name: "Jamie L.",
role: "Marketing Manager",
company: "Global Brands",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-angry-expression_1194-1240.jpg",
imageAlt: "female gym member smiling workout",
},
id: "2", name: "Jamie L.", role: "Marketing Manager", company: "Global Brands", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-angry-expression_1194-1240.jpg", imageAlt: "female gym member smiling workout"},
{
id: "3",
name: "Sam K.",
role: "Entrepreneur",
company: "Startup Hub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-sport-gym-using-kettlebells_23-2149255846.jpg",
imageAlt: "diverse gym member dark background",
},
id: "3", name: "Sam K.", role: "Entrepreneur", company: "Startup Hub", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-sport-gym-using-kettlebells_23-2149255846.jpg", imageAlt: "diverse gym member dark background"},
{
id: "4",
name: "Casey M.",
role: "Creative Director",
company: "Design Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-athlete-competing-olympic-games_23-2151450148.jpg",
imageAlt: "woman lifting weights gym",
},
id: "4", name: "Casey M.", role: "Creative Director", company: "Design Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-athlete-competing-olympic-games_23-2151450148.jpg", imageAlt: "woman lifting weights gym"},
{
id: "5",
name: "Jordan R.",
role: "Financial Analyst",
company: "Wealth Management",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-women-together-gym_23-2148430244.jpg",
imageAlt: "group fitness class smiling",
},
id: "5", name: "Jordan R.", role: "Financial Analyst", company: "Wealth Management", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-women-together-gym_23-2148430244.jpg", imageAlt: "group fitness class smiling"},
{
id: "6",
name: "Taylor B.",
role: "Healthcare Professional",
company: "City Hospital",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-training-gym_23-2148625803.jpg",
imageAlt: "senior man working out gym",
},
id: "6", name: "Taylor B.", role: "Healthcare Professional", company: "City Hospital", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-training-gym_23-2148625803.jpg", imageAlt: "senior man working out gym"},
]}
kpiItems={[
{
value: "98%",
label: "Member Satisfaction",
},
value: "98%", label: "Member Satisfaction"},
{
value: "5K+",
label: "Success Stories",
},
value: "5K+", label: "Success Stories"},
{
value: "100%",
label: "Trainer Certified",
},
value: "100%", label: "Trainer Certified"},
]}
title="Hear From Our Thriving Community"
description="Our members are our greatest advocates. Read their stories and see the impact Iron Pulse Fitness has made."
@@ -497,14 +300,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"http://img.b2bpic.net/free-vector/basket-ball-logo_1057-7144.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ypusg1",
"http://img.b2bpic.net/free-vector/20-analytic-investment-balanced-scorecard-solid-glyph-icon-pack-like-scale-implementation-match-savings-gold_1142-19318.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2g9qv7",
"http://img.b2bpic.net/free-photo/front-view-fit-woman-outdoors_23-2150352002.jpg",
"http://img.b2bpic.net/free-photo/ballerina-training-perform-eleegance-icon_53876-13812.jpg",
"http://img.b2bpic.net/free-vector/personal-trainer-logo-design-template_742173-29658.jpg",
]}
"http://img.b2bpic.net/free-vector/basket-ball-logo_1057-7144.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ypusg1", "http://img.b2bpic.net/free-vector/20-analytic-investment-balanced-scorecard-solid-glyph-icon-pack-like-scale-implementation-match-savings-gold_1142-19318.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2g9qv7", "http://img.b2bpic.net/free-photo/front-view-fit-woman-outdoors_23-2150352002.jpg", "http://img.b2bpic.net/free-photo/ballerina-training-perform-eleegance-icon_53876-13812.jpg", "http://img.b2bpic.net/free-vector/personal-trainer-logo-design-template_742173-29658.jpg"]}
title="Trusted by Leaders in Health & Wellness"
description="We partner with top brands and organizations to bring you the best in fitness innovation and support."
speed={35}
@@ -516,8 +312,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Free Trial"
title="Ready to Start Your Transformation?"
description="Claim your complimentary trial class today and experience the Iron Pulse difference. Ignite your strength with us!"
@@ -539,57 +334,35 @@ export default function LandingPage() {
{
items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Trainers",
href: "#team",
},
label: "Our Trainers", href: "#team"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "Free Trial",
href: "#contact",
},
label: "Free Trial", href: "#contact"},
],
},
{
items: [
{
label: "Membership",
href: "#pricing",
},
label: "Membership", href: "#pricing"},
{
label: "Classes",
href: "#features",
},
label: "Classes", href: "#features"},
{
label: "Nutrition",
href: "#features",
},
label: "Nutrition", href: "#features"},
{
label: "FAQs",
href: "#",
},
label: "FAQs", href: "#"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Support",
href: "#contact",
},
label: "Support", href: "#contact"},
],
},
]}