Merge version_1 into main #2
390
src/app/page.tsx
390
src/app/page.tsx
@@ -31,94 +31,39 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Mission",
|
||||
id: "mission",
|
||||
},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "programs",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Mission", id: "mission" },
|
||||
{ name: "Programs", id: "programs" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
]}
|
||||
brandName="ALPHA ACADEMY"
|
||||
button={{
|
||||
text: "BOOK NOW",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "BOOK NOW", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="THIS IS WHERE CHAMPIONS BEGIN"
|
||||
description="Unlock your elite potential at Minnesota's premier soccer training academy. Proven coaching for players of all ages."
|
||||
buttons={[
|
||||
{
|
||||
text: "BOOK A FREE TRIAL",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "EXPLORE PROGRAMS",
|
||||
href: "#programs",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/football-concept-with-slate_23-2147832080.jpg?_wi=1"
|
||||
buttons={[{ text: "BOOK A FREE TRIAL", href: "#contact" }, { text: "EXPLORE PROGRAMS", href: "#programs" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/football-concept-with-slate_23-2147832080.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/picture-fashionable-bearded-young-caucasian-father-with-stylish-haircut-tattoo_343059-559.jpg",
|
||||
alt: "Father with beard",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/she-s-ready-making-coffee_329181-2917.jpg",
|
||||
alt: "Woman ready for coffee",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-business-woman-posing_23-2149457736.jpg",
|
||||
alt: "Business woman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg",
|
||||
alt: "Female dentist",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-boy-holding-soccer-hand-standing-against-white-brick-wall_23-2148088951.jpg",
|
||||
alt: "Boy holding soccer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/picture-fashionable-bearded-young-caucasian-father-with-stylish-haircut-tattoo_343059-559.jpg", alt: "Father with beard" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/she-s-ready-making-coffee_329181-2917.jpg", alt: "Woman ready for coffee" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-business-woman-posing_23-2149457736.jpg", alt: "Business woman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg", alt: "Female dentist" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-boy-holding-soccer-hand-standing-against-white-brick-wall_23-2148088951.jpg", alt: "Boy holding soccer" },
|
||||
]}
|
||||
avatarText="Join 1500+ happy athletes"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Elite Coaching",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Year-Round Training",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Mental Toughness",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Team Dynamics",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Technical Mastery",
|
||||
},
|
||||
{ type: "text", text: "Elite Coaching" },
|
||||
{ type: "text", text: "Year-Round Training" },
|
||||
{ type: "text", text: "Mental Toughness" },
|
||||
{ type: "text", text: "Team Dynamics" },
|
||||
{ type: "text", text: "Technical Mastery" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,26 +74,10 @@ export default function LandingPage() {
|
||||
title="OUR IMPACT"
|
||||
tag="EXCELLENCE"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1500+",
|
||||
description: "Players Trained",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "25+",
|
||||
description: "Certified Coaches",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12",
|
||||
description: "Age Groups",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "10",
|
||||
description: "Years Serving MN",
|
||||
},
|
||||
{ id: "m1", value: "1500+", description: "Players Trained" },
|
||||
{ id: "m2", value: "25+", description: "Certified Coaches" },
|
||||
{ id: "m3", value: "12", description: "Age Groups" },
|
||||
{ id: "m4", value: "10", description: "Years Serving MN" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -161,20 +90,11 @@ export default function LandingPage() {
|
||||
title="THE ALPHA ACADEMY MISSION"
|
||||
description="We are more than just a training ground; we are a community dedicated to shaping the next generation of Minnesota athletes, building character as much as skill."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Technical Mastery",
|
||||
description: "Cutting-edge curriculum focused on individual ball control and game intelligence.",
|
||||
},
|
||||
{
|
||||
title: "Mindset Coaching",
|
||||
description: "Building mental toughness and emotional maturity on and off the pitch.",
|
||||
},
|
||||
{
|
||||
title: "Community & Team",
|
||||
description: "Fostering long-term friendships and leadership through collaborative training.",
|
||||
},
|
||||
{ title: "Technical Mastery", description: "Cutting-edge curriculum focused on individual ball control and game intelligence." },
|
||||
{ title: "Mindset Coaching", description: "Building mental toughness and emotional maturity on and off the pitch." },
|
||||
{ title: "Community & Team", description: "Fostering long-term friendships and leadership through collaborative training." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-hand-holding-ball_23-2150896498.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-hand-holding-ball_23-2150896498.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -185,60 +105,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Youth Development",
|
||||
descriptions: [
|
||||
"Fundamental ball mastery",
|
||||
"Fun-focused engagement",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-teenager-soccer-player-dressed-blue-uniform-holds-ball_613910-11835.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Junior Elite",
|
||||
descriptions: [
|
||||
"Competitive edge training",
|
||||
"Tactical analysis sessions",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708008.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Adult & Recreational",
|
||||
descriptions: [
|
||||
"Stay sharp and active",
|
||||
"Technical refinement clinics",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-ball_23-2151153069.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
title: "Private 1-on-1",
|
||||
descriptions: [
|
||||
"Personalized feedback loops",
|
||||
"Tailored performance goals",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707981.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
title: "Team Training",
|
||||
descriptions: [
|
||||
"Collective movement drills",
|
||||
"Team chemistry development",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-helping-kids-medium-shot_23-2149742061.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
title: "Holiday Camps",
|
||||
descriptions: [
|
||||
"Intensive seasonal learning",
|
||||
"High-energy drills",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-group-teenagers-smiling_23-2148505415.jpg",
|
||||
},
|
||||
{ id: "p1", title: "Youth Development", descriptions: ["Fundamental ball mastery", "Fun-focused engagement"], imageSrc: "http://img.b2bpic.net/free-photo/blond-teenager-soccer-player-dressed-blue-uniform-holds-ball_613910-11835.jpg" },
|
||||
{ id: "p2", title: "Junior Elite", descriptions: ["Competitive edge training", "Tactical analysis sessions"], imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708008.jpg" },
|
||||
{ id: "p3", title: "Adult & Recreational", descriptions: ["Stay sharp and active", "Technical refinement clinics"], imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-ball_23-2151153069.jpg" },
|
||||
{ id: "p4", title: "Private 1-on-1", descriptions: ["Personalized feedback loops", "Tailored performance goals"], imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707981.jpg" },
|
||||
{ id: "p5", title: "Team Training", descriptions: ["Collective movement drills", "Team chemistry development"], imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-helping-kids-medium-shot_23-2149742061.jpg" },
|
||||
{ id: "p6", title: "Holiday Camps", descriptions: ["Intensive seasonal learning", "High-energy drills"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-group-teenagers-smiling_23-2148505415.jpg" },
|
||||
]}
|
||||
title="TRAINING PROGRAMS"
|
||||
description="Comprehensive development pathways for every age and skill level."
|
||||
@@ -247,24 +119,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="coaches" data-section="coaches">
|
||||
<TeamCardTen
|
||||
tag="STAFF"
|
||||
useInvertedBackground={false}
|
||||
title="TRAINED BY THE BEST"
|
||||
members={[
|
||||
{
|
||||
id: "c1",
|
||||
name: "Coach Marcus",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/england-fan-watching-euro-cup-finale_23-2151698279.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
name: "Coach Elena",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-as-waiter_23-2149409816.jpg",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
name: "Coach David",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-soccer-ball_23-2150904429.jpg",
|
||||
},
|
||||
{ id: "c1", name: "Coach Marcus", imageSrc: "http://img.b2bpic.net/free-photo/england-fan-watching-euro-cup-finale_23-2151698279.jpg" },
|
||||
{ id: "c2", name: "Coach Elena", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-as-waiter_23-2149409816.jpg" },
|
||||
{ id: "c3", name: "Coach David", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-soccer-ball_23-2150904429.jpg" },
|
||||
]}
|
||||
memberVariant="card"
|
||||
membersAnimation="slide-up"
|
||||
@@ -276,61 +137,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "Jan 2025",
|
||||
title: "Parent",
|
||||
quote: "The best training my kids have ever received.",
|
||||
tag: "MN Soccer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-sitting-office-lobby_1262-1957.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-concept-with-slate_23-2147832080.jpg?_wi=2",
|
||||
imageAlt: "parent portrait soccer",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike D.",
|
||||
date: "Dec 2024",
|
||||
title: "Player",
|
||||
quote: "I feel faster and more confident on the ball.",
|
||||
tag: "Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-boy-showing-his-soccer-ball-standing-against-white-brick-wall_23-2148089296.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hand-holding-ball_23-2150896498.jpg?_wi=2",
|
||||
imageAlt: "parent portrait soccer",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Rachel L.",
|
||||
date: "Nov 2024",
|
||||
title: "Adult Player",
|
||||
quote: "Technically challenging and very welcoming.",
|
||||
tag: "Adult Rec",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/ball-company-workplace-circle-sportsman_1134-952.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/mental-concept-flat-icon-set_1284-22688.jpg",
|
||||
imageAlt: "parent portrait soccer",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Jason K.",
|
||||
date: "Oct 2024",
|
||||
title: "Parent",
|
||||
quote: "The coaches genuinely care about improvement.",
|
||||
tag: "Youth",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574085.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-arrangement-friendship-day_23-2148970499.jpg",
|
||||
imageAlt: "parent portrait soccer",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe T.",
|
||||
date: "Sep 2024",
|
||||
title: "Player",
|
||||
quote: "The level of intensity is exactly what I needed.",
|
||||
tag: "Junior Elite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-football-player-running-kicking-ball-sports-ground_23-2148203685.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/england-fan-watching-euro-cup-finale_23-2151698279.jpg?_wi=2",
|
||||
imageAlt: "parent portrait soccer",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", date: "Jan 2025", title: "Parent", quote: "The best training my kids have ever received.", tag: "MN Soccer", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-sitting-office-lobby_1262-1957.jpg", imageSrc: "http://img.b2bpic.net/free-photo/football-concept-with-slate_23-2147832080.jpg", imageAlt: "parent portrait soccer" },
|
||||
{ id: "t2", name: "Mike D.", date: "Dec 2024", title: "Player", quote: "I feel faster and more confident on the ball.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-boy-showing-his-soccer-ball-standing-against-white-brick-wall_23-2148089296.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hand-holding-ball_23-2150896498.jpg", imageAlt: "parent portrait soccer" },
|
||||
{ id: "t3", name: "Rachel L.", date: "Nov 2024", title: "Adult Player", quote: "Technically challenging and very welcoming.", tag: "Adult Rec", avatarSrc: "http://img.b2bpic.net/free-photo/ball-company-workplace-circle-sportsman_1134-952.jpg", imageSrc: "http://img.b2bpic.net/free-vector/mental-concept-flat-icon-set_1284-22688.jpg", imageAlt: "parent portrait soccer" },
|
||||
{ id: "t4", name: "Jason K.", date: "Oct 2024", title: "Parent", quote: "The coaches genuinely care about improvement.", tag: "Youth", avatarSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574085.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-arrangement-friendship-day_23-2148970499.jpg", imageAlt: "parent portrait soccer" },
|
||||
{ id: "t5", name: "Chloe T.", date: "Sep 2024", title: "Player", quote: "The level of intensity is exactly what I needed.", tag: "Junior Elite", avatarSrc: "http://img.b2bpic.net/free-photo/black-football-player-running-kicking-ball-sports-ground_23-2148203685.jpg", imageSrc: "http://img.b2bpic.net/free-photo/england-fan-watching-euro-cup-finale_23-2151698279.jpg", imageAlt: "parent portrait soccer" },
|
||||
]}
|
||||
title="TRUSTED BY FAMILIES"
|
||||
description="Hear from our dedicated community."
|
||||
@@ -342,36 +153,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are the age requirements?",
|
||||
content: "We train players from age 5 all the way to adult recreational levels.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer winter indoor training?",
|
||||
content: "Yes, we have specialized indoor programs across Minnesota during the off-season.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I determine my skill level?",
|
||||
content: "We offer a free trial session where our coaches assess players to match them with the right group.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Is registration open year-round?",
|
||||
content: "Yes, you can register for our core academy programs at any time.",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Do you offer family discounts?",
|
||||
content: "Yes, families with multiple players enrolled receive a discount on monthly dues.",
|
||||
},
|
||||
{
|
||||
id: "f6",
|
||||
title: "How are the training groups sized?",
|
||||
content: "We maintain low player-to-coach ratios to ensure personalized attention for every single player.",
|
||||
},
|
||||
{ id: "f1", title: "What are the age requirements?", content: "We train players from age 5 all the way to adult recreational levels." },
|
||||
{ id: "f2", title: "Do you offer winter indoor training?", content: "Yes, we have specialized indoor programs across Minnesota during the off-season." },
|
||||
{ id: "f3", title: "How do I determine my skill level?", content: "We offer a free trial session where our coaches assess players to match them with the right group." },
|
||||
{ id: "f4", title: "Is registration open year-round?", content: "Yes, you can register for our core academy programs at any time." },
|
||||
{ id: "f5", title: "Do you offer family discounts?", content: "Yes, families with multiple players enrolled receive a discount on monthly dues." },
|
||||
{ id: "f6", title: "How are the training groups sized?", content: "We maintain low player-to-coach ratios to ensure personalized attention for every single player." },
|
||||
]}
|
||||
title="FREQUENTLY ASKED QUESTIONS"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -382,18 +169,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="FREE TRIAL"
|
||||
title="YOUR FIRST SESSION IS ON US"
|
||||
description="Join the Alpha Academy family today. Experience our coaching first-hand and see why we are the top-rated academy in the region."
|
||||
buttons={[
|
||||
{
|
||||
text: "BOOK A FREE TRIAL",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "BOOK A FREE TRIAL", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -402,74 +182,10 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fit-young-woman-holding-soccer-ball_23-2148298950.jpg"
|
||||
logoText="ALPHA ACADEMY"
|
||||
columns={[
|
||||
{
|
||||
title: "Academy",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Programs",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Coaches",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Registration",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
{
|
||||
label: "MN Facility Map",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Academy", items: [{ label: "About Us", href: "#" }, { label: "Programs", href: "#" }, { label: "Coaches", href: "#" }] },
|
||||
{ title: "Resources", items: [{ label: "FAQ", href: "#" }, { label: "Registration", href: "#" }, { label: "Contact", href: "#" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Twitter", href: "#" }] },
|
||||
{ title: "Visit", items: [{ label: "MN Facility Map", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user