Merge version_2 into main #1
167
src/app/page.tsx
167
src/app/page.tsx
@@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Trophy } from "lucide-react";
|
||||
import { Trophy, Phone, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,21 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Booking & Pricing", href: "/booking"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Central Badminton"
|
||||
/>
|
||||
@@ -54,24 +48,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Smash Your Goals at Central Badminton!"
|
||||
description="Your premier destination for state-of-the-art courts, expert coaching, and a vibrant community. Experience the thrill of badminton like never before."
|
||||
tag="Play, Learn, Compete"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Court Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Court Now", href: "/booking"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-net-badminton-court-filtered-image-processed_1232-3526.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-net-badminton-court-filtered-image-processed_1232-3526.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-bench_23-2149733005.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-sitting-bench_23-2149733005.jpg"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
rating={5}
|
||||
@@ -100,22 +89,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "State-of-the-Art Courts",
|
||||
description: "Play on professional-grade courts with optimal lighting and flooring. Designed for peak performance and player safety.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-shuttlecock-racket_23-2149940871.jpg",
|
||||
},
|
||||
title: "State-of-the-Art Courts", description: "Play on professional-grade courts with optimal lighting and flooring. Designed for peak performance and player safety.", imageSrc: "http://img.b2bpic.net/free-photo/badminton-concept-with-shuttlecock-racket_23-2149940871.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Expert Coaching & Programs",
|
||||
description: "Enhance your skills with certified coaches offering personalized training, group classes, and comprehensive development programs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-son-hugging-full-shot_23-2149887438.jpg",
|
||||
},
|
||||
title: "Expert Coaching & Programs", description: "Enhance your skills with certified coaches offering personalized training, group classes, and comprehensive development programs.", imageSrc: "http://img.b2bpic.net/free-photo/mother-son-hugging-full-shot_23-2149887438.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Vibrant Community & Events",
|
||||
description: "Join a friendly community of badminton enthusiasts. Participate in leagues, tournaments, and social events for endless fun.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-outdoors-with-drinks-full-shot_23-2149434176.jpg",
|
||||
},
|
||||
title: "Vibrant Community & Events", description: "Join a friendly community of badminton enthusiasts. Participate in leagues, tournaments, and social events for endless fun.", imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-outdoors-with-drinks-full-shot_23-2149434176.jpg"},
|
||||
]}
|
||||
title="Why Choose Central Badminton?"
|
||||
description="We are dedicated to providing an unparalleled badminton experience for every player, fostering skill, fitness, and camaraderie."
|
||||
@@ -127,23 +107,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Sports Academy",
|
||||
"Equipment Supplier",
|
||||
"Local Club",
|
||||
"Health & Wellness",
|
||||
"Event Organizer",
|
||||
"School Program",
|
||||
"Local Business",
|
||||
]}
|
||||
"Sports Academy", "Equipment Supplier", "Local Club", "Health & Wellness", "Event Organizer", "School Program", "Local Business"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/logo-set_53876-62074.jpg",
|
||||
"http://img.b2bpic.net/free-vector/athletic-logo-template-design_742173-19554.jpg",
|
||||
"http://img.b2bpic.net/free-psd/sport-poster-template-design_23-2149400417.jpg",
|
||||
"http://img.b2bpic.net/free-vector/athletic-logo-template-design_742173-19853.jpg",
|
||||
"http://img.b2bpic.net/free-vector/carnival-label-collection_23-2148026776.jpg",
|
||||
"http://img.b2bpic.net/free-vector/back-school-label-collection_23-2147855762.jpg",
|
||||
"http://img.b2bpic.net/free-vector/abstract-charity-logo-with-hearts_1025-504.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/logo-set_53876-62074.jpg", "http://img.b2bpic.net/free-vector/athletic-logo-template-design_742173-19554.jpg", "http://img.b2bpic.net/free-psd/sport-poster-template-design_23-2149400417.jpg", "http://img.b2bpic.net/free-vector/athletic-logo-template-design_742173-19853.jpg", "http://img.b2bpic.net/free-vector/carnival-label-collection_23-2148026776.jpg", "http://img.b2bpic.net/free-vector/back-school-label-collection_23-2147855762.jpg", "http://img.b2bpic.net/free-vector/abstract-charity-logo-with-hearts_1025-504.jpg"]}
|
||||
title="Our Valued Partners"
|
||||
description="We collaborate with leading organizations to enhance your badminton experience and support the local sports community."
|
||||
speed={40}
|
||||
@@ -159,45 +125,20 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex T.",
|
||||
handle: "@alexTsmash",
|
||||
testimonial: "Central Badminton has the best courts in the city! The atmosphere is fantastic, and the coaching has really helped me elevate my game. Highly recommend for serious players!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-playing-badminton_23-2149722495.jpg",
|
||||
},
|
||||
id: "1", name: "Alex T.", handle: "@alexTsmash", testimonial: "Central Badminton has the best courts in the city! The atmosphere is fantastic, and the coaching has really helped me elevate my game. Highly recommend for serious players!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-playing-badminton_23-2149722495.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria S.",
|
||||
handle: "@mariaPlays",
|
||||
testimonial: "As a beginner, I was nervous, but Central Badminton's community is so welcoming. The instructors are patient and encouraging. I'm already seeing huge improvements!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-fitness-girl-wearing-headband-looking-camera-smiling-cheerfully-doing-ok-sign-standing-blue-background_141793-118561.jpg",
|
||||
},
|
||||
id: "2", name: "Maria S.", handle: "@mariaPlays", testimonial: "As a beginner, I was nervous, but Central Badminton's community is so welcoming. The instructors are patient and encouraging. I'm already seeing huge improvements!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-fitness-girl-wearing-headband-looking-camera-smiling-cheerfully-doing-ok-sign-standing-blue-background_141793-118561.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "John D.",
|
||||
handle: "@johnnyDrop",
|
||||
testimonial: "My kids absolutely love the junior programs here. It's a safe and fun environment for them to learn. The facility is clean and well-maintained.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-man-with-towel-shoulders_158595-1392.jpg",
|
||||
},
|
||||
id: "3", name: "John D.", handle: "@johnnyDrop", testimonial: "My kids absolutely love the junior programs here. It's a safe and fun environment for them to learn. The facility is clean and well-maintained.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fitness-man-with-towel-shoulders_158595-1392.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophia L.",
|
||||
handle: "@sophiaAce",
|
||||
testimonial: "The flexible booking options are a lifesaver for my busy schedule. I can always find a court. Plus, the challenging tournaments keep me coming back!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-holding-baseball-bat-looking-aside-with-confident-expression-smiling-standing-white-wall_141793-48625.jpg",
|
||||
},
|
||||
id: "4", name: "Sophia L.", handle: "@sophiaAce", testimonial: "The flexible booking options are a lifesaver for my busy schedule. I can always find a court. Plus, the challenging tournaments keep me coming back!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-holding-baseball-bat-looking-aside-with-confident-expression-smiling-standing-white-wall_141793-48625.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ben K.",
|
||||
handle: "@ben_backhand",
|
||||
testimonial: "This place truly embodies community. I've met so many great people here, and the staff are always friendly and helpful. Best badminton spot around!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-playing-badminton-front-view_23-2149733043.jpg",
|
||||
},
|
||||
id: "5", name: "Ben K.", handle: "@ben_backhand", testimonial: "This place truly embodies community. I've met so many great people here, and the staff are always friendly and helpful. Best badminton spot around!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-playing-badminton-front-view_23-2149733043.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Players Say"
|
||||
@@ -209,16 +150,17 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Ready to Play?"
|
||||
title="Book Your Court or Join Our Community Today!"
|
||||
description="Connect with us to reserve your spot, inquire about coaching, or learn more about our upcoming events. We're excited to welcome you to Central Badminton!"
|
||||
description="Connect with us to reserve your spot, inquire about coaching, or learn more about our upcoming events. Call us at +62 812-3456-7890 or email us. We're excited to welcome you to Central Badminton!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:info@centralbadminton.com",
|
||||
},
|
||||
text: "Call Us", href: "tel:+6281234567890"},
|
||||
{
|
||||
text: "Email Us", href: "mailto:info@centralbadminton.com"},
|
||||
{
|
||||
text: "View Booking Options", href: "/booking"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -227,50 +169,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Booking & Pricing", href: "/booking"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQs", href: "#"},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "#",
|
||||
},
|
||||
label: "Membership", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user