From 93e5141770d920dae30dfdfb321ebeae2435ab4d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:58:45 +0000 Subject: [PATCH 1/3] Update src/app/facilities/page.tsx --- src/app/facilities/page.tsx | 36 +++++++++--------------------------- 1 file changed, 9 insertions(+), 27 deletions(-) diff --git a/src/app/facilities/page.tsx b/src/app/facilities/page.tsx index a8c7812..3e61636 100644 --- a/src/app/facilities/page.tsx +++ b/src/app/facilities/page.tsx @@ -19,8 +19,7 @@ export default function FacilitiesPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Programs", href: "/programs" }, { label: "Facilities", href: "/facilities" }, @@ -28,8 +27,7 @@ export default function FacilitiesPage() { ], }, { - title: "Programs", - items: [ + title: "Programs", items: [ { label: "Beginner Program", href: "#programs" }, { label: "Intermediate Program", href: "#programs" }, { label: "Advanced Program", href: "#programs" }, @@ -37,8 +35,7 @@ export default function FacilitiesPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Dasuya, Punjab", href: "#" }, { label: "WhatsApp: +918288074397", href: "https://wa.me/918288074397" }, { label: "Email: info@banm.academy", href: "mailto:info@banm.academy" }, @@ -46,8 +43,7 @@ export default function FacilitiesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Refund Policy", href: "#" }, @@ -86,7 +82,7 @@ export default function FacilitiesPage() { tagIcon={Info} title="Professional Badminton Excellence in Dasuya" description="BANM Badminton Academy is dedicated to nurturing badminton talent through professional coaching, state-of-the-art facilities, and a commitment to developing champions. We believe in training hard, playing smart, and winning big." - imageSrc="http://img.b2bpic.net/free-photo/basketball-court-with-wire-fence-around_1127-2199.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/basketball-court-with-wire-fence-around_1127-2199.jpg" imageAlt="BANM Badminton Academy facility" buttons={[{ text: "Learn More", href: "/programs" }]} useInvertedBackground={false} @@ -103,28 +99,14 @@ export default function FacilitiesPage() { tagIcon={Shield} features={[ { - id: "01", - title: "Professional Courts", - description: "Multiple indoor badminton courts with premium playing surfaces, professional-grade lighting, and optimal dimensions for training and competition", - imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-racket-shuttlecock_23-2149940924.jpg?_wi=3", - imageAlt: "Professional badminton courts", - }, + id: "01", title: "Professional Courts", description: "Multiple indoor badminton courts with premium playing surfaces, professional-grade lighting, and optimal dimensions for training and competition", imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-racket-shuttlecock_23-2149940924.jpg", imageAlt: "Professional badminton courts"}, { - id: "02", - title: "Advanced Equipment", - description: "High-quality badminton rackets, shuttlecocks, nets, and training equipment meeting international standards for all skill levels", - imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-shuttlecock-racket_23-2149940871.jpg?_wi=2", - imageAlt: "Advanced badminton equipment", - }, + id: "02", title: "Advanced Equipment", description: "High-quality badminton rackets, shuttlecocks, nets, and training equipment meeting international standards for all skill levels", imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-shuttlecock-racket_23-2149940871.jpg", imageAlt: "Advanced badminton equipment"}, { - id: "03", - title: "Fitness & Conditioning Area", - description: "Dedicated space for strength training, flexibility work, and cardiovascular conditioning to enhance player performance and injury prevention", - imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-headband-holding-basebal-bat-with-confident-expression-standing-green-wall_141793-61508.jpg?_wi=3", - imageAlt: "Fitness conditioning area", - }, + id: "03", title: "Fitness & Conditioning Area", description: "Dedicated space for strength training, flexibility work, and cardiovascular conditioning to enhance player performance and injury prevention", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-headband-holding-basebal-bat-with-confident-expression-standing-green-wall_141793-61508.jpg", imageAlt: "Fitness conditioning area"}, ]} textboxLayout="default" + gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={false} /> -- 2.49.1 From 2b36dea25a04d83d59cbe3d8cb00d53f2580e1db Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:58:46 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 256 +++++++++-------------------------------------- 1 file changed, 47 insertions(+), 209 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc94690..1d074d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Zap, Award, Shield, Info, Users, TrendingUp, Heart, Smartphone } from "lucide-react"; +import { Zap, Award, Shield, Info, Users, TrendingUp, Heart, Smartphone, Star } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -25,8 +25,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Programs", href: "/programs" }, { label: "Facilities", href: "/facilities" }, @@ -34,8 +33,7 @@ export default function HomePage() { ], }, { - title: "Programs", - items: [ + title: "Programs", items: [ { label: "Beginner Program", href: "#programs" }, { label: "Intermediate Program", href: "#programs" }, { label: "Advanced Program", href: "#programs" }, @@ -43,8 +41,7 @@ export default function HomePage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Dasuya, Punjab", href: "#" }, { label: "WhatsApp: +918288074397", href: "https://wa.me/918288074397" }, { label: "Email: info@banm.academy", href: "mailto:info@banm.academy" }, @@ -52,8 +49,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Refund Policy", href: "#" }, @@ -82,9 +78,7 @@ export default function HomePage() { id: item.id === "/" ? "/" : item.id, }))} button={{ - text: "Join Academy", - href: "/contact", - }} + text: "Join Academy", href: "/contact"}} /> @@ -95,40 +89,26 @@ export default function HomePage() { tag="Elite Training" tagIcon={Zap} background={{ - variant: "plain", - }} + variant: "plain"}} buttons={[ { - text: "Join the Academy", - href: "/contact", - }, + text: "Join the Academy", href: "/contact"}, { - text: "Book a Court", - href: "/facilities", - }, + text: "Book a Court", href: "/facilities"}, ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-racket-before-squash-game_329181-18934.jpg", - imageAlt: "Professional badminton player in action", - }, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-racket-before-squash-game_329181-18934.jpg", imageAlt: "Professional badminton player in action"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-bench_23-2149733005.jpg", - imageAlt: "Indoor badminton court with professional lighting", - }, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-bench_23-2149733005.jpg", imageAlt: "Indoor badminton court with professional lighting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/squash-players-court_329181-18922.jpg", - imageAlt: "Badminton training session with coach", - }, + imageSrc: "http://img.b2bpic.net/free-photo/squash-players-court_329181-18922.jpg", imageAlt: "Badminton training session with coach"}, { - imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-shuttlecock-racket_23-2149940871.jpg?_wi=1", - imageAlt: "Multiple badminton courts facility", - }, + imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-shuttlecock-racket_23-2149940871.jpg", imageAlt: "Multiple badminton courts facility"}, { - imageSrc: "http://img.b2bpic.net/free-photo/badminton-racket-shuttlecock-flat-lay_23-2149858417.jpg", - imageAlt: "Team players with shuttlecock and racket", - }, + imageSrc: "http://img.b2bpic.net/free-photo/badminton-racket-shuttlecock-flat-lay_23-2149858417.jpg", imageAlt: "Team players with shuttlecock and racket"}, ]} + mediaAnimation="none" /> @@ -140,37 +120,13 @@ export default function HomePage() { tagIcon={Award} products={[ { - id: "beginner", - name: "Beginner Program", - price: "₹3,000/month", - variant: "Basics & Fundamentals", - imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-playing-badmington_23-2148503250.jpg?_wi=1", - imageAlt: "Beginner badminton training", - }, + id: "beginner", name: "Beginner Program", price: "₹3,000/month", variant: "Basics & Fundamentals", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-playing-badmington_23-2148503250.jpg", imageAlt: "Beginner badminton training"}, { - id: "intermediate", - name: "Intermediate Program", - price: "₹5,000/month", - variant: "Advanced Techniques", - imageSrc: "http://img.b2bpic.net/free-photo/excited-male-squash-player-celebrating-court_329181-18918.jpg?_wi=1", - imageAlt: "Intermediate badminton training", - }, + id: "intermediate", name: "Intermediate Program", price: "₹5,000/month", variant: "Advanced Techniques", imageSrc: "http://img.b2bpic.net/free-photo/excited-male-squash-player-celebrating-court_329181-18918.jpg", imageAlt: "Intermediate badminton training"}, { - id: "advanced", - name: "Advanced Program", - price: "₹7,000/month", - variant: "Tournament Preparation", - imageSrc: "http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13279.jpg?_wi=1", - imageAlt: "Advanced competitive training", - }, + id: "advanced", name: "Advanced Program", price: "₹7,000/month", variant: "Tournament Preparation", imageSrc: "http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13279.jpg", imageAlt: "Advanced competitive training"}, { - id: "kids", - name: "Kids Program", - price: "₹2,500/month", - variant: "Age 6-12 Years", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-badminton_23-2149722536.jpg?_wi=1", - imageAlt: "Kids badminton coaching", - }, + id: "kids", name: "Kids Program", price: "₹2,500/month", variant: "Age 6-12 Years", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-badminton_23-2149722536.jpg", imageAlt: "Kids badminton coaching"}, ]} textboxLayout="default" gridVariant="uniform-all-items-equal" @@ -187,35 +143,16 @@ export default function HomePage() { tagIcon={Shield} features={[ { - id: "01", - title: "Professional Coaching", - description: "Learn from experienced badminton coaches with certified training credentials and competitive experience", - imageSrc: "http://img.b2bpic.net/free-photo/tennis-player_23-2147820994.jpg?_wi=1", - imageAlt: "Professional badminton coach training", - }, + id: "01", title: "Professional Coaching", description: "Learn from experienced badminton coaches with certified training credentials and competitive experience", imageSrc: "http://img.b2bpic.net/free-photo/tennis-player_23-2147820994.jpg", imageAlt: "Professional badminton coach training"}, { - id: "02", - title: "World-Class Courts", - description: "High-quality indoor badminton courts with professional lighting and premium playing surfaces", - imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-racket-shuttlecock_23-2149940924.jpg?_wi=1", - imageAlt: "Professional indoor badminton courts", - }, + id: "02", title: "World-Class Courts", description: "High-quality indoor badminton courts with professional lighting and premium playing surfaces", imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-racket-shuttlecock_23-2149940924.jpg", imageAlt: "Professional indoor badminton courts"}, { - id: "03", - title: "Training for All Levels", - description: "Comprehensive programs for beginners, intermediate players, advanced competitors, and kids", - imageSrc: "http://img.b2bpic.net/free-vector/badminton-player_23-2148178911.jpg?_wi=1", - imageAlt: "Mixed group badminton training", - }, + id: "03", title: "Training for All Levels", description: "Comprehensive programs for beginners, intermediate players, advanced competitors, and kids", imageSrc: "http://img.b2bpic.net/free-vector/badminton-player_23-2148178911.jpg", imageAlt: "Mixed group badminton training"}, { - id: "04", - title: "Fitness & Strategy", - description: "Develop speed, stamina, game strategy, and competitive edge through structured training", - imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-headband-holding-basebal-bat-with-confident-expression-standing-green-wall_141793-61508.jpg?_wi=1", - imageAlt: "Badminton fitness training", - }, + id: "04", title: "Fitness & Strategy", description: "Develop speed, stamina, game strategy, and competitive edge through structured training", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-headband-holding-basebal-bat-with-confident-expression-standing-green-wall_141793-61508.jpg", imageAlt: "Badminton fitness training"}, ]} textboxLayout="default" + gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={false} /> @@ -227,13 +164,11 @@ export default function HomePage() { tagIcon={Info} title="Professional Badminton Excellence in Dasuya" description="BANM Badminton Academy is dedicated to nurturing badminton talent through professional coaching, state-of-the-art facilities, and a commitment to developing champions. We believe in training hard, playing smart, and winning big." - imageSrc="http://img.b2bpic.net/free-photo/basketball-court-with-wire-fence-around_1127-2199.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/basketball-court-with-wire-fence-around_1127-2199.jpg" imageAlt="BANM Badminton Academy facility" buttons={[ { - text: "Learn More", - href: "/programs", - }, + text: "Learn More", href: "/programs"}, ]} useInvertedBackground={false} /> @@ -247,33 +182,13 @@ export default function HomePage() { tagIcon={Users} members={[ { - id: "1", - name: "Coach Raj Kumar", - role: "Head Coach", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-player_329181-14456.jpg?_wi=1", - imageAlt: "Coach Raj Kumar", - }, + id: "1", name: "Coach Raj Kumar", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/close-up-player_329181-14456.jpg", imageAlt: "Coach Raj Kumar"}, { - id: "2", - name: "Coach Priya Singh", - role: "Training Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-playing-badminton_23-2149733020.jpg?_wi=1", - imageAlt: "Coach Priya Singh", - }, + id: "2", name: "Coach Priya Singh", role: "Training Specialist", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-playing-badminton_23-2149733020.jpg", imageAlt: "Coach Priya Singh"}, { - id: "3", - name: "Coach Arjun Patel", - role: "Advanced Program Lead", - imageSrc: "http://img.b2bpic.net/free-photo/athletic-couple-playing-squash-together_329181-18928.jpg?_wi=1", - imageAlt: "Coach Arjun Patel", - }, + id: "3", name: "Coach Arjun Patel", role: "Advanced Program Lead", imageSrc: "http://img.b2bpic.net/free-photo/athletic-couple-playing-squash-together_329181-18928.jpg", imageAlt: "Coach Arjun Patel"}, { - id: "4", - name: "Coach Neha Verma", - role: "Kids Program Coordinator", - imageSrc: "http://img.b2bpic.net/free-photo/excited-girls-enjoying-park_23-2147904896.jpg?_wi=1", - imageAlt: "Coach Neha Verma", - }, + id: "4", name: "Coach Neha Verma", role: "Kids Program Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/excited-girls-enjoying-park_23-2147904896.jpg", imageAlt: "Coach Neha Verma"}, ]} textboxLayout="default" animationType="slide-up" @@ -290,29 +205,17 @@ export default function HomePage() { tagIcon={TrendingUp} metrics={[ { - id: "1", - icon: Users, - title: "Active Players", - value: "500+", - }, + id: "1", icon: Users, + title: "Active Players", value: "500+"}, { - id: "2", - icon: Award, - title: "Tournament Wins", - value: "50+", - }, + id: "2", icon: Award, + title: "Tournament Wins", value: "50+"}, { - id: "3", - icon: Zap, - title: "Professional Coaches", - value: "8", - }, + id: "3", icon: Zap, + title: "Professional Coaches", value: "8"}, { - id: "4", - icon: TrendingUp, - title: "Years Experience", - value: "15+", - }, + id: "4", icon: TrendingUp, + title: "Years Experience", value: "15+"}, ]} textboxLayout="default" animationType="slide-up" @@ -328,77 +231,17 @@ export default function HomePage() { tagIcon={Heart} testimonials={[ { - id: "1", - name: "Aditya Sharma, State Champion", - date: "Date: January 2024", - title: "Transformed my game completely!", - quote: "The coaching at BANM was instrumental in helping me win the state championship. The coaches understood my strengths and weaknesses perfectly and designed training specifically for me.", - tag: "Advanced Player", - avatarSrc: "http://img.b2bpic.net/free-photo/fit-young-man-ready-serve_23-2148277786.jpg", - avatarAlt: "Aditya Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/friends-play-basketball-young-men-play-basketball-street_1321-3181.jpg?_wi=1", - imageAlt: "Aditya in championship match", - }, + id: "1", name: "Aditya Sharma, State Champion", date: "Date: January 2024", title: "Transformed my game completely!", quote: "The coaching at BANM was instrumental in helping me win the state championship. The coaches understood my strengths and weaknesses perfectly and designed training specifically for me.", tag: "Advanced Player", avatarSrc: "http://img.b2bpic.net/free-photo/fit-young-man-ready-serve_23-2148277786.jpg", avatarAlt: "Aditya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/friends-play-basketball-young-men-play-basketball-street_1321-3181.jpg", imageAlt: "Aditya in championship match"}, { - id: "2", - name: "Priya Malhotra, Student Player", - date: "Date: December 2023", - title: "Best decision for my child", - quote: "My daughter has grown so much as a player and person. The coaches are patient, professional, and truly care about each student's development. The facilities are top-notch.", - tag: "Parent Feedback", - avatarSrc: "http://img.b2bpic.net/free-photo/female-friends-posing-together-outdoors-with-rackets_23-2148632981.jpg", - avatarAlt: "Priya Malhotra", - imageSrc: "http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13282.jpg?_wi=1", - imageAlt: "Student training on court", - }, + id: "2", name: "Priya Malhotra, Student Player", date: "Date: December 2023", title: "Best decision for my child", quote: "My daughter has grown so much as a player and person. The coaches are patient, professional, and truly care about each student's development. The facilities are top-notch.", tag: "Parent Feedback", avatarSrc: "http://img.b2bpic.net/free-photo/female-friends-posing-together-outdoors-with-rackets_23-2148632981.jpg", avatarAlt: "Priya Malhotra", imageSrc: "http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13282.jpg", imageAlt: "Student training on court"}, { - id: "3", - name: "Rohit Kapoor, Beginner", - date: "Date: November 2023", - title: "Great place to start playing", - quote: "Started as a complete beginner and within three months I'm playing in inter-college tournaments. The beginner program is well-structured and the atmosphere is very encouraging.", - tag: "New Player", - avatarSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-smiling-confident-with-crossed-arms-chest_141793-37388.jpg", - avatarAlt: "Rohit Kapoor", - imageSrc: "http://img.b2bpic.net/free-psd/badminton-template-design_23-2151481599.jpg?_wi=1", - imageAlt: "Rohit playing in tournament", - }, + id: "3", name: "Rohit Kapoor, Beginner", date: "Date: November 2023", title: "Great place to start playing", quote: "Started as a complete beginner and within three months I'm playing in inter-college tournaments. The beginner program is well-structured and the atmosphere is very encouraging.", tag: "New Player", avatarSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-smiling-confident-with-crossed-arms-chest_141793-37388.jpg", avatarAlt: "Rohit Kapoor", imageSrc: "http://img.b2bpic.net/free-psd/badminton-template-design_23-2151481599.jpg", imageAlt: "Rohit playing in tournament"}, { - id: "4", - name: "Simran Gupta, Intermediate Player", - date: "Date: October 2023", - title: "Professional coaching at affordable rates", - quote: "The quality of coaching here is comparable to academies in metros, but at reasonable rates. The intermediate program helped me master advanced strokes and game strategy.", - tag: "Intermediate Player", - avatarSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-playing-badminton_23-2149722491.jpg", - avatarAlt: "Simran Gupta", - imageSrc: "http://img.b2bpic.net/free-photo/male-boxer-ring-putting-protection-hands_23-2148426175.jpg?_wi=1", - imageAlt: "Simran during training", - }, + id: "4", name: "Simran Gupta, Intermediate Player", date: "Date: October 2023", title: "Professional coaching at affordable rates", quote: "The quality of coaching here is comparable to academies in metros, but at reasonable rates. The intermediate program helped me master advanced strokes and game strategy.", tag: "Intermediate Player", avatarSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-playing-badminton_23-2149722491.jpg", avatarAlt: "Simran Gupta", imageSrc: "http://img.b2bpic.net/free-photo/male-boxer-ring-putting-protection-hands_23-2148426175.jpg", imageAlt: "Simran during training"}, { - id: "5", - name: "Vikram Singh, Corporate Professional", - date: "Date: September 2023", - title: "Perfect work-life balance hobby", - quote: "Coming to BANM three times a week is my escape from corporate stress. The coaches are supportive, the courts are excellent, and I've made great friends here.", - tag: "Adult Player", - avatarSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-looking-front-with-smile-face-with-crossed-hands-chest-standing-white-wall_141793-96909.jpg", - avatarAlt: "Vikram Singh", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-tennis-racket_23-2149722535.jpg?_wi=1", - imageAlt: "Vikram playing casually", - }, + id: "5", name: "Vikram Singh, Corporate Professional", date: "Date: September 2023", title: "Perfect work-life balance hobby", quote: "Coming to BANM three times a week is my escape from corporate stress. The coaches are supportive, the courts are excellent, and I've made great friends here.", tag: "Adult Player", avatarSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-looking-front-with-smile-face-with-crossed-hands-chest-standing-white-wall_141793-96909.jpg", avatarAlt: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-tennis-racket_23-2149722535.jpg", imageAlt: "Vikram playing casually"}, { - id: "6", - name: "Isha Negi, Kids Program", - date: "Date: August 2023", - title: "My son loves coming here!", - quote: "The kids program is fun, engaging, and educational. Coach Neha makes learning feel like play. My son has improved his coordination, confidence, and fitness significantly.", - tag: "Parent Feedback", - avatarSrc: "http://img.b2bpic.net/free-photo/female-friends-posing-together-outdoors-with-badminton-rackets_23-2148632989.jpg", - avatarAlt: "Isha Negi", - imageSrc: "http://img.b2bpic.net/free-photo/female-friends-posing-together-outdoors-with-badminton-rackets_23-2148632989.jpg?_wi=1", - imageAlt: "Kids enjoying training session", - }, + id: "6", name: "Isha Negi, Kids Program", date: "Date: August 2023", title: "My son loves coming here!", quote: "The kids program is fun, engaging, and educational. Coach Neha makes learning feel like play. My son has improved his coordination, confidence, and fitness significantly.", tag: "Parent Feedback", avatarSrc: "http://img.b2bpic.net/free-photo/female-friends-posing-together-outdoors-with-badminton-rackets_23-2148632989.jpg", avatarAlt: "Isha Negi", imageSrc: "http://img.b2bpic.net/free-photo/female-friends-posing-together-outdoors-with-badminton-rackets_23-2148632989.jpg", imageAlt: "Kids enjoying training session"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -412,17 +255,12 @@ export default function HomePage() { title="Ready to Join BANM Badminton Academy?" description="Take the first step towards becoming a champion. Contact us today for admission, court bookings, or any inquiries." background={{ - variant: "plain", - }} + variant: "plain"}} buttons={[ { - text: "WhatsApp Us: +918288074397", - href: "https://wa.me/918288074397", - }, + text: "WhatsApp Us: +918288074397", href: "https://wa.me/918288074397"}, { - text: "Email: info@banm.academy", - href: "mailto:info@banm.academy", - }, + text: "Email: info@banm.academy", href: "mailto:info@banm.academy"}, ]} useInvertedBackground={false} /> -- 2.49.1 From d2014b065a48c5f2710c156a97fa94ce5155700d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:58:46 +0000 Subject: [PATCH 3/3] Update src/app/programs/page.tsx --- src/app/programs/page.tsx | 101 ++++++++------------------------------ 1 file changed, 21 insertions(+), 80 deletions(-) diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index cc72d16..54c1d49 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -20,8 +20,7 @@ export default function ProgramsPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Programs", href: "/programs" }, { label: "Facilities", href: "/facilities" }, @@ -29,8 +28,7 @@ export default function ProgramsPage() { ], }, { - title: "Programs", - items: [ + title: "Programs", items: [ { label: "Beginner Program", href: "#programs" }, { label: "Intermediate Program", href: "#programs" }, { label: "Advanced Program", href: "#programs" }, @@ -38,8 +36,7 @@ export default function ProgramsPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Dasuya, Punjab", href: "#" }, { label: "WhatsApp: +918288074397", href: "https://wa.me/918288074397" }, { label: "Email: info@banm.academy", href: "mailto:info@banm.academy" }, @@ -47,8 +44,7 @@ export default function ProgramsPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Refund Policy", href: "#" }, @@ -89,37 +85,13 @@ export default function ProgramsPage() { tagIcon={Award} products={[ { - id: "beginner", - name: "Beginner Program", - price: "₹3,000/month", - variant: "Basics & Fundamentals", - imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-playing-badmington_23-2148503250.jpg?_wi=2", - imageAlt: "Beginner badminton training", - }, + id: "beginner", name: "Beginner Program", price: "₹3,000/month", variant: "Basics & Fundamentals", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-playing-badmington_23-2148503250.jpg", imageAlt: "Beginner badminton training"}, { - id: "intermediate", - name: "Intermediate Program", - price: "₹5,000/month", - variant: "Advanced Techniques", - imageSrc: "http://img.b2bpic.net/free-photo/excited-male-squash-player-celebrating-court_329181-18918.jpg?_wi=2", - imageAlt: "Intermediate badminton training", - }, + id: "intermediate", name: "Intermediate Program", price: "₹5,000/month", variant: "Advanced Techniques", imageSrc: "http://img.b2bpic.net/free-photo/excited-male-squash-player-celebrating-court_329181-18918.jpg", imageAlt: "Intermediate badminton training"}, { - id: "advanced", - name: "Advanced Program", - price: "₹7,000/month", - variant: "Tournament Preparation", - imageSrc: "http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13279.jpg?_wi=2", - imageAlt: "Advanced competitive training", - }, + id: "advanced", name: "Advanced Program", price: "₹7,000/month", variant: "Tournament Preparation", imageSrc: "http://img.b2bpic.net/free-photo/active-young-people-playing-squash_329181-13279.jpg", imageAlt: "Advanced competitive training"}, { - id: "kids", - name: "Kids Program", - price: "₹2,500/month", - variant: "Age 6-12 Years", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-badminton_23-2149722536.jpg?_wi=2", - imageAlt: "Kids badminton coaching", - }, + id: "kids", name: "Kids Program", price: "₹2,500/month", variant: "Age 6-12 Years", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-badminton_23-2149722536.jpg", imageAlt: "Kids badminton coaching"}, ]} textboxLayout="default" gridVariant="uniform-all-items-equal" @@ -138,35 +110,16 @@ export default function ProgramsPage() { tagIcon={Shield} features={[ { - id: "01", - title: "Professional Coaching", - description: "Learn from experienced badminton coaches with certified training credentials and competitive experience", - imageSrc: "http://img.b2bpic.net/free-photo/tennis-player_23-2147820994.jpg?_wi=2", - imageAlt: "Professional badminton coach training", - }, + id: "01", title: "Professional Coaching", description: "Learn from experienced badminton coaches with certified training credentials and competitive experience", imageSrc: "http://img.b2bpic.net/free-photo/tennis-player_23-2147820994.jpg", imageAlt: "Professional badminton coach training"}, { - id: "02", - title: "World-Class Courts", - description: "High-quality indoor badminton courts with professional lighting and premium playing surfaces", - imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-racket-shuttlecock_23-2149940924.jpg?_wi=2", - imageAlt: "Professional indoor badminton courts", - }, + id: "02", title: "World-Class Courts", description: "High-quality indoor badminton courts with professional lighting and premium playing surfaces", imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-racket-shuttlecock_23-2149940924.jpg", imageAlt: "Professional indoor badminton courts"}, { - id: "03", - title: "Training for All Levels", - description: "Comprehensive programs for beginners, intermediate players, advanced competitors, and kids", - imageSrc: "http://img.b2bpic.net/free-vector/badminton-player_23-2148178911.jpg?_wi=2", - imageAlt: "Mixed group badminton training", - }, + id: "03", title: "Training for All Levels", description: "Comprehensive programs for beginners, intermediate players, advanced competitors, and kids", imageSrc: "http://img.b2bpic.net/free-vector/badminton-player_23-2148178911.jpg", imageAlt: "Mixed group badminton training"}, { - id: "04", - title: "Fitness & Strategy", - description: "Develop speed, stamina, game strategy, and competitive edge through structured training", - imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-headband-holding-basebal-bat-with-confident-expression-standing-green-wall_141793-61508.jpg?_wi=2", - imageAlt: "Badminton fitness training", - }, + id: "04", title: "Fitness & Strategy", description: "Develop speed, stamina, game strategy, and competitive edge through structured training", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-headband-holding-basebal-bat-with-confident-expression-standing-green-wall_141793-61508.jpg", imageAlt: "Badminton fitness training"}, ]} textboxLayout="default" + gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={false} /> @@ -182,29 +135,17 @@ export default function ProgramsPage() { tagIcon={TrendingUp} metrics={[ { - id: "1", - icon: Users, - title: "Active Players", - value: "500+", - }, + id: "1", icon: Users, + title: "Active Players", value: "500+"}, { - id: "2", - icon: Award, - title: "Tournament Wins", - value: "50+", - }, + id: "2", icon: Award, + title: "Tournament Wins", value: "50+"}, { - id: "3", - icon: Zap, - title: "Professional Coaches", - value: "8", - }, + id: "3", icon: Zap, + title: "Professional Coaches", value: "8"}, { - id: "4", - icon: TrendingUp, - title: "Years Experience", - value: "15+", - }, + id: "4", icon: TrendingUp, + title: "Years Experience", value: "15+"}, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1