Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
300
src/app/page.tsx
300
src/app/page.tsx
@@ -34,47 +34,27 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#results",
|
||||
},
|
||||
name: "Results", id: "#results"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "#programs",
|
||||
},
|
||||
name: "Programs", id: "#programs"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Axe Fit"
|
||||
button={{
|
||||
text: "Book a Free Trial",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book a Free Trial", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -85,13 +65,9 @@ export default function LandingPage() {
|
||||
description="Unleash Your Potential. Personalized Training in Tennoji for Lasting Transformation. Achieve Your Ideal Physique with Expert Coaching."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Your Free Trial", href: "#contact"},
|
||||
{
|
||||
text: "See Success Stories",
|
||||
href: "#testimonials",
|
||||
},
|
||||
text: "See Success Stories", href: "#testimonials"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-bodybuilder-showing-strong-biceps_1163-3562.jpg"
|
||||
@@ -111,17 +87,11 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Personalized Training",
|
||||
description: "Custom programs designed for your body type, goals, and daily condition, ensuring maximum effectiveness.",
|
||||
},
|
||||
title: "Personalized Training", description: "Custom programs designed for your body type, goals, and daily condition, ensuring maximum effectiveness."},
|
||||
{
|
||||
title: "Expert Coaching",
|
||||
description: "Our highly muscular, anatomy-savvy trainers provide intense yet supportive guidance, pushing you past your limits.",
|
||||
},
|
||||
title: "Expert Coaching", description: "Our highly muscular, anatomy-savvy trainers provide intense yet supportive guidance, pushing you past your limits."},
|
||||
{
|
||||
title: "Holistic Approach",
|
||||
description: "Beyond workouts, we provide comprehensive nutrition guidance to support healthy, sustainable weight loss and muscle gain.",
|
||||
},
|
||||
title: "Holistic Approach", description: "Beyond workouts, we provide comprehensive nutrition guidance to support healthy, sustainable weight loss and muscle gain."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-coach-helping-kids_23-2150363783.jpg"
|
||||
imageAlt="Trainer assisting a client during a personalized training session"
|
||||
@@ -137,34 +107,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: CalendarClock,
|
||||
title: "Flexible Scheduling",
|
||||
description: "Train early mornings or late evenings to fit your busy schedule, making consistency effortless.",
|
||||
},
|
||||
title: "Flexible Scheduling", description: "Train early mornings or late evenings to fit your busy schedule, making consistency effortless."},
|
||||
{
|
||||
icon: Home,
|
||||
title: "At-Home Training Guidance",
|
||||
description: "Receive personalized exercises you can do at home, ensuring continuous progress between gym sessions.",
|
||||
},
|
||||
title: "At-Home Training Guidance", description: "Receive personalized exercises you can do at home, ensuring continuous progress between gym sessions."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Private & Clean Environment",
|
||||
description: "Work out in a clean, private gym space where you can focus entirely on your training without distractions.",
|
||||
},
|
||||
title: "Private & Clean Environment", description: "Work out in a clean, private gym space where you can focus entirely on your training without distractions."},
|
||||
{
|
||||
icon: Wallet,
|
||||
title: "High Cost-Performance",
|
||||
description: "Premium services at an affordable rate, delivering exceptional value for your investment in health.",
|
||||
},
|
||||
title: "High Cost-Performance", description: "Premium services at an affordable rate, delivering exceptional value for your investment in health."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Accessible Location",
|
||||
description: "Conveniently located near Tennoji Station with arcade access, making your commute easy and comfortable.",
|
||||
},
|
||||
title: "Accessible Location", description: "Conveniently located near Tennoji Station with arcade access, making your commute easy and comfortable."},
|
||||
{
|
||||
icon: Target,
|
||||
title: "Sustainable Results",
|
||||
description: "Break the cycle of yo-yo dieting and achieve lasting, healthy transformation with our expert guidance.",
|
||||
},
|
||||
title: "Sustainable Results", description: "Break the cycle of yo-yo dieting and achieve lasting, healthy transformation with our expert guidance."},
|
||||
]}
|
||||
title="Unrivaled Benefits for Your Fitness Success"
|
||||
description="Axe Fit is engineered to fit your life, providing flexibility, comfort, and proven methods to ensure you achieve your goals."
|
||||
@@ -175,36 +133,19 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "14kg",
|
||||
title: "Weight Loss",
|
||||
items: [
|
||||
"Average client weight reduction in 5 months",
|
||||
"Healthy, sustainable weight management",
|
||||
"Break free from diet plateaus",
|
||||
],
|
||||
id: "m1", value: "14kg", title: "Weight Loss", items: [
|
||||
"Average client weight reduction in 5 months", "Healthy, sustainable weight management", "Break free from diet plateaus"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "95%",
|
||||
title: "Client Satisfaction",
|
||||
items: [
|
||||
"High satisfaction rate from personalized coaching",
|
||||
"Clients achieve consistent progress",
|
||||
"Enjoyable and effective workouts",
|
||||
],
|
||||
id: "m2", value: "95%", title: "Client Satisfaction", items: [
|
||||
"High satisfaction rate from personalized coaching", "Clients achieve consistent progress", "Enjoyable and effective workouts"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Stronger",
|
||||
title: "Physique Improvement",
|
||||
items: [
|
||||
"Significant muscle gain and definition",
|
||||
"Improved body composition and posture",
|
||||
"Confidence in your new physique",
|
||||
],
|
||||
id: "m3", value: "Stronger", title: "Physique Improvement", items: [
|
||||
"Significant muscle gain and definition", "Improved body composition and posture", "Confidence in your new physique"],
|
||||
},
|
||||
]}
|
||||
title="Transformative Results Our Clients Achieve"
|
||||
@@ -220,47 +161,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Ultimate Body Transformation",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-muscular-tattooed-strong-muscle-bearded-european-man-doing-hard-exercise_343596-1168.jpg",
|
||||
imageAlt: "Person performing power training",
|
||||
},
|
||||
id: "p1", name: "Ultimate Body Transformation", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/young-muscular-tattooed-strong-muscle-bearded-european-man-doing-hard-exercise_343596-1168.jpg", imageAlt: "Person performing power training"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Kickboxing & Cardio Blast",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-female-fighter-gym-wrapping-wrist-with-band-getting-ready-fight_1098-18927.jpg",
|
||||
imageAlt: "Woman doing kickboxing training",
|
||||
},
|
||||
id: "p2", name: "Kickboxing & Cardio Blast", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/cropped-female-fighter-gym-wrapping-wrist-with-band-getting-ready-fight_1098-18927.jpg", imageAlt: "Woman doing kickboxing training"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Nutrition & Lifestyle Coaching",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-vegetables-arrangement_23-2149179577.jpg",
|
||||
imageAlt: "Healthy meal preparation",
|
||||
},
|
||||
id: "p3", name: "Nutrition & Lifestyle Coaching", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-vegetables-arrangement_23-2149179577.jpg", imageAlt: "Healthy meal preparation"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Flexibility & Recovery",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-training-mat_23-2149177967.jpg",
|
||||
imageAlt: "Person stretching after workout",
|
||||
},
|
||||
id: "p4", name: "Flexibility & Recovery", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-training-mat_23-2149177967.jpg", imageAlt: "Person stretching after workout"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Small Group Dynamics",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-outside_23-2149596360.jpg",
|
||||
imageAlt: "Group of people training together",
|
||||
},
|
||||
id: "p5", name: "Small Group Dynamics", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-outside_23-2149596360.jpg", imageAlt: "Group of people training together"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Online Coaching & Support",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-yoga-mat_23-2149249477.jpg",
|
||||
imageAlt: "Person using laptop for online fitness coaching",
|
||||
},
|
||||
id: "p6", name: "Online Coaching & Support", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-yoga-mat_23-2149249477.jpg", imageAlt: "Person using laptop for online fitness coaching"},
|
||||
]}
|
||||
title="Our Signature Training Programs"
|
||||
description="Choose from a range of specialized programs designed to meet your specific fitness objectives, all delivered with Axe Fit's personalized approach."
|
||||
@@ -274,45 +185,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Eri T.",
|
||||
handle: "@erifit",
|
||||
testimonial: "天王寺やなんば周辺で体験を受けましたが、Axe Fitが一番自分に合っていました。5ヶ月で14kg痩せることに成功し、大満足です!女性や経営者の方に特におすすめです!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-white_1187-3790.jpg",
|
||||
imageAlt: "Happy client Eri T.",
|
||||
},
|
||||
id: "t1", name: "Eri T.", handle: "@erifit", testimonial: "天王寺やなんば周辺で体験を受けましたが、Axe Fitが一番自分に合っていました。5ヶ月で14kg痩せることに成功し、大満足です!女性や経営者の方に特におすすめです!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-white_1187-3790.jpg", imageAlt: "Happy client Eri T."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Kenta S.",
|
||||
handle: "@kenta_gains",
|
||||
testimonial: "林出トレーナーは、ただマッチョなだけでなく解剖学にも詳しく、しっかり追い込んでくれます。見た目は強面ですが、話しやすく人懐っこい方です!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-brunette-curly-darkskinned-man-black-shorts-white-tshirt-smiles-sincerely-sits-yoga-mat-near-sea_197531-28681.jpg",
|
||||
imageAlt: "Satisfied client Kenta S.",
|
||||
},
|
||||
id: "t2", name: "Kenta S.", handle: "@kenta_gains", testimonial: "林出トレーナーは、ただマッチョなだけでなく解剖学にも詳しく、しっかり追い込んでくれます。見た目は強面ですが、話しやすく人懐っこい方です!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-brunette-curly-darkskinned-man-black-shorts-white-tshirt-smiles-sincerely-sits-yoga-mat-near-sea_197531-28681.jpg", imageAlt: "Satisfied client Kenta S."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Yuki M.",
|
||||
handle: "@yuki_fitlife",
|
||||
testimonial: "天王寺駅周辺のジムをいくつか見ましたが、Axe Fitは綺麗で料金も安く、コストパフォーマンスが最高です。忙しい私でも時間調整できるので無理なく通えています。",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-brunette-woman-staying-near-wall-smiling_197531-33787.jpg",
|
||||
imageAlt: "Happy client Yuki M.",
|
||||
},
|
||||
id: "t3", name: "Yuki M.", handle: "@yuki_fitlife", testimonial: "天王寺駅周辺のジムをいくつか見ましたが、Axe Fitは綺麗で料金も安く、コストパフォーマンスが最高です。忙しい私でも時間調整できるので無理なく通えています。", imageSrc: "http://img.b2bpic.net/free-photo/view-brunette-woman-staying-near-wall-smiling_197531-33787.jpg", imageAlt: "Happy client Yuki M."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Daiki H.",
|
||||
handle: "@daiki_power",
|
||||
testimonial: "ダイエットは一人だと続かなかったですが、トレーナーさんのおかげで9キロ落ちました。本当に満足しています。ここに来て本当に良かったです!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-athlete-having-call-training_329181-20673.jpg",
|
||||
imageAlt: "Happy client Daiki H.",
|
||||
},
|
||||
id: "t4", name: "Daiki H.", handle: "@daiki_power", testimonial: "ダイエットは一人だと続かなかったですが、トレーナーさんのおかげで9キロ落ちました。本当に満足しています。ここに来て本当に良かったです!", imageSrc: "http://img.b2bpic.net/free-photo/male-athlete-having-call-training_329181-20673.jpg", imageAlt: "Happy client Daiki H."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ayaka N.",
|
||||
handle: "@ayaka_journey",
|
||||
testimonial: "何をしても続かずリバウンドばかりでしたが、Axe Fitでは6ヶ月で2kg減。家でできるトレーニングも教えてもらい、感謝しています。諦めていた私でも続けられました!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-stretching-legs-before-exercise_58466-11743.jpg",
|
||||
imageAlt: "Happy client Ayaka N.",
|
||||
},
|
||||
id: "t5", name: "Ayaka N.", handle: "@ayaka_journey", testimonial: "何をしても続かずリバウンドばかりでしたが、Axe Fitでは6ヶ月で2kg減。家でできるトレーニングも教えてもらい、感謝しています。諦めていた私でも続けられました!", imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-stretching-legs-before-exercise_58466-11743.jpg", imageAlt: "Happy client Ayaka N."},
|
||||
]}
|
||||
title="Hear From Our Valued Clients"
|
||||
description="Real stories of real transformation. Our clients' success speaks volumes about the Axe Fit experience."
|
||||
@@ -327,26 +208,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Hayashide-san",
|
||||
role: "Owner & Head Trainer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-women-gym_23-2148419835.jpg",
|
||||
imageAlt: "Hayashide-san, Owner and Head Trainer",
|
||||
},
|
||||
id: "m1", name: "Hayashide-san", role: "Owner & Head Trainer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-women-gym_23-2148419835.jpg", imageAlt: "Hayashide-san, Owner and Head Trainer"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Akari Tanaka",
|
||||
role: "Senior Personal Trainer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-gym-side-view_23-2149445952.jpg",
|
||||
imageAlt: "Akari Tanaka, Senior Personal Trainer",
|
||||
},
|
||||
id: "m2", name: "Akari Tanaka", role: "Senior Personal Trainer", imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-gym-side-view_23-2149445952.jpg", imageAlt: "Akari Tanaka, Senior Personal Trainer"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Ren Sato",
|
||||
role: "Personal Trainer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/training-cross-fit-gym_169016-3356.jpg",
|
||||
imageAlt: "Ren Sato, Personal Trainer",
|
||||
},
|
||||
id: "m3", name: "Ren Sato", role: "Personal Trainer", imageSrc: "http://img.b2bpic.net/free-photo/training-cross-fit-gym_169016-3356.jpg", imageAlt: "Ren Sato, Personal Trainer"},
|
||||
]}
|
||||
title="Meet Our Expert Trainers"
|
||||
description="Our team of highly skilled and dedicated trainers is committed to guiding you through every step of your fitness journey. With deep knowledge in anatomy and a passion for results, they’ll empower you to exceed your limits."
|
||||
@@ -359,35 +225,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "天王寺駅からどう行けばいいですか?",
|
||||
content: "天王寺駅からアーケードがございますので、雨の日でも濡れずに通っていただけます。詳しい道順は体験時にお伝えいたします。",
|
||||
},
|
||||
id: "f1", title: "天王寺駅からどう行けばいいですか?", content: "天王寺駅からアーケードがございますので、雨の日でも濡れずに通っていただけます。詳しい道順は体験時にお伝えいたします。"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "トレーニング時間は調整できますか?",
|
||||
content: "はい、可能です。遅い仕事帰りや早朝など、お客様のご都合に合わせてトレーニング時間を調整いたしますので、お気軽にご相談ください。",
|
||||
},
|
||||
id: "f2", title: "トレーニング時間は調整できますか?", content: "はい、可能です。遅い仕事帰りや早朝など、お客様のご都合に合わせてトレーニング時間を調整いたしますので、お気軽にご相談ください。"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "一人で続けられるか不安です。",
|
||||
content: "Axe Fitでは、お客様が一人でも継続できるよう、家でできるトレーニング方法も指導しています。トレーナーがしっかりサポートしますのでご安心ください。",
|
||||
},
|
||||
id: "f3", title: "一人で続けられるか不安です。", content: "Axe Fitでは、お客様が一人でも継続できるよう、家でできるトレーニング方法も指導しています。トレーナーがしっかりサポートしますのでご安心ください。"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "食事指導はありますか?",
|
||||
content: "はい、トレーニングと合わせて健康的に痩せるための食事指導も行っています。リバウンドしない食生活の知識も身につけられます。",
|
||||
},
|
||||
id: "f4", title: "食事指導はありますか?", content: "はい、トレーニングと合わせて健康的に痩せるための食事指導も行っています。リバウンドしない食生活の知識も身につけられます。"},
|
||||
{
|
||||
id: "f5",
|
||||
title: "パーソナルジムは初めてなのですが…",
|
||||
content: "ご安心ください。お客様一人ひとりの体型やレベルに合わせた丁寧な指導を行います。個室なので安心してトレーニングに集中できます。",
|
||||
},
|
||||
id: "f5", title: "パーソナルジムは初めてなのですが…", content: "ご安心ください。お客様一人ひとりの体型やレベルに合わせた丁寧な指導を行います。個室なので安心してトレーニングに集中できます。"},
|
||||
{
|
||||
id: "f6",
|
||||
title: "料金は高いですか?",
|
||||
content: "天王寺駅周辺のパーソナルジムと比較しても、Axe Fitは綺麗な施設で質の高いトレーニングをリーズナブルな料金で提供しており、高いコストパフォーマンスを誇ります。",
|
||||
},
|
||||
id: "f6", title: "料金は高いですか?", content: "天王寺駅周辺のパーソナルジムと比較しても、Axe Fitは綺麗な施設で質の高いトレーニングをリーズナブルな料金で提供しており、高いコストパフォーマンスを誇ります。"},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about Axe Fit, our training, scheduling, and what to expect on your fitness journey."
|
||||
@@ -399,16 +247,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Ready for Your Transformation?"
|
||||
description="Don't wait to achieve the body and health you deserve. Book your free consultation today and let us help you start your journey with Axe Fit."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Free Trial Now",
|
||||
href: "tel:06-xxxx-xxxx",
|
||||
},
|
||||
text: "Book Your Free Trial Now", href: "tel:06-xxxx-xxxx"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -418,54 +263,33 @@ export default function LandingPage() {
|
||||
logoText="Axe Fit"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Success Stories",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Success Stories", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Training Programs",
|
||||
href: "#programs",
|
||||
},
|
||||
label: "Training Programs", href: "#programs"},
|
||||
{
|
||||
label: "Nutrition Guidance",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Nutrition Guidance", href: "#features"},
|
||||
{
|
||||
label: "Flexible Scheduling",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Flexible Scheduling", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user