Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-08 15:42:37 +00:00
2 changed files with 118 additions and 178 deletions

View File

@@ -2,12 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import SplitAbout from "@/components/sections/about/SplitAbout";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterCard from "@/components/sections/footer/FooterCard";
import Link from "next/link";
import { Dumbbell, Instagram, Facebook, MessageCircle, Users, Award, Zap } from "lucide-react";
import { Instagram, Facebook, MessageCircle } from "lucide-react";
export default function CoachingPage() {
return (
@@ -17,171 +14,55 @@ export default function CoachingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="noise"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
>
{/* Navbar */}
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Rabat Barbell Club"
navItems={[
{ name: "Home", id: "/" },
{ name: "Memberships", id: "/memberships" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
{ name: "Coaching", id: "coaching" },
{ name: "Contact", id: "contact" },
]}
button={{
text: "Join Now",
href: "#membership-inquiry",
text: "Book Session", href: "#coaching-inquiry"
}}
animateOnLoad={true}
/>
</div>
{/* Professional Coaching Section */}
<div id="coaching-intro" data-section="coaching-intro">
<SplitAbout
title="Professional Coaching Services"
tag="Elite Training"
description="Transform your training with expert guidance from our certified coaches. Whether you're a beginner learning proper form or an elite athlete preparing for competition, our multilingual coaching team will help you reach your peak performance."
textboxLayout="default"
useInvertedBackground={false}
bulletPoints={[
{
title: "Personalized Training Programs",
description: "Custom programs tailored to your specific goals, experience level, and training style",
icon: Award,
},
{
title: "Form Correction & Technique",
description: "Expert coaching on proper barbell mechanics and movement patterns",
icon: Zap,
},
{
title: "Multilingual Coaches",
description: "French, English, and Arabic-speaking coaches for seamless communication",
icon: Users,
},
{
title: "Competition Preparation",
description: "Specialized programs for powerlifting and weightlifting competitions",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2150290027.jpg?_wi=3"
imageAlt="Professional coaching staff at Rabat Barbell Club"
mediaAnimation="slide-up"
imagePosition="right"
buttons={[
{
text: "Book a Session",
href: "#coaching-inquiry",
},
]}
buttonAnimation="slide-up"
/>
</div>
{/* Coaching Programs */}
<div id="coaching-programs" data-section="coaching-programs">
<div id="coaching" data-section="coaching">
<FeatureCardNineteen
title="Our Coaching Programs"
description="Specialized coaching tracks for every athlete and goal"
title="Expert Coaching Programs"
description="Professional coaching tailored to your strength training goals"
textboxLayout="default"
useInvertedBackground={true}
tag="Training Excellence"
tag="Coaching Services"
features={[
{
id: 1,
tag: "STRENGTH",
title: "Powerlifting Coaching",
subtitle: "Master the Big Three lifts with expert instruction",
description: "Comprehensive powerlifting coaching covering squat, bench press, and deadlift techniques. Learn competition rules, meet preparation, and peak performance strategies. Sessions available for individual athletes or small groups.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lifting-up-weights_23-2148284963.jpg?_wi=2",
imageAlt: "Powerlifting coaching session",
buttons: [
{
text: "Learn More",
href: "#contact",
},
],
tag: "POWERLIFTING", title: "Powerlifting Coaching", subtitle: "Master the big three lifts", description:
"Our certified powerlifting coaches will help you perfect your squat, bench press, and deadlift form. Whether you're preparing for competition or building strength, we provide personalized programming and technique refinement.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lifting-up-weights_23-2148284963.jpg", imageAlt: "Powerlifting coaching session"
},
{
id: 2,
tag: "OLYMPIC",
title: "Olympic Weightlifting",
subtitle: "Perfect your clean, jerk, and snatch technique",
description: "Professional Olympic lifting coaching from certified instructors. Master the technical movements required for competitive weightlifting. Includes mobility work, accessory training, and programming for strength development.",
imageSrc: "http://img.b2bpic.net/free-photo/fitness-concept-with-hands-woman-gym_23-2147675223.jpg?_wi=2",
imageAlt: "Olympic weightlifting training",
buttons: [
{
text: "Get Started",
href: "#contact",
},
],
tag: "OLYMPIC WEIGHTLIFTING", title: "Olympic Lifting Coaching", subtitle: "Learn clean and jerk, snatch technique", description:
"Master the technical demands of Olympic weightlifting with our experienced coaches. We focus on proper form, progressions, and sport-specific conditioning to help you reach your peak performance.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-concept-with-hands-woman-gym_23-2147675223.jpg", imageAlt: "Olympic weightlifting coaching"
},
{
id: 3,
tag: "DEVELOPMENT",
title: "General Strength Training",
subtitle: "Build strength, muscle, and athletic performance",
description: "Personalized strength and conditioning programs designed for your specific goals. Whether focusing on muscle hypertrophy, functional strength, or athletic performance, our coaches create programming that works.",
imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg?_wi=2",
imageAlt: "General strength training facility",
buttons: [
{
text: "Schedule Consultation",
href: "#contact",
},
],
tag: "PERSONAL TRAINING", title: "Personal Training", subtitle: "One-on-one sessions for all levels", description:
"Get personalized attention from our team of certified trainers. Custom programming, form correction, and accountability coaching to help you achieve your fitness goals faster and safer.", imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg", imageAlt: "Personal training session"
},
]}
mediaAnimation="blur-reveal"
buttonAnimation="slide-up"
/>
</div>
{/* Coaching FAQ & CTA */}
<div id="coaching-faq" data-section="coaching-faq">
<ContactFaq
ctaTitle="Ready to Work With a Coach?"
ctaDescription="Book your first coaching session today and experience personalized guidance tailored to your training goals and experience level."
ctaButton={{
text: "Schedule First Session",
href: "#coaching-inquiry",
}}
ctaIcon={Dumbbell}
useInvertedBackground={true}
animationType="slide-up"
faqs={[
{
id: "1",
title: "How do I book a coaching session?",
content: "Click 'Schedule First Session' or contact us directly. We'll assess your current level, discuss your goals, and create a personalized coaching plan. Sessions can be one-on-one or small groups.",
},
{
id: "2",
title: "What experience levels do you coach?",
content: "Our coaches work with everyone from complete beginners to elite competitive athletes. We scale difficulty and intensity based on your current fitness level and experience.",
},
{
id: "3",
title: "What's included in a coaching package?",
content: "Packages include personalized programming, form correction, technique refinement, and progress tracking. Our coaches use video analysis to identify and correct movement issues for optimal performance.",
},
{
id: "4",
title: "Do you offer online coaching?",
content: "Yes, we offer remote coaching services for video form analysis and program design. In-person coaching is available at our Rabat facility with dedicated coaching sessions.",
},
]}
/>
</div>
{/* Footer */}
<div id="footer" data-section="footer">
<FooterCard
logoText="RABAT BARBELL CLUB"
@@ -189,18 +70,15 @@ export default function CoachingPage() {
socialLinks={[
{
icon: Instagram,
href: "https://instagram.com/rabatbarbellclub",
ariaLabel: "Instagram",
href: "https://instagram.com/rabatbarbellclub", ariaLabel: "Instagram"
},
{
icon: Facebook,
href: "https://facebook.com/rabatbarbellclub",
ariaLabel: "Facebook",
href: "https://facebook.com/rabatbarbellclub", ariaLabel: "Facebook"
},
{
icon: MessageCircle,
href: "https://wa.me/212XXXXXXXXX",
ariaLabel: "WhatsApp",
href: "https://wa.me/212XXXXXXXXX", ariaLabel: "WhatsApp"
},
]}
/>

View File

@@ -8,6 +8,7 @@ import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNinete
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Dumbbell, Sparkles, Instagram, Facebook, MessageCircle } from "lucide-react";
@@ -19,7 +20,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="noise"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -35,7 +36,8 @@ export default function HomePage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Join Now", href: "#membership-inquiry"}}
text: "Join Now", href: "#membership-inquiry"
}}
animateOnLoad={true}
/>
</div>
@@ -46,11 +48,13 @@ export default function HomePage() {
description="Professional equipment, elite training environment, and a community built for serious athletes. Morocco's premier strength training destination."
buttons={[
{
text: "Join the Club", href: "#membership-inquiry"},
text: "Join the Club", href: "#membership-inquiry"
},
{
text: "Book a Trial", href: "#trial-booking"},
text: "Book a Trial", href: "#trial-booking"
},
]}
background={{ variant: "noise" }}
background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg"
imageAlt="Professional barbell training setup at Rabat Barbell Club"
mediaAnimation="slide-up"
@@ -71,11 +75,14 @@ export default function HomePage() {
"Industry-leading barbells, racks, and platforms for serious strength training", icon: Dumbbell,
},
{
title: "Friendly Coaching Staff", description: "Expert multilingual coaches fluent in French, English, and Arabic"},
title: "Friendly Coaching Staff", description: "Expert multilingual coaches fluent in French, English, and Arabic"
},
{
title: "Serious Training Environment", description: "Athlete-focused community focused on performance and progression"},
title: "Serious Training Environment", description: "Athlete-focused community focused on performance and progression"
},
{
title: "International Community", description: "Train alongside powerlifters, weightlifters, and elite athletes from around the world"},
title: "International Community", description: "Train alongside powerlifters, weightlifters, and elite athletes from around the world"
},
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-training-together-gym_23-2150290027.jpg"
imageAlt="Professional coaching staff at Rabat Barbell Club"
@@ -83,7 +90,8 @@ export default function HomePage() {
imagePosition="right"
buttons={[
{
text: "Learn More", href: "#features"},
text: "Learn More", href: "#features"
},
]}
buttonAnimation="slide-up"
/>
@@ -100,17 +108,19 @@ export default function HomePage() {
{
id: 1,
tag: "STRENGTH", title: "Powerlifting Platforms", subtitle: "Competition-grade equipment for serious lifters", description:
"Three dedicated powerlifting platforms with competition bars, plates, and racks. Perfect for squats, bench press, and deadlifts. Suitable for beginners learning proper form through advanced athletes training for competitions.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lifting-up-weights_23-2148284963.jpg", imageAlt: "Powerlifting platforms with professional equipment"},
"Three dedicated powerlifting platforms with competition bars, plates, and racks. Perfect for squats, bench press, and deadlifts. Suitable for beginners learning proper form through advanced athletes training for competitions.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-lifting-up-weights_23-2148284963.jpg", imageAlt: "Powerlifting platforms with professional equipment"
},
{
id: 2,
tag: "TECHNIQUE", title: "Olympic Lifting Zone", subtitle: "Specialized equipment for Olympic weightlifting", description:
"Dedicated space with bumper plates, lifting platforms, mirrors, and chalk. Learn clean and jerk, snatch, and accessory lifts from our certified coaches in an inspiring environment.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-concept-with-hands-woman-gym_23-2147675223.jpg", imageAlt: "Olympic lifting zone with bumper plates and platforms"},
"Dedicated space with bumper plates, lifting platforms, mirrors, and chalk. Learn clean and jerk, snatch, and accessory lifts from our certified coaches in an inspiring environment.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-concept-with-hands-woman-gym_23-2147675223.jpg", imageAlt: "Olympic lifting zone with bumper plates and platforms"
},
{
id: 3,
tag: "PERFORMANCE", title: "Strength Training Hub", subtitle: "Complete facility for all strength goals", description:
"Comprehensive selection of dumbbells, kettlebells, resistance machines, and cardio equipment. Ample free space for functional training, mobility work, and conditioning. Whether you're building muscle, increasing strength, or improving fitness, we have everything you need.", imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg", imageAlt: "Modern strength training equipment and facility"},
"Comprehensive selection of dumbbells, kettlebells, resistance machines, and cardio equipment. Ample free space for functional training, mobility work, and conditioning. Whether you're building muscle, increasing strength, or improving fitness, we have everything you need.", imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg", imageAlt: "Modern strength training equipment and facility"
},
]}
mediaAnimation="blur-reveal"
buttonAnimation="slide-up"
/>
</div>
@@ -125,22 +135,28 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "Karim El-Mansouri", role: "Powerlifter", testimonial:
"Best gym in Morocco. The equipment quality is exceptional, and the coaches understand serious strength training. The community pushes you to be better every session.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-bearded-man-gym-with-hammer_343596-1305.jpg", imageAlt: "Karim El-Mansouri"},
"Best gym in Morocco. The equipment quality is exceptional, and the coaches understand serious strength training. The community pushes you to be better every session.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-bearded-man-gym-with-hammer_343596-1305.jpg", imageAlt: "Karim El-Mansouri"
},
{
id: "2", name: "Sophie Laurent", role: "Fitness Enthusiast", testimonial:
"I've trained at multiple gyms across Europe. Rabat Barbell Club matches or exceeds them in every way. Professional, clean, and genuinely supportive staff.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13215.jpg", imageAlt: "Sophie Laurent"},
"I've trained at multiple gyms across Europe. Rabat Barbell Club matches or exceeds them in every way. Professional, clean, and genuinely supportive staff.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13215.jpg", imageAlt: "Sophie Laurent"
},
{
id: "3", name: "Ahmed Hassan", role: "Weightlifting Coach", testimonial:
"The facilities here are world-class. Perfect for training serious athletes. Finally have a proper facility in Rabat for Olympic lifting and strength sports.", imageSrc: "http://img.b2bpic.net/free-photo/strong-enough-carry-such-heavy-weights_329181-14118.jpg", imageAlt: "Ahmed Hassan"},
"The facilities here are world-class. Perfect for training serious athletes. Finally have a proper facility in Rabat for Olympic lifting and strength sports.", imageSrc: "http://img.b2bpic.net/free-photo/strong-enough-carry-such-heavy-weights_329181-14118.jpg", imageAlt: "Ahmed Hassan"
},
{
id: "4", name: "Natasha Volkov", role: "Expat, Athlete", testimonial:
"As someone who moved from Russia to Rabat, finding quality training was my biggest concern. This club exceeded expectations. Highly recommended for serious athletes.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-having-rest-after-exercising-horizontal-bars_181624-40278.jpg", imageAlt: "Natasha Volkov"},
"As someone who moved from Russia to Rabat, finding quality training was my biggest concern. This club exceeded expectations. Highly recommended for serious athletes.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-having-rest-after-exercising-horizontal-bars_181624-40278.jpg", imageAlt: "Natasha Volkov"
},
{
id: "5", name: "Mohammed Bennani", role: "Strength Coach", testimonial:
"Running my coaching business here has been incredible. Access to top equipment and a motivated membership base. Best partnership I could ask for.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-fashionable-sport-clothes_329181-3802.jpg", imageAlt: "Mohammed Bennani"},
"Running my coaching business here has been incredible. Access to top equipment and a motivated membership base. Best partnership I could ask for.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-fashionable-sport-clothes_329181-3802.jpg", imageAlt: "Mohammed Bennani"
},
{
id: "6", name: "Isabella Martinez", role: "Tourist / Visitor", testimonial:
"Visited Rabat for two weeks and trained here every day. Incredible atmosphere, friendly members, and professional coaches. Worth the membership just for the experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-posing-dark-wall_176420-626.jpg", imageAlt: "Isabella Martinez"},
"Visited Rabat for two weeks and trained here every day. Incredible atmosphere, friendly members, and professional coaches. Worth the membership just for the experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-posing-dark-wall_176420-626.jpg", imageAlt: "Isabella Martinez"
},
]}
animationType="slide-up"
carouselMode="auto"
@@ -158,43 +174,55 @@ export default function HomePage() {
{
id: "day-pass", price: "100 MAD", name: "Day Pass", buttons: [
{
text: "Get Day Pass", href: "#contact"},
text: "Get Day Pass", href: "#contact"
},
{
text: "Learn More", href: "#"},
text: "Learn More", href: "#"
},
],
features: [
"24-hour facility access", "All equipment included", "Locker room & showers", "Water and towels"],
"24-hour facility access", "All equipment included", "Locker room & showers", "Water and towels"
],
},
{
id: "monthly", badge: "Most Popular", badgeIcon: Sparkles,
price: "800 MAD", name: "Monthly Membership", buttons: [
{
text: "Join Now", href: "#membership-inquiry"},
text: "Join Now", href: "#membership-inquiry"
},
{
text: "Schedule Trial", href: "#trial-booking"},
text: "Schedule Trial", href: "#trial-booking"
},
],
features: [
"Unlimited facility access", "All professional equipment", "Locker room & showers", "Premium WiFi access", "Guest privileges (2/month)", "Community events"],
"Unlimited facility access", "All professional equipment", "Locker room & showers", "Premium WiFi access", "Guest privileges (2/month)", "Community events"
],
},
{
id: "quarterly", price: "2,100 MAD", name: "3-Month Plan", buttons: [
{
text: "Save & Join", href: "#membership-inquiry"},
text: "Save & Join", href: "#membership-inquiry"
},
{
text: "Schedule Trial", href: "#trial-booking"},
text: "Schedule Trial", href: "#trial-booking"
},
],
features: [
"Unlimited facility access", "Priority booking for platforms", "All professional equipment", "Personal locker", "Premium WiFi & parking", "Guest privileges (4/month)", "Priority member events", "Fitness assessment"],
"Unlimited facility access", "Priority booking for platforms", "All professional equipment", "Personal locker", "Premium WiFi & parking", "Guest privileges (4/month)", "Priority member events", "Fitness assessment"
],
},
{
id: "annual", price: "7,200 MAD", name: "Annual Membership", buttons: [
{
text: "Commit & Save", href: "#membership-inquiry"},
text: "Commit & Save", href: "#membership-inquiry"
},
{
text: "Schedule Trial", href: "#trial-booking"},
text: "Schedule Trial", href: "#trial-booking"
},
],
features: [
"Unlimited facility access year-round", "Reserved platform slots", "Dedicated locker", "Priority support & parking", "Personal locker + storage", "Unlimited guest privileges", "Exclusive member events", "Quarterly fitness assessment", "Merchandise discount"],
"Unlimited facility access year-round", "Reserved platform slots", "Dedicated locker", "Priority support & parking", "Personal locker + storage", "Unlimited guest privileges", "Exclusive member events", "Quarterly fitness assessment", "Merchandise discount"
],
},
]}
animationType="slide-up"
@@ -211,25 +239,56 @@ export default function HomePage() {
metrics={[
{
id: "1", value: "4.7★", title: "Member Satisfaction Rating", items: [
"100+ verified reviews", "Trusted by serious athletes", "Consistent 5-star feedback"],
"100+ verified reviews", "Trusted by serious athletes", "Consistent 5-star feedback"
],
},
{
id: "2", value: "500+", title: "Active Members", items: [
"Diverse training community", "Local and international athletes", "Dedicated coaching staff"],
"Diverse training community", "Local and international athletes", "Dedicated coaching staff"
],
},
{
id: "3", value: "3", title: "Professional Platforms", items: [
"Competition-grade equipment", "Rogue barbells & racks", "Perfect for all strength levels"],
"Competition-grade equipment", "Rogue barbells & racks", "Perfect for all strength levels"
],
},
{
id: "4", value: "24/7", title: "Facility Hours", items: [
"Open daily until 22:00", "Early morning sessions available", "Late night training access"],
"Open daily until 22:00", "Early morning sessions available", "Late night training access"
],
},
]}
animationType="slide-up"
/>
</div>
<div id="cta-section" data-section="cta-section">
<ContactFaq
ctaTitle="Ready to Train With Champions?"
ctaDescription="Book your free trial session today and experience the Rabat Barbell Club difference. Join our elite community of serious athletes."
ctaButton={{
text: "Book Free Trial", href: "#trial-booking"
}}
ctaIcon={Dumbbell}
useInvertedBackground={true}
animationType="slide-up"
faqs={[
{
id: "1", title: "How do I book a trial session?", content: "Click the 'Book Free Trial' button or call us at +212 5XX XXXXXX. We'll schedule your session at a time that works best for you. Bring comfortable workout clothes and arrive 15 minutes early for orientation."
},
{
id: "2", title: "What's included in my membership?", content: "All memberships include unlimited access to our full facility, professional equipment, locker rooms with showers, WiFi, and access to our community events. Premium tiers include personal lockers, reserved platform time, and guest privileges."
},
{
id: "3", title: "Do you offer coaching services?", content: "Yes! We offer personal training, powerlifting coaching, Olympic weightlifting coaching, and group strength classes. Our multilingual coaches work with all experience levels. Contact us for pricing and availability."
},
{
id: "4", title: "Is there parking available?", content: "Yes, we have dedicated parking for members. Monthly and annual members receive priority parking. Day pass users have access to shared parking area adjacent to the facility."
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="RABAT BARBELL CLUB"
@@ -237,13 +296,16 @@ export default function HomePage() {
socialLinks={[
{
icon: Instagram,
href: "https://instagram.com/rabatbarbellclub", ariaLabel: "Instagram"},
href: "https://instagram.com/rabatbarbellclub", ariaLabel: "Instagram"
},
{
icon: Facebook,
href: "https://facebook.com/rabatbarbellclub", ariaLabel: "Facebook"},
href: "https://facebook.com/rabatbarbellclub", ariaLabel: "Facebook"
},
{
icon: MessageCircle,
href: "https://wa.me/212XXXXXXXXX", ariaLabel: "WhatsApp"},
href: "https://wa.me/212XXXXXXXXX", ariaLabel: "WhatsApp"
},
]}
/>
</div>