Update src/app/page.tsx
This commit is contained in:
300
src/app/page.tsx
300
src/app/page.tsx
@@ -34,41 +34,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Training",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Training", id: "#features"},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Membership", id: "#pricing"},
|
||||
{
|
||||
name: "Coaches",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Coaches", id: "#team"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/diamondback-rattlesnake-head-pine-needles_1308-189572.jpg"
|
||||
logoAlt="Anaconda MMA Club Logo"
|
||||
brandName="Anaconda MMA Club"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Join Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,13 +62,9 @@ export default function LandingPage() {
|
||||
description="Train like a champion. Master the art of Mixed Martial Arts with expert coaching and a supportive community."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Journey",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Your Journey", href: "#contact"},
|
||||
{
|
||||
text: "View Classes",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Classes", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-shot-woman-boxing-training-center_23-2148416619.jpg"
|
||||
imageAlt="MMA fighter in action"
|
||||
@@ -96,15 +76,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Unleash Your Inner Fighter",
|
||||
},
|
||||
type: "text", content: "Unleash Your Inner Fighter"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Philosophy",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Philosophy", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,29 +93,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Brazilian Jiu-Jitsu",
|
||||
description: "Master the art of ground fighting, submissions, and self-defense with our experienced BJJ black belts.",
|
||||
},
|
||||
title: "Brazilian Jiu-Jitsu", description: "Master the art of ground fighting, submissions, and self-defense with our experienced BJJ black belts."},
|
||||
{
|
||||
icon: Activity,
|
||||
title: "Muay Thai & Kickboxing",
|
||||
description: "Develop devastating strikes with kicks, punches, knees, and elbows under the guidance of our striking specialists.",
|
||||
},
|
||||
title: "Muay Thai & Kickboxing", description: "Develop devastating strikes with kicks, punches, knees, and elbows under the guidance of our striking specialists."},
|
||||
{
|
||||
icon: Gauge,
|
||||
title: "Wrestling & Takedowns",
|
||||
description: "Learn powerful takedowns, controls, and grappling techniques essential for MMA and self-defense.",
|
||||
},
|
||||
title: "Wrestling & Takedowns", description: "Learn powerful takedowns, controls, and grappling techniques essential for MMA and self-defense."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Strength & Conditioning",
|
||||
description: "Enhance your physical prowess with specialized workouts designed to boost endurance, power, and resilience.",
|
||||
},
|
||||
title: "Strength & Conditioning", description: "Enhance your physical prowess with specialized workouts designed to boost endurance, power, and resilience."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Youth MMA Program",
|
||||
description: "Instill discipline, confidence, and respect in our younger members through fun and engaging martial arts training.",
|
||||
},
|
||||
title: "Youth MMA Program", description: "Instill discipline, confidence, and respect in our younger members through fun and engaging martial arts training."},
|
||||
]}
|
||||
title="Our Training Programs"
|
||||
description="Explore diverse programs designed to build skill, strength, and confidence for all levels, from beginner to advanced."
|
||||
@@ -153,63 +119,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Starter",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$99/month",
|
||||
subtitle: "Essential Training",
|
||||
buttons: [
|
||||
id: "basic", badge: "Starter", badgeIcon: Sparkles,
|
||||
price: "$99/month", subtitle: "Essential Training", buttons: [
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enroll Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Access to 3 classes/week",
|
||||
"BJJ & Striking fundamentals",
|
||||
"Open mat sessions",
|
||||
"Beginner-friendly environment",
|
||||
],
|
||||
"Access to 3 classes/week", "BJJ & Striking fundamentals", "Open mat sessions", "Beginner-friendly environment"],
|
||||
},
|
||||
{
|
||||
id: "advanced",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$149/month",
|
||||
subtitle: "Unlimited Access",
|
||||
buttons: [
|
||||
id: "advanced", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$149/month", subtitle: "Unlimited Access", buttons: [
|
||||
{
|
||||
text: "Join Advanced",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Join Advanced", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited classes",
|
||||
"Advanced technique workshops",
|
||||
"Strength & conditioning",
|
||||
"Personalized coaching advice",
|
||||
"Access to all programs",
|
||||
],
|
||||
"Unlimited classes", "Advanced technique workshops", "Strength & conditioning", "Personalized coaching advice", "Access to all programs"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Pro Level",
|
||||
badgeIcon: Crown,
|
||||
price: "$199/month",
|
||||
subtitle: "Competitive Edge",
|
||||
buttons: [
|
||||
id: "elite", badge: "Pro Level", badgeIcon: Crown,
|
||||
price: "$199/month", subtitle: "Competitive Edge", buttons: [
|
||||
{
|
||||
text: "Go Elite",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Go Elite", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"All Advanced benefits",
|
||||
"Private training sessions (1/month)",
|
||||
"Competition prep coaching",
|
||||
"Exclusive gear discounts",
|
||||
"Nutritional guidance",
|
||||
],
|
||||
"All Advanced benefits", "Private training sessions (1/month)", "Competition prep coaching", "Exclusive gear discounts", "Nutritional guidance"],
|
||||
},
|
||||
]}
|
||||
title="Membership Plans"
|
||||
@@ -224,45 +158,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex 'The Viper' Stone",
|
||||
role: "Amateur Fighter",
|
||||
testimonial: "Anaconda MMA is more than a gym; it's a family. The coaching is top-notch, and the support from everyone is incredible. I've grown so much here!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174794.jpg",
|
||||
imageAlt: "Alex Stone",
|
||||
},
|
||||
id: "1", name: "Alex 'The Viper' Stone", role: "Amateur Fighter", testimonial: "Anaconda MMA is more than a gym; it's a family. The coaching is top-notch, and the support from everyone is incredible. I've grown so much here!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-diversity-sport-woman-training_23-2149174794.jpg", imageAlt: "Alex Stone"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria 'Storm' Rodriguez",
|
||||
role: "Marketing Professional",
|
||||
testimonial: "I joined for self-defense, but found so much more. My confidence has soared, and I'm in the best shape of my life. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/funny-young-fitness-girl-wearing-headband-looking-camera-frightening-making-claws-gesture-like-cat_141793-108836.jpg",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
},
|
||||
id: "2", name: "Maria 'Storm' Rodriguez", role: "Marketing Professional", testimonial: "I joined for self-defense, but found so much more. My confidence has soared, and I'm in the best shape of my life. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/funny-young-fitness-girl-wearing-headband-looking-camera-frightening-making-claws-gesture-like-cat_141793-108836.jpg", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ben 'The Bear' Carter",
|
||||
role: "Student",
|
||||
testimonial: "The BJJ program is phenomenal. The instructors break down complex techniques, making them easy to understand. I've never felt stronger or more focused.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-close-up_23-2149093350.jpg",
|
||||
imageAlt: "Ben Carter",
|
||||
},
|
||||
id: "3", name: "Ben 'The Bear' Carter", role: "Student", testimonial: "The BJJ program is phenomenal. The instructors break down complex techniques, making them easy to understand. I've never felt stronger or more focused.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-close-up_23-2149093350.jpg", imageAlt: "Ben Carter"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophia 'Phoenix' Lee",
|
||||
role: "Fitness Enthusiast",
|
||||
testimonial: "Muay Thai at Anaconda has been a game-changer. The energy is infectious, and every class pushes you to be better. Best workout in town!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-with-boxing-gloves-training-with-punching-bag_114579-2695.jpg",
|
||||
imageAlt: "Sophia Lee",
|
||||
},
|
||||
id: "4", name: "Sophia 'Phoenix' Lee", role: "Fitness Enthusiast", testimonial: "Muay Thai at Anaconda has been a game-changer. The energy is infectious, and every class pushes you to be better. Best workout in town!", imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-with-boxing-gloves-training-with-punching-bag_114579-2695.jpg", imageAlt: "Sophia Lee"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David 'Dragon' Kim",
|
||||
role: "Account Manager",
|
||||
testimonial: "As a beginner, I was intimidated, but the welcoming atmosphere and patient coaches made all the difference. I'm hooked!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21910.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "5", name: "David 'Dragon' Kim", role: "Account Manager", testimonial: "As a beginner, I was intimidated, but the welcoming atmosphere and patient coaches made all the difference. I'm hooked!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21910.jpg", imageAlt: "David Kim"},
|
||||
]}
|
||||
title="Hear From Our Fighters"
|
||||
description="Real stories from our dedicated members who transformed their lives and found their passion at Anaconda MMA Club."
|
||||
@@ -276,36 +180,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "coaches-group",
|
||||
groupTitle: "Head Coaches",
|
||||
members: [
|
||||
id: "coaches-group", groupTitle: "Head Coaches", members: [
|
||||
{
|
||||
id: "coach-1",
|
||||
title: "Coach Mark 'The Hammer' Davis",
|
||||
subtitle: "Head MMA Instructor, BJJ Black Belt",
|
||||
detail: "Over 20 years of experience in MMA, Brazilian Jiu-Jitsu, and Muay Thai. Mark has trained numerous champions and is renowned for his strategic approach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-fighter-martial-arts-costume_23-2148324747.jpg",
|
||||
imageAlt: "Coach Mark Davis",
|
||||
},
|
||||
id: "coach-1", title: "Coach Mark 'The Hammer' Davis", subtitle: "Head MMA Instructor, BJJ Black Belt", detail: "Over 20 years of experience in MMA, Brazilian Jiu-Jitsu, and Muay Thai. Mark has trained numerous champions and is renowned for his strategic approach.", imageSrc: "http://img.b2bpic.net/free-photo/female-fighter-martial-arts-costume_23-2148324747.jpg", imageAlt: "Coach Mark Davis"},
|
||||
{
|
||||
id: "coach-2",
|
||||
title: "Coach Sarah 'Iron' Lee",
|
||||
subtitle: "Striking & Conditioning Specialist",
|
||||
detail: "A former professional kickboxer, Sarah brings intense, high-energy striking instruction and develops custom conditioning programs for our athletes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg",
|
||||
imageAlt: "Coach Sarah Lee",
|
||||
},
|
||||
id: "coach-2", title: "Coach Sarah 'Iron' Lee", subtitle: "Striking & Conditioning Specialist", detail: "A former professional kickboxer, Sarah brings intense, high-energy striking instruction and develops custom conditioning programs for our athletes.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg", imageAlt: "Coach Sarah Lee"},
|
||||
{
|
||||
id: "coach-3",
|
||||
title: "Coach Ben 'The Boa' Singh",
|
||||
subtitle: "Head Grappling Coach",
|
||||
detail: "An expert in wrestling and no-gi grappling, Ben's focus on technique and control has helped many students master their ground game.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thai-boxers-practicing-boxing_107420-64989.jpg",
|
||||
imageAlt: "Coach Ben Singh",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diamondback-rattlesnake-head-pine-needles_1308-189572.jpg",
|
||||
imageAlt: "professional mma coach serious",
|
||||
id: "coach-3", title: "Coach Ben 'The Boa' Singh", subtitle: "Head Grappling Coach", detail: "An expert in wrestling and no-gi grappling, Ben's focus on technique and control has helped many students master their ground game.", imageSrc: "http://img.b2bpic.net/free-photo/thai-boxers-practicing-boxing_107420-64989.jpg", imageAlt: "Coach Ben Singh"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Meet Our Expert Coaches"
|
||||
@@ -320,29 +202,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Trophy,
|
||||
title: "Tournament Wins",
|
||||
value: "150+",
|
||||
},
|
||||
id: "1", icon: Trophy,
|
||||
title: "Tournament Wins", value: "150+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Active Members",
|
||||
value: "200+",
|
||||
},
|
||||
id: "2", icon: Users,
|
||||
title: "Active Members", value: "200+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Clock,
|
||||
title: "Years Experience",
|
||||
value: "10+",
|
||||
},
|
||||
id: "3", icon: Clock,
|
||||
title: "Years Experience", value: "10+"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Heart,
|
||||
title: "Community Rating",
|
||||
value: "5 Stars",
|
||||
},
|
||||
id: "4", icon: Heart,
|
||||
title: "Community Rating", value: "5 Stars"},
|
||||
]}
|
||||
title="Our Achievements & Impact"
|
||||
description="Celebrating the milestones and growth of our fighters and the strong community we've built over the years."
|
||||
@@ -355,25 +225,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What should I bring to my first class?",
|
||||
content: "For your first class, just bring comfortable athletic wear, a water bottle, and a towel. We'll provide any necessary loaner gear like gloves or shin guards.",
|
||||
},
|
||||
id: "1", title: "What should I bring to my first class?", content: "For your first class, just bring comfortable athletic wear, a water bottle, and a towel. We'll provide any necessary loaner gear like gloves or shin guards."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do I need previous experience to join?",
|
||||
content: "Absolutely not! We welcome all levels, from complete beginners to seasoned fighters. Our programs are structured to accommodate everyone.",
|
||||
},
|
||||
id: "2", title: "Do I need previous experience to join?", content: "Absolutely not! We welcome all levels, from complete beginners to seasoned fighters. Our programs are structured to accommodate everyone."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What types of martial arts do you teach?",
|
||||
content: "We specialize in Mixed Martial Arts, which includes Brazilian Jiu-Jitsu, Muay Thai, Boxing, and Wrestling. Our integrated curriculum ensures a well-rounded skillset.",
|
||||
},
|
||||
id: "3", title: "What types of martial arts do you teach?", content: "We specialize in Mixed Martial Arts, which includes Brazilian Jiu-Jitsu, Muay Thai, Boxing, and Wrestling. Our integrated curriculum ensures a well-rounded skillset."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are there classes for children?",
|
||||
content: "Yes, we have a dedicated Youth MMA program designed to teach discipline, self-defense, and fitness in a safe and fun environment for various age groups.",
|
||||
},
|
||||
id: "4", title: "Are there classes for children?", content: "Yes, we have a dedicated Youth MMA program designed to teach discipline, self-defense, and fitness in a safe and fun environment for various age groups."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/father-son-playing-basketball-together-backyard_23-2150067866.jpg"
|
||||
imageAlt="MMA training session"
|
||||
@@ -388,8 +246,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Join the Anaconda Family"
|
||||
description="Ready to start your MMA journey? Contact us today to schedule your first class, ask a question, or learn more about our programs. We're here to help!"
|
||||
@@ -403,62 +260,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Training",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Training", href: "#features"},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Membership", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{
|
||||
label: "Brazilian Jiu-Jitsu",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Brazilian Jiu-Jitsu", href: "#features"},
|
||||
{
|
||||
label: "Muay Thai",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Muay Thai", href: "#features"},
|
||||
{
|
||||
label: "Wrestling",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Wrestling", href: "#features"},
|
||||
{
|
||||
label: "Youth MMA",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Youth MMA", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{
|
||||
label: "Email: info@anacondamma.com",
|
||||
href: "mailto:info@anacondamma.com",
|
||||
},
|
||||
label: "Email: info@anacondamma.com", href: "mailto:info@anacondamma.com"},
|
||||
{
|
||||
label: "Phone: (123) 456-7890",
|
||||
href: "tel:+11234567890",
|
||||
},
|
||||
label: "Phone: (123) 456-7890", href: "tel:+11234567890"},
|
||||
{
|
||||
label: "Address: 123 Fight Ave, City, State",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Address: 123 Fight Ave, City, State", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user