Update src/app/page.tsx
This commit is contained in:
155
src/app/page.tsx
155
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Facilities",
|
||||
id: "features",
|
||||
},
|
||||
name: "Facilities", id: "features"},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Membership", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="THE CLUB"
|
||||
/>
|
||||
@@ -58,13 +50,9 @@ export default function LandingPage() {
|
||||
description="Where Lifestyle Meets Prestige. Experience world-class sports, family luxury, and elite community — all in one place."
|
||||
buttons={[
|
||||
{
|
||||
text: "Become a Member",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Inquire About Membership", href: "#contact"},
|
||||
{
|
||||
text: "Explore Facilities",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Facilities", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tennis-girl-professional-tennis-court_654080-81.jpg"
|
||||
showDimOverlay={true}
|
||||
@@ -76,14 +64,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Excellence"
|
||||
description={[
|
||||
"We are dedicated to providing a sanctuary for families and athletes seeking an elite experience.",
|
||||
"Continuously improving facilities & services to ensure long-term excellence for our fast-growing elite community.",
|
||||
]}
|
||||
"We are dedicated to providing a sanctuary for families and athletes seeking an elite experience.", "Continuously improving facilities & services to ensure long-term excellence for our fast-growing elite community."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Mission", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,14 +77,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Elite Membership",
|
||||
"Sports Excellence",
|
||||
"Family Lifestyle",
|
||||
"Wellness Center",
|
||||
"Elite Community",
|
||||
"Professional Staff",
|
||||
"Luxury Dining",
|
||||
]}
|
||||
"Elite Membership", "Sports Excellence", "Family Lifestyle", "Wellness Center", "Elite Community", "Professional Staff", "Luxury Dining"]}
|
||||
title="Trusted by 1,500+ Members"
|
||||
description="A premier destination recognized for quality, reliability, and exclusive access."
|
||||
/>
|
||||
@@ -113,20 +90,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Sports Excellence",
|
||||
description: "State-of-the-art gym, tennis, squash, and professional football facilities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-woman-with-towel-her-shoulders-open-water-bottle-gym_1153-4182.jpg",
|
||||
},
|
||||
title: "Sports Excellence", description: "State-of-the-art gym, tennis, squash, and professional football facilities.", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-woman-with-towel-her-shoulders-open-water-bottle-gym_1153-4182.jpg"},
|
||||
{
|
||||
title: "Family Lifestyle",
|
||||
description: "Safe, vibrant environments for children and family-oriented social events.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-doing-squats-outdoors_23-2149041641.jpg",
|
||||
},
|
||||
title: "Family Lifestyle", description: "Safe, vibrant environments for children and family-oriented social events.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-doing-squats-outdoors_23-2149041641.jpg"},
|
||||
{
|
||||
title: "Wellness & Social",
|
||||
description: "Calm walking tracks, relaxation zones, and lake-view dining lounges.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-year-s-eve-dinner-table_23-2151889030.jpg",
|
||||
},
|
||||
title: "Wellness & Social", description: "Calm walking tracks, relaxation zones, and lake-view dining lounges.", imageSrc: "http://img.b2bpic.net/free-photo/new-year-s-eve-dinner-table_23-2151889030.jpg"},
|
||||
]}
|
||||
title="Elite Facilities"
|
||||
description="World-class amenities designed for your lifestyle."
|
||||
@@ -140,20 +108,11 @@ export default function LandingPage() {
|
||||
tag="Excellence"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1500+",
|
||||
description: "Active Members",
|
||||
},
|
||||
id: "m1", value: "1500+", description: "Active Members"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
description: "World-Class Sports Facilities",
|
||||
},
|
||||
id: "m2", value: "20+", description: "World-Class Sports Facilities"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5",
|
||||
description: "Fine Dining Outlets",
|
||||
},
|
||||
id: "m3", value: "5", description: "Fine Dining Outlets"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -166,37 +125,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "indiv",
|
||||
tag: "Individual",
|
||||
price: "Annual",
|
||||
period: "Contact for pricing",
|
||||
description: "Access for one.",
|
||||
button: {
|
||||
text: "Apply Now",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Full gym access",
|
||||
"Tennis court access",
|
||||
"Wellness lounge",
|
||||
],
|
||||
id: "indiv", tag: "Individual", price: "Annual", period: "Contact for pricing", description: "Access for one.", button: {
|
||||
text: "Apply Now"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Full gym access", "Tennis court access", "Wellness lounge"],
|
||||
},
|
||||
{
|
||||
id: "fam",
|
||||
tag: "Family",
|
||||
price: "Annual",
|
||||
period: "Contact for pricing",
|
||||
description: "Access for families.",
|
||||
button: {
|
||||
text: "Apply Now",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Full gym access",
|
||||
"Unlimited tennis",
|
||||
"Kids area access",
|
||||
"Event priority",
|
||||
],
|
||||
id: "fam", tag: "Family", price: "Annual", period: "Contact for pricing", description: "Access for families.", button: {
|
||||
text: "Apply Now"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Full gym access", "Unlimited tennis", "Kids area access", "Event priority"],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Status"
|
||||
@@ -210,20 +148,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I apply?",
|
||||
content: "Complete the form and our team will contact you for a visit.",
|
||||
},
|
||||
id: "q1", title: "How do I apply?", content: "Complete the form and our team will contact you for a visit."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are children allowed?",
|
||||
content: "Yes, we are a family-first destination with dedicated safe areas.",
|
||||
},
|
||||
id: "q2", title: "Are children allowed?", content: "Yes, we are a family-first destination with dedicated safe areas."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is security professional?",
|
||||
content: "Our staff is fully trained to ensure premium, secure service.",
|
||||
},
|
||||
id: "q3", title: "Is security professional?", content: "Our staff is fully trained to ensure premium, secure service."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Learn more about life at The Club."
|
||||
@@ -235,15 +164,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Tour Request"
|
||||
title="Schedule Your Visit"
|
||||
description="Experience The Club in person. Limited memberships are currently available."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Tour",
|
||||
},
|
||||
text: "Book a Tour"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -252,33 +179,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Join",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Join", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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