Update src/app/page.tsx

This commit is contained in:
2026-04-07 12:04:49 +00:00
parent af7fb847b0
commit c937afc35b

View File

@@ -30,29 +30,17 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Facilities",
id: "facilities",
},
name: "Facilities", id: "facilities"},
{
name: "Membership",
id: "membership",
},
name: "Membership", id: "membership"},
{
name: "Gallery",
id: "gallery",
},
name: "Gallery", id: "gallery"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="A.Y.A Club"
/>
@@ -61,109 +49,67 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Where Lifestyle Meets Performance"
description="An exclusive sports and family club experience in Thanjavur in Thanjavur."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/muscular-woman-walking-stadium-morning_7502-8221.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/muscular-woman-walking-stadium-morning_7502-8221.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-with-basketball_23-2147925201.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-with-basketball_23-2147925201.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-soccer-field_23-2150338670.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-soccer-field_23-2150338670.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/white-sports-barbell-equipment_23-2151920896.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/white-sports-barbell-equipment_23-2151920896.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-with-basketball_23-2147925201.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-with-basketball_23-2147925201.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-soccer-field_23-2150338670.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-soccer-field_23-2150338670.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/white-sports-barbell-equipment_23-2151920896.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/white-sports-barbell-equipment_23-2151920896.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/muscular-woman-walking-stadium-morning_7502-8221.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/muscular-woman-walking-stadium-morning_7502-8221.jpg"},
]}
buttons={[
{
text: "Explore Membership",
href: "#membership",
},
text: "Explore Membership", href: "#membership"},
{
text: "Book a Visit",
href: "#contact",
},
text: "Book a Visit", href: "#contact"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-suit-with-beautiful-sexy-woman-posing-black-studio-lights-background_158538-9554.jpg",
alt: "Member 1",
},
src: "http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-suit-with-beautiful-sexy-woman-posing-black-studio-lights-background_158538-9554.jpg", alt: "Member 1"},
{
src: "http://img.b2bpic.net/free-photo/glamorous-girl-posing-while-resting-modern-cafe_158595-4350.jpg",
alt: "Member 2",
},
src: "http://img.b2bpic.net/free-photo/glamorous-girl-posing-while-resting-modern-cafe_158595-4350.jpg", alt: "Member 2"},
{
src: "http://img.b2bpic.net/free-photo/muscular-woman-walking-stadium-morning_7502-8221.jpg",
alt: "Member 3",
},
src: "http://img.b2bpic.net/free-photo/muscular-woman-walking-stadium-morning_7502-8221.jpg", alt: "Member 3"},
{
src: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg",
alt: "Member 4",
},
src: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg", alt: "Member 4"},
{
src: "http://img.b2bpic.net/free-photo/man-playing-with-basketball_23-2147925201.jpg",
alt: "Member 5",
},
src: "http://img.b2bpic.net/free-photo/man-playing-with-basketball_23-2147925201.jpg", alt: "Member 5"},
]}
avatarText="Join 500+ elite members"
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg",
alt: "Facility",
},
type: "image", src: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg", alt: "Facility"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/man-playing-with-basketball_23-2147925201.jpg",
alt: "Facility",
},
type: "image", src: "http://img.b2bpic.net/free-photo/man-playing-with-basketball_23-2147925201.jpg", alt: "Facility"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/full-shot-woman-soccer-field_23-2150338670.jpg",
alt: "Facility",
},
type: "image", src: "http://img.b2bpic.net/free-photo/full-shot-woman-soccer-field_23-2150338670.jpg", alt: "Facility"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/white-sports-barbell-equipment_23-2151920896.jpg",
alt: "Facility",
},
type: "image", src: "http://img.b2bpic.net/free-photo/white-sports-barbell-equipment_23-2151920896.jpg", alt: "Facility"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg",
alt: "Facility",
},
type: "image", src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg", alt: "Facility"},
]}
/>
</div>
@@ -173,7 +119,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Refined Recreation"
description="A.Y.A Sports & Family Club is Thanjavurs destination for refined recreation, offering world-class sports facilities, wellness spaces, and social experiences designed for families and individuals alike."
imageSrc="http://img.b2bpic.net/free-photo/muscular-woman-walking-stadium-morning_7502-8221.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/muscular-woman-walking-stadium-morning_7502-8221.jpg"
/>
</div>
@@ -185,47 +131,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Swimming Pool",
description: "Crystal clear water in a luxury environment.",
imageSrc: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg?_wi=3",
titleIconSrc: "Waves",
buttonText: "View Details",
},
title: "Swimming Pool", description: "Crystal clear water in a luxury environment.", imageSrc: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg", titleIconSrc: "Waves", buttonText: "View Details"},
{
title: "Badminton Courts",
description: "Professional-grade courts for elite play.",
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-with-basketball_23-2147925201.jpg?_wi=3",
titleIconSrc: "Activity",
buttonText: "View Details",
},
title: "Badminton Courts", description: "Professional-grade courts for elite play.", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-with-basketball_23-2147925201.jpg", titleIconSrc: "Activity", buttonText: "View Details"},
{
title: "Tennis Courts",
description: "Pristine courts in beautiful surroundings.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-soccer-field_23-2150338670.jpg?_wi=3",
titleIconSrc: "Trophy",
buttonText: "View Details",
},
title: "Tennis Courts", description: "Pristine courts in beautiful surroundings.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-soccer-field_23-2150338670.jpg", titleIconSrc: "Trophy", buttonText: "View Details"},
{
title: "Gym & Fitness",
description: "State-of-the-art equipment for wellness.",
imageSrc: "http://img.b2bpic.net/free-photo/white-sports-barbell-equipment_23-2151920896.jpg?_wi=3",
titleIconSrc: "Dumbbell",
buttonText: "View Details",
},
title: "Gym & Fitness", description: "State-of-the-art equipment for wellness.", imageSrc: "http://img.b2bpic.net/free-photo/white-sports-barbell-equipment_23-2151920896.jpg", titleIconSrc: "Dumbbell", buttonText: "View Details"},
{
title: "Banquet Hall",
description: "Grand venue for your special events.",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg?_wi=3",
titleIconSrc: "Calendar",
buttonText: "View Details",
},
title: "Banquet Hall", description: "Grand venue for your special events.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg", titleIconSrc: "Calendar", buttonText: "View Details"},
{
title: "Table Tennis",
description: "Refined space for table tennis enthusiasts.",
imageSrc: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg?_wi=4",
titleIconSrc: "Circle",
buttonText: "View Details",
},
title: "Table Tennis", description: "Refined space for table tennis enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg", titleIconSrc: "Circle", buttonText: "View Details"},
]}
title="World-Class Facilities"
description="Experience excellence across our diverse array of premium sporting and wellness amenities."
@@ -234,40 +150,21 @@ export default function LandingPage() {
<div id="membership" data-section="membership">
<PricingCardFive
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
plans={[
{
id: "individual",
tag: "Personal",
price: "Elite",
period: "Annual",
description: "Full access for the ambitious individual.",
button: {
text: "Enquire Now",
},
featuresTitle: "Included Privileges",
features: [
"Full facility access",
"Exclusive social events",
"Professional coaching",
],
id: "individual", tag: "Personal", price: "Elite", period: "Annual", description: "Full access for the ambitious individual.", button: {
text: "Enquire Now"},
featuresTitle: "Included Privileges", features: [
"Full facility access", "Exclusive social events", "Professional coaching"],
},
{
id: "family",
tag: "Family",
price: "Premier",
period: "Annual",
description: "Comprehensive access for the whole family.",
button: {
text: "Enquire Now",
},
featuresTitle: "Included Privileges",
features: [
"Family pool access",
"Event priority",
"Exclusive member events",
],
id: "family", tag: "Family", price: "Premier", period: "Annual", description: "Comprehensive access for the whole family.", button: {
text: "Enquire Now"},
featuresTitle: "Included Privileges", features: [
"Family pool access", "Event priority", "Exclusive member events"],
},
]}
title="Become a Member"
@@ -283,47 +180,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "g1",
name: "Poolside View",
price: "Experience",
variant: "Gallery",
imageSrc: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg?_wi=5",
},
id: "g1", name: "Poolside View", price: "Experience", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg"},
{
id: "g2",
name: "Badminton Arena",
price: "Professional",
variant: "Gallery",
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-with-basketball_23-2147925201.jpg?_wi=4",
},
id: "g2", name: "Badminton Arena", price: "Professional", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-with-basketball_23-2147925201.jpg"},
{
id: "g3",
name: "Tennis Court",
price: "Outdoor",
variant: "Gallery",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-soccer-field_23-2150338670.jpg?_wi=4",
},
id: "g3", name: "Tennis Court", price: "Outdoor", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-soccer-field_23-2150338670.jpg"},
{
id: "g4",
name: "Fitness Studio",
price: "Wellness",
variant: "Gallery",
imageSrc: "http://img.b2bpic.net/free-photo/white-sports-barbell-equipment_23-2151920896.jpg?_wi=4",
},
id: "g4", name: "Fitness Studio", price: "Wellness", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/white-sports-barbell-equipment_23-2151920896.jpg"},
{
id: "g5",
name: "Banquet Hall",
price: "Events",
variant: "Gallery",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg?_wi=4",
},
id: "g5", name: "Banquet Hall", price: "Events", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg"},
{
id: "g6",
name: "Club Interior",
price: "Luxury",
variant: "Gallery",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-chandelier-decoration-interior_74190-1083.jpg",
},
id: "g6", name: "Club Interior", price: "Luxury", variant: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-chandelier-decoration-interior_74190-1083.jpg"},
]}
title="Club Gallery"
description="A glimpse into our exclusive world."
@@ -334,16 +201,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Visit Us"
title="Schedule Your Visit"
description="Survey No. 227/2E, NK Rd, near Aavin Milk Depot, Thanjavur, Tamil Nadu 613006 | Phone: +91 95006 86829"
buttons={[
{
text: "Book Now",
href: "tel:+919500686829",
},
text: "Book Now", href: "tel:+919500686829"},
]}
/>
</div>
@@ -354,45 +218,29 @@ export default function LandingPage() {
{
items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Membership",
href: "#membership",
},
label: "Membership", href: "#membership"},
{
label: "Facilities",
href: "#facilities",
},
label: "Facilities", href: "#facilities"},
],
},
{
items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "YouTube",
href: "#",
},
label: "YouTube", href: "#"},
],
},
{
items: [
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}