diff --git a/src/app/page.tsx b/src/app/page.tsx
index 00f0570..b7d90a7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
-import { Bolt, BoxingGlove, Crown, Dumbbell, Flame, Heart, Sparkles, Star, Users, Zap } from 'lucide-react';
+import { Bolt, Boxing, Crown, Dumbbell, Flame, Heart, Sparkles, Star, Users, Zap } from 'lucide-react';
export default function LandingPage() {
return (
@@ -72,7 +72,7 @@ export default function LandingPage() {
@@ -85,7 +85,7 @@ export default function LandingPage() {
{ title: "Mixed Martial Arts (MMA)", description: "Combine techniques from boxing, wrestling, Muay Thai, and BJJ for comprehensive combat training. Develop peak physical and mental conditioning. Skill Level: All levels. Benefits: Self-defense, fitness, competition readiness.", imageSrc: "http://img.b2bpic.net/free-photo/boxer-sat-stone-tied-tape-around-his-hand-preparing-fight_1150-24115.jpg", imageAlt: "MMA fighter in dynamic pose", buttonIcon: Zap },
{ title: "Muay Thai", description: "Master the art of eight limbs with powerful strikes using fists, elbows, knees, and shins. Enhance your cardiovascular endurance and agility. Skill Level: All levels. Benefits: Striking proficiency, conditioning, discipline.", imageSrc: "http://img.b2bpic.net/free-photo/female-boxer-practicing-punches-punching-bag-gym_1098-18931.jpg", imageAlt: "Muay Thai fighter kicking", buttonIcon: Flame },
{ title: "Brazilian Jiu-Jitsu (BJJ)", description: "Learn ground fighting techniques, submissions, and positional control. Develop problem-solving skills and leverage against larger opponents. Skill Level: All levels. Benefits: Grappling expertise, confidence, strategic thinking.", imageSrc: "http://img.b2bpic.net/free-photo/female-fighter-martial-arts-costume_23-2148324747.jpg", imageAlt: "Brazilian Jiu-Jitsu ground technique", buttonIcon: Heart },
- { title: "Boxing", description: "Refine your footwork, head movement, and punching combinations. Improve hand-eye coordination and defensive skills in a challenging environment. Skill Level: All levels. Benefits: Hand-eye coordination, speed, power.", imageSrc: "http://img.b2bpic.net/free-photo/sweaty-athletic-woman-thinking-something-gym-s-dressing-room-after-boxing-training_637285-799.jpg", imageAlt: "Boxer throwing a jab", buttonIcon: BoxingGlove },
+ { title: "Boxing", description: "Refine your footwork, head movement, and punching combinations. Improve hand-eye coordination and defensive skills in a challenging environment. Skill Level: All levels. Benefits: Hand-eye coordination, speed, power.", imageSrc: "http://img.b2bpic.net/free-photo/sweaty-athletic-woman-thinking-something-gym-s-dressing-room-after-boxing-training_637285-799.jpg", imageAlt: "Boxer throwing a jab", buttonIcon: Boxing },
{ title: "Wrestling", description: "Focus on takedowns, throws, and controlling your opponent on the ground. Build incredible strength, agility, and mental toughness. Skill Level: All levels. Benefits: Takedown proficiency, strength, agility.", imageSrc: "http://img.b2bpic.net/free-photo/young-men-sportswear-wrestling-each-other_23-2149749730.jpg", imageAlt: "Wrestlers in a clinch", buttonIcon: Bolt },
{ title: "Strength & Conditioning", description: "Optimize your physical performance with tailored workouts focusing on power, endurance, and injury prevention. Essential for all combat athletes. Skill Level: All levels. Benefits: Enhanced performance, injury prevention, overall fitness.", imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym_23-2148024375.jpg", imageAlt: "Athlete training with weights", buttonIcon: Dumbbell },
{ title: "Kids Program", description: "Instill discipline, respect, and confidence in children through age-appropriate martial arts training. Develop coordination and social skills in a fun environment. Skill Level: Beginners. Benefits: Discipline, confidence, physical development.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-girl-learning-boxing_23-2150400007.jpg", imageAlt: "Children in martial arts class", buttonIcon: Users }
@@ -207,8 +207,8 @@ export default function LandingPage() {
logoAlt="MMA Costa Rica Logo"
columns={[
{ items: [{ label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Disciplines", href: "#disciplines" }, { label: "Coaches", href: "#coaches" }] },
- { items: [{ label: "Facilities", href: "#facilities" }, { label: "Testimonials", href: "#testimonials" }, { label: "Memberships", href: "#memberships" }, { label: "FAQ", href: "#faq" }] },
- { items: [{ label: "Contact Us", href: "#contact" }, { label: "WhatsApp: 6130-8618", href: "https://wa.me/50661308618" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
+ { items: [{ label: "Facilities", href: "#facilities" }, { label: "Testimonials", href: "#testimonials" }, { label: "Memberships", href: "#memberships" }, { label: "FAQ", href: "#faq" }, {label: "Contact Us", href: "#contact" }] },
+ { items: [{ label: "WhatsApp: 6130-8618", href: "https://wa.me/50661308618" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
/>