Merge version_2 into main #2
@@ -51,19 +51,13 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Founded in Excellence",
|
||||
description: "Over 10 years of proven coaching excellence and championship development",
|
||||
icon: Trophy,
|
||||
title: "Founded in Excellence", description: "Over 10 years of proven coaching excellence and championship development", icon: Trophy,
|
||||
},
|
||||
{
|
||||
title: "International Standards",
|
||||
description: "Our facilities and training methods meet global badminton association standards",
|
||||
icon: Award,
|
||||
title: "International Standards", description: "Our facilities and training methods meet global badminton association standards", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Community Focus",
|
||||
description: "We believe in building a supportive community of badminton enthusiasts",
|
||||
icon: Trophy,
|
||||
title: "Community Focus", description: "We believe in building a supportive community of badminton enthusiasts", icon: Trophy,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13257.jpg?_wi=2"
|
||||
@@ -81,22 +75,13 @@ export default function AboutPage() {
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10+",
|
||||
title: "Years of Coaching Excellence",
|
||||
items: ["Established in 2015", "Continuous growth", "Industry leadership"],
|
||||
id: "1", value: "10+", title: "Years of Coaching Excellence", items: ["Established in 2015", "Continuous growth", "Industry leadership"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500+",
|
||||
title: "Students Trained",
|
||||
items: ["All skill levels", "Ages 6 to 50", "Comprehensive programs"],
|
||||
id: "2", value: "500+", title: "Students Trained", items: ["All skill levels", "Ages 6 to 50", "Comprehensive programs"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "15+",
|
||||
title: "National Champions",
|
||||
items: ["State level winners", "Regional champions", "International exposure"],
|
||||
id: "3", value: "15+", title: "National Champions", items: ["State level winners", "Regional champions", "International exposure"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -130,7 +115,7 @@ export default function AboutPage() {
|
||||
logoText="BANM Badminton Academy"
|
||||
copyrightText="© 2025 BANM Badminton Academy. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||
{ icon: Instagram, href: "https://www.instagram.com/banm.badminton.academy?igsh=MWZxMWh5YW0xcGNncg==", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||
{ icon: MessageCircle, href: "https://wa.me/919876543210", ariaLabel: "WhatsApp" },
|
||||
]}
|
||||
|
||||
@@ -58,29 +58,14 @@ export default function ContactPage() {
|
||||
<TestimonialCardSixteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Vikram Singh",
|
||||
role: "State Champion",
|
||||
company: "Senior Player",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Vikram Singh", role: "State Champion", company: "Senior Player", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anjali Desai",
|
||||
role: "Junior Champion",
|
||||
company: "Young Talent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-girls-holding-badminton-hand-looking-each-other_23-2147904853.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Anjali Desai", role: "Junior Champion", company: "Young Talent", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-girls-holding-badminton-hand-looking-each-other_23-2147904853.jpg?_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rohan Verma",
|
||||
role: "Beginner to Intermediate",
|
||||
company: "Student",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kid-with-racket_23-2149907979.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Rohan Verma", role: "Beginner to Intermediate", company: "Student", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kid-with-racket_23-2149907979.jpg?_wi=2"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "500+", label: "Students Trained" },
|
||||
@@ -103,7 +88,7 @@ export default function ContactPage() {
|
||||
logoText="BANM Badminton Academy"
|
||||
copyrightText="© 2025 BANM Badminton Academy. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||
{ icon: Instagram, href: "https://www.instagram.com/banm.badminton.academy?igsh=MWZxMWh5YW0xcGNncg==", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||
{ icon: MessageCircle, href: "https://wa.me/919876543210", ariaLabel: "WhatsApp" },
|
||||
]}
|
||||
|
||||
101
src/app/facilities/page.tsx
Normal file
101
src/app/facilities/page.tsx
Normal file
@@ -0,0 +1,101 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Layers, MessageSquare, Instagram, Facebook, MessageCircle } from "lucide-react";
|
||||
|
||||
export default function FacilitiesPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Facilities", id: "/facilities" },
|
||||
{ name: "Reviews", id: "/contact" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const navButton = { text: "Join Academy", href: "/contact" };
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={navButton}
|
||||
brandName="BANM"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="facilities" data-section="facilities">
|
||||
<FeatureCardTwentyThree
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Professional Badminton Courts", tags: ["Indoor", "Professional Grade"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-badminton-court-with-bright-white-lights_53876-64704.jpg?_wi=2", imageAlt: "Professional indoor badminton courts"},
|
||||
{
|
||||
id: "2", title: "Expert Coaching Staff", tags: ["Certified", "Experienced"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/squash-players-court_329181-18922.jpg", imageAlt: "Professional coaching sessions"},
|
||||
{
|
||||
id: "3", title: "Fitness & Training Center", tags: ["Fitness", "Conditioning"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/running-training-gym_1098-15796.jpg", imageAlt: "Modern fitness training facility"},
|
||||
{
|
||||
id: "4", title: "Practice Matches", tags: ["Competition", "Development"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-playing-badminton-full-shot_23-2149733034.jpg", imageAlt: "Competitive practice matches"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Our World-Class Facilities"
|
||||
description="Everything you need for professional badminton training and competitive development"
|
||||
tag="Facilities"
|
||||
tagIcon={Layers}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Schedule Visit", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Ready to Join?"
|
||||
title="Experience Our Facilities Firsthand"
|
||||
description="Visit BANM Badminton Academy to see our state-of-the-art facilities and meet our coaching team. Schedule a tour today."
|
||||
tagIcon={MessageSquare}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Schedule Tour"
|
||||
inputPlaceholder="Enter your email"
|
||||
termsText="We'll contact you to confirm your tour appointment."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="BANM Badminton Academy"
|
||||
copyrightText="© 2025 BANM Badminton Academy. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://www.instagram.com/banm.badminton.academy?igsh=MWZxMWh5YW0xcGNncg==", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||
{ icon: MessageCircle, href: "https://wa.me/919876543210", ariaLabel: "WhatsApp" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -7,42 +7,28 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-poppins", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "BANM Badminton Academy - Professional Coaching & Training",
|
||||
description: "Join BANM Badminton Academy for professional badminton coaching. State-of-the-art indoor courts, expert coaches, and programs for beginners to advanced players. Train hard. Play smart. Become a champion.",
|
||||
keywords: "badminton academy, badminton coaching, badminton training, badminton classes, badminton lessons, professional badminton, indoor badminton courts, badminton academy near me",
|
||||
openGraph: {
|
||||
title: "BANM Badminton Academy",
|
||||
description: "Professional badminton training with world-class facilities and expert coaching.",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "BANM Badminton Academy - Professional Coaching & Training", description: "Join BANM Badminton Academy for professional badminton coaching. State-of-the-art indoor courts, expert coaches, and programs for beginners to advanced players. Train hard. Play smart. Become a champion.", keywords: "badminton academy, badminton coaching, badminton training, badminton classes, badminton lessons, professional badminton, indoor badminton courts, badminton academy near me", openGraph: {
|
||||
title: "BANM Badminton Academy", description: "Professional badminton training with world-class facilities and expert coaching.", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/indoor-badminton-court-with-bright-white-lights_53876-64704.jpg",
|
||||
alt: "BANM Badminton Academy - Professional Courts",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/indoor-badminton-court-with-bright-white-lights_53876-64704.jpg", alt: "BANM Badminton Academy - Professional Courts"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "BANM Badminton Academy",
|
||||
description: "Train Hard. Play Smart. Become a Champion.",
|
||||
images: ["http://img.b2bpic.net/free-photo/indoor-badminton-court-with-bright-white-lights_53876-64704.jpg"],
|
||||
card: "summary_large_image", title: "BANM Badminton Academy", description: "Train Hard. Play Smart. Become a Champion.", images: ["http://img.b2bpic.net/free-photo/indoor-badminton-court-with-bright-white-lights_53876-64704.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
125
src/app/page.tsx
125
src/app/page.tsx
@@ -58,26 +58,14 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rajesh Kumar",
|
||||
handle: "National Champion",
|
||||
testimonial: "BANM Academy transformed my game with expert coaching and world-class facilities.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-having-fun_23-2149269566.jpg",
|
||||
},
|
||||
name: "Rajesh Kumar", handle: "National Champion", testimonial: "BANM Academy transformed my game with expert coaching and world-class facilities.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-having-fun_23-2149269566.jpg"},
|
||||
{
|
||||
name: "Priya Sharma",
|
||||
handle: "Regional Player",
|
||||
testimonial: "The professional coaching here is unmatched. Highly recommended for serious players.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-posing-dark-wall_176420-638.jpg",
|
||||
},
|
||||
name: "Priya Sharma", handle: "Regional Player", testimonial: "The professional coaching here is unmatched. Highly recommended for serious players.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-posing-dark-wall_176420-638.jpg"},
|
||||
{
|
||||
name: "Amit Patel",
|
||||
handle: "Student Athlete",
|
||||
testimonial: "From beginner to competitive player in just 6 months. Amazing training programs!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-exercise-with-weights-stadium_23-2148297803.jpg",
|
||||
},
|
||||
name: "Amit Patel", handle: "Student Athlete", testimonial: "From beginner to competitive player in just 6 months. Amazing training programs!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-exercise-with-weights-stadium_23-2148297803.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Join Academy", href: "/contact" },
|
||||
@@ -98,24 +86,16 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Professional Coaching",
|
||||
description: "Expert coaches with international badminton experience guiding players of all levels",
|
||||
icon: Users,
|
||||
title: "Professional Coaching", description: "Expert coaches with international badminton experience guiding players of all levels", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Indoor Courts",
|
||||
description: "State-of-the-art indoor badminton courts with professional-grade equipment and lighting",
|
||||
icon: HomeIcon,
|
||||
title: "Indoor Courts", description: "State-of-the-art indoor badminton courts with professional-grade equipment and lighting", icon: HomeIcon,
|
||||
},
|
||||
{
|
||||
title: "Training Programs",
|
||||
description: "Specialized programs for beginners, intermediate, and advanced competitive players",
|
||||
icon: Zap,
|
||||
title: "Training Programs", description: "Specialized programs for beginners, intermediate, and advanced competitive players", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Tournaments",
|
||||
description: "Regular practice matches and tournaments to develop competitive skills",
|
||||
icon: Award,
|
||||
title: "Tournaments", description: "Regular practice matches and tournaments to develop competitive skills", icon: Award,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13257.jpg?_wi=1"
|
||||
@@ -133,33 +113,17 @@ export default function HomePage() {
|
||||
<FeatureCardTwentyThree
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Professional Badminton Courts",
|
||||
tags: ["Indoor", "Professional Grade"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-badminton-court-with-bright-white-lights_53876-64704.jpg?_wi=2",
|
||||
imageAlt: "Professional indoor badminton courts",
|
||||
},
|
||||
id: "1", title: "Professional Badminton Courts", tags: ["Indoor", "Professional Grade"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-badminton-court-with-bright-white-lights_53876-64704.jpg?_wi=2", imageAlt: "Professional indoor badminton courts"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Expert Coaching Staff",
|
||||
tags: ["Certified", "Experienced"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/squash-players-court_329181-18922.jpg",
|
||||
imageAlt: "Professional coaching sessions",
|
||||
},
|
||||
id: "2", title: "Expert Coaching Staff", tags: ["Certified", "Experienced"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/squash-players-court_329181-18922.jpg", imageAlt: "Professional coaching sessions"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fitness & Training Center",
|
||||
tags: ["Fitness", "Conditioning"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/running-training-gym_1098-15796.jpg",
|
||||
imageAlt: "Modern fitness training facility",
|
||||
},
|
||||
id: "3", title: "Fitness & Training Center", tags: ["Fitness", "Conditioning"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/running-training-gym_1098-15796.jpg", imageAlt: "Modern fitness training facility"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Practice Matches",
|
||||
tags: ["Competition", "Development"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-playing-badminton-full-shot_23-2149733034.jpg",
|
||||
imageAlt: "Competitive practice matches",
|
||||
},
|
||||
id: "4", title: "Practice Matches", tags: ["Competition", "Development"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-playing-badminton-full-shot_23-2149733034.jpg", imageAlt: "Competitive practice matches"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Our World-Class Facilities"
|
||||
@@ -180,37 +144,17 @@ export default function HomePage() {
|
||||
<TestimonialCardSixteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Vikram Singh",
|
||||
role: "State Champion",
|
||||
company: "Senior Player",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Vikram Singh", role: "State Champion", company: "Senior Player", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anjali Desai",
|
||||
role: "Junior Champion",
|
||||
company: "Young Talent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-girls-holding-badminton-hand-looking-each-other_23-2147904853.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Anjali Desai", role: "Junior Champion", company: "Young Talent", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-girls-holding-badminton-hand-looking-each-other_23-2147904853.jpg?_wi=1"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rohan Verma",
|
||||
role: "Beginner to Intermediate",
|
||||
company: "Student",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kid-with-racket_23-2149907979.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Rohan Verma", role: "Beginner to Intermediate", company: "Student", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kid-with-racket_23-2149907979.jpg?_wi=1"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dr. Mehta",
|
||||
role: "Parent",
|
||||
company: "Academy Parent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg",
|
||||
},
|
||||
id: "4", name: "Dr. Mehta", role: "Parent", company: "Academy Parent", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "500+", label: "Students Trained" },
|
||||
@@ -232,22 +176,13 @@ export default function HomePage() {
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10+",
|
||||
title: "Years of Excellence",
|
||||
items: ["Established reputation", "Proven coaching methods", "Consistent results"],
|
||||
id: "1", value: "10+", title: "Years of Excellence", items: ["Established reputation", "Proven coaching methods", "Consistent results"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "4",
|
||||
title: "Professional Courts",
|
||||
items: ["State-of-the-art facility", "International standards", "Available year-round"],
|
||||
id: "2", value: "4", title: "Professional Courts", items: ["State-of-the-art facility", "International standards", "Available year-round"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "50+",
|
||||
title: "Certified Coaches",
|
||||
items: ["International experience", "Specialized training", "Personalized coaching"],
|
||||
id: "3", value: "50+", title: "Certified Coaches", items: ["International experience", "Specialized training", "Personalized coaching"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -281,7 +216,7 @@ export default function HomePage() {
|
||||
logoText="BANM Badminton Academy"
|
||||
copyrightText="© 2025 BANM Badminton Academy. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||
{ icon: Instagram, href: "https://www.instagram.com/banm.badminton.academy?igsh=MWZxMWh5YW0xcGNncg==", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||
{ icon: MessageCircle, href: "https://wa.me/919876543210", ariaLabel: "WhatsApp" },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user