Merge version_1 into main #2
379
src/app/page.tsx
379
src/app/page.tsx
@@ -32,22 +32,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Membership", id: "pricing" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Testimonials", id: "testimonial" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Apex Fitness"
|
||||
/>
|
||||
@@ -55,79 +47,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Build Your Legacy at Apex Fitness"
|
||||
description="Unlock your potential with premium facilities, expert coaches, and a community dedicated to your fitness transformation. Join us today and start your journey."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Certified Coaches",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Facility Access",
|
||||
},
|
||||
{
|
||||
value: "5k+",
|
||||
label: "Active Members",
|
||||
},
|
||||
{ value: "15+", label: "Certified Coaches" },
|
||||
{ value: "24/7", label: "Facility Access" },
|
||||
{ value: "5k+", label: "Active Members" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Elevate Your Fitness"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
tagIcon={Sparkles}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/exercise-machines-gym-without-people_637285-8444.jpg",
|
||||
alt: "Gym member 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg",
|
||||
alt: "Gym member 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-doing-exercise-simulator-gym_23-2147688152.jpg",
|
||||
alt: "Gym member 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-138086.jpg",
|
||||
alt: "Gym member 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-treadmill-console-with-settings_1262-2975.jpg",
|
||||
alt: "Gym member 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/exercise-machines-gym-without-people_637285-8444.jpg", alt: "Gym member 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg", alt: "Gym member 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-doing-exercise-simulator-gym_23-2147688152.jpg", alt: "Gym member 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-138086.jpg", alt: "Gym member 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-treadmill-console-with-settings_1262-2975.jpg", alt: "Gym member 5" }
|
||||
]}
|
||||
avatarText="Join our community of 5,000+ members"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Strength Training",
|
||||
icon: Activity,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cardio Blast",
|
||||
icon: Activity,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Yoga Studio",
|
||||
icon: Crown,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Nutrition Plans",
|
||||
icon: Apple,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Recovery Zone",
|
||||
icon: Heart,
|
||||
},
|
||||
{ type: "text-icon", text: "Strength Training", icon: Activity },
|
||||
{ type: "text-icon", text: "Cardio Blast", icon: Activity },
|
||||
{ type: "text-icon", text: "Yoga Studio", icon: Crown },
|
||||
{ type: "text-icon", text: "Nutrition Plans", icon: Apple },
|
||||
{ type: "text-icon", text: "Recovery Zone", icon: Heart }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,16 +84,10 @@ export default function LandingPage() {
|
||||
title="Results Driven Excellence"
|
||||
description="Apex Fitness is more than just a gym. We combine cutting-edge science with personalized training to ensure you hit your targets efficiently and sustainably."
|
||||
metrics={[
|
||||
{
|
||||
value: "90%",
|
||||
title: "Success Rate",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Programs",
|
||||
},
|
||||
{ value: "90%", title: "Success Rate" },
|
||||
{ value: "500+", title: "Programs" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32118.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32118.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -159,21 +99,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Activity,
|
||||
title: "Strength Training",
|
||||
description: "High-end lifting platforms and free weight sections.",
|
||||
},
|
||||
{
|
||||
icon: Activity,
|
||||
title: "Functional Fitness",
|
||||
description: "Dynamic zones for agility and cross-training.",
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Wellness & Recovery",
|
||||
description: "Sauna, massage, and mobility training zones.",
|
||||
},
|
||||
{ icon: Activity, title: "Strength Training", description: "High-end lifting platforms and free weight sections." },
|
||||
{ icon: Activity, title: "Functional Fitness", description: "Dynamic zones for agility and cross-training." },
|
||||
{ icon: Heart, title: "Wellness & Recovery", description: "Sauna, massage, and mobility training zones." }
|
||||
]}
|
||||
title="Why Apex Fitness?"
|
||||
description="Designed for performance, built for recovery, and led by the best in the industry."
|
||||
@@ -187,48 +115,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Pro Whey Isolate",
|
||||
price: "$45.00",
|
||||
variant: "Vanilla",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980052.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Weightlifting Straps",
|
||||
price: "$15.00",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564371.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Apex Shaker Bottle",
|
||||
price: "$10.00",
|
||||
variant: "Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-smoothie-ingredients-berries-banana-oats-shaker_23-2152017156.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Resistance Bands Set",
|
||||
price: "$25.00",
|
||||
variant: "Full Set",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-elastic-band-full-shot_23-2149557844.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Premium Gym Towel",
|
||||
price: "$12.00",
|
||||
variant: "Grey",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-with-towel-shoulder-wiping-her-forehead-looking-tired-standing-blue-background_141793-116553.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Massage Foam Roller",
|
||||
price: "$30.00",
|
||||
variant: "Blue",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-using-massage-gun-man_23-2149421018.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Pro Whey Isolate", price: "$45.00", variant: "Vanilla", imageSrc: "http://img.b2bpic.net/free-photo/protein-gym_23-2151980052.jpg" },
|
||||
{ id: "p2", name: "Weightlifting Straps", price: "$15.00", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564371.jpg" },
|
||||
{ id: "p3", name: "Apex Shaker Bottle", price: "$10.00", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/healthy-smoothie-ingredients-berries-banana-oats-shaker_23-2152017156.jpg" },
|
||||
{ id: "p4", name: "Resistance Bands Set", price: "$25.00", variant: "Full Set", imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-elastic-band-full-shot_23-2149557844.jpg" },
|
||||
{ id: "p5", name: "Premium Gym Towel", price: "$12.00", variant: "Grey", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-with-towel-shoulder-wiping-her-forehead-looking-tired-standing-blue-background_141793-116553.jpg" },
|
||||
{ id: "p6", name: "Massage Foam Roller", price: "$30.00", variant: "Blue", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-using-massage-gun-man_23-2149421018.jpg" }
|
||||
]}
|
||||
title="Gym Essentials"
|
||||
description="Fuel your performance with our curated selection of fitness products."
|
||||
@@ -241,56 +133,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$29/mo",
|
||||
subtitle: "Core access",
|
||||
features: [
|
||||
"Gym floor access",
|
||||
"Locker rooms",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Recommended",
|
||||
price: "$59/mo",
|
||||
subtitle: "Pro features",
|
||||
features: [
|
||||
"Unlimited classes",
|
||||
"Guest passes",
|
||||
"Sauna access",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Pro",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Ultimate",
|
||||
price: "$89/mo",
|
||||
subtitle: "Elite access",
|
||||
features: [
|
||||
"1-on-1 coaching",
|
||||
"All facilities",
|
||||
"Priority booking",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Go Elite",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ id: "basic", badge: "Essential", price: "$29/mo", subtitle: "Core access", features: ["Gym floor access", "Locker rooms"], buttons: [{ text: "Get Started", href: "#" }] },
|
||||
{ id: "pro", badge: "Recommended", price: "$59/mo", subtitle: "Pro features", features: ["Unlimited classes", "Guest passes", "Sauna access"], buttons: [{ text: "Choose Pro", href: "#" }] },
|
||||
{ id: "elite", badge: "Ultimate", price: "$89/mo", subtitle: "Elite access", features: ["1-on-1 coaching", "All facilities", "Priority booking"], buttons: [{ text: "Go Elite", href: "#" }] }
|
||||
]}
|
||||
title="Membership Plans"
|
||||
description="Flexible options for every fitness goal and budget."
|
||||
@@ -304,41 +149,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "coaches",
|
||||
groupTitle: "Certified Trainers",
|
||||
members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Alex Rivers",
|
||||
subtitle: "Head Coach",
|
||||
detail: "10 years of powerlifting experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Sarah Chen",
|
||||
subtitle: "Yoga Specialist",
|
||||
detail: "RYS 500 certified instructor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-624.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "David Miller",
|
||||
subtitle: "Gym Manager",
|
||||
detail: "Operational excellence specialist.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-sexy-slim-girl-doing-workout-gym_627829-9263.jpg",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
title: "Lisa Grant",
|
||||
subtitle: "Nutrition Coach",
|
||||
detail: "Master of Sports Nutrition.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-holding-apple_23-2148332154.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg?_wi=2",
|
||||
imageAlt: "fitness personal trainer portrait",
|
||||
},
|
||||
id: "coaches", groupTitle: "Certified Trainers", members: [
|
||||
{ id: "m1", title: "Alex Rivers", subtitle: "Head Coach", detail: "10 years of powerlifting experience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg" },
|
||||
{ id: "m2", title: "Sarah Chen", subtitle: "Yoga Specialist", detail: "RYS 500 certified instructor.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-624.jpg" },
|
||||
{ id: "m3", title: "David Miller", subtitle: "Gym Manager", detail: "Operational excellence specialist.", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-sexy-slim-girl-doing-workout-gym_627829-9263.jpg" },
|
||||
{ id: "m4", title: "Lisa Grant", subtitle: "Nutrition Coach", detail: "Master of Sports Nutrition.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-holding-apple_23-2148332154.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Expert Team"
|
||||
description="Guided by professionals dedicated to your success."
|
||||
@@ -350,61 +167,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John D.",
|
||||
date: "Jan 2024",
|
||||
title: "Member",
|
||||
quote: "The best gym in the city!",
|
||||
tag: "Success",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/athlete-swings-triceps-with-dumbbells-gym-healthy-sports-lifestyle_169016-59110.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg?_wi=3",
|
||||
imageAlt: "client gym success story",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria S.",
|
||||
date: "Feb 2024",
|
||||
title: "Elite Member",
|
||||
quote: "Apex changed my life completely.",
|
||||
tag: "Transformation",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-young-women-gym_23-2148419835.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32118.jpg?_wi=2",
|
||||
imageAlt: "client gym success story",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Kevin L.",
|
||||
date: "Mar 2024",
|
||||
title: "Pro Member",
|
||||
quote: "Love the 24/7 access flexibility.",
|
||||
tag: "Convenience",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-celebrating-outdoors_23-2148002260.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-gym-racetrack_1157-32214.jpg",
|
||||
imageAlt: "client gym success story",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Emma W.",
|
||||
date: "Apr 2024",
|
||||
title: "Basic Member",
|
||||
quote: "Coaches are always helpful here.",
|
||||
tag: "Support",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-twerking_23-2149879701.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-doing-exercises-gym_1153-8689.jpg",
|
||||
imageAlt: "client gym success story",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Marcus R.",
|
||||
date: "May 2024",
|
||||
title: "Elite Member",
|
||||
quote: "Sauna and recovery are top notch.",
|
||||
tag: "Recovery",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/senior-woman-exercise-with-dumbbells-home-elderly-woman-prefers-healthy-lifestyle_657921-238.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreaming-woman-with-coffee-table_23-2147778825.jpg",
|
||||
imageAlt: "client gym success story",
|
||||
},
|
||||
{ id: "t1", name: "John D.", date: "Jan 2024", title: "Member", quote: "The best gym in the city!", tag: "Success", avatarSrc: "http://img.b2bpic.net/free-photo/athlete-swings-triceps-with-dumbbells-gym-healthy-sports-lifestyle_169016-59110.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gym-with-indoor-cycling-equipment_23-2149270209.jpg" },
|
||||
{ id: "t2", name: "Maria S.", date: "Feb 2024", title: "Elite Member", quote: "Apex changed my life completely.", tag: "Transformation", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-young-women-gym_23-2148419835.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32118.jpg" },
|
||||
{ id: "t3", name: "Kevin L.", date: "Mar 2024", title: "Pro Member", quote: "Love the 24/7 access flexibility.", tag: "Convenience", avatarSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-celebrating-outdoors_23-2148002260.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-gym-racetrack_1157-32214.jpg" },
|
||||
{ id: "t4", name: "Emma W.", date: "Apr 2024", title: "Basic Member", quote: "Coaches are always helpful here.", tag: "Support", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-twerking_23-2149879701.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-doing-exercises-gym_1153-8689.jpg" },
|
||||
{ id: "t5", name: "Marcus R.", date: "May 2024", title: "Elite Member", quote: "Sauna and recovery are top notch.", tag: "Recovery", avatarSrc: "http://img.b2bpic.net/free-photo/senior-woman-exercise-with-dumbbells-home-elderly-woman-prefers-healthy-lifestyle_657921-238.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dreaming-woman-with-coffee-table_23-2147778825.jpg" }
|
||||
]}
|
||||
title="Member Success Stories"
|
||||
description="Hear what our members have achieved at Apex."
|
||||
@@ -416,21 +183,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need an appointment?",
|
||||
content: "Not for gym access; tours are by appointment only.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is parking free?",
|
||||
content: "Yes, we offer 2-hour free parking for members.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I cancel anytime?",
|
||||
content: "Yes, memberships are month-to-month.",
|
||||
},
|
||||
{ id: "f1", title: "Do I need an appointment?", content: "Not for gym access; tours are by appointment only." },
|
||||
{ id: "f2", title: "Is parking free?", content: "Yes, we offer 2-hour free parking for members." },
|
||||
{ id: "f3", title: "Can I cancel anytime?", content: "Yes, memberships are month-to-month." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about starting your journey."
|
||||
@@ -442,32 +197,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Apex Fitness"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Classes",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Training",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Classes", href: "#" }, { label: "Training", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user