Update src/app/membership/page.tsx
This commit is contained in:
@@ -27,38 +27,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "/membership",
|
||||
},
|
||||
name: "Membership", id: "/membership"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "/membership",
|
||||
}}
|
||||
text: "Join Now", href: "/membership"}}
|
||||
brandName="City Club"
|
||||
/>
|
||||
</div>
|
||||
@@ -70,64 +54,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "monthly",
|
||||
badge: "Flexible",
|
||||
badgeIcon: Calendar,
|
||||
price: "₹1500/month",
|
||||
subtitle: "Perfect for short-term goals.",
|
||||
buttons: [
|
||||
id: "monthly", badge: "Flexible", badgeIcon: Calendar,
|
||||
price: "₹1500/month", subtitle: "Perfect for short-term goals.", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Started", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Full Gym Access",
|
||||
"Basic Trainer Support",
|
||||
"Flexible Timings",
|
||||
"Access to Group Classes",
|
||||
],
|
||||
"Full Gym Access", "Basic Trainer Support", "Flexible Timings", "Access to Group Classes"],
|
||||
},
|
||||
{
|
||||
id: "quarterly",
|
||||
badge: "Popular",
|
||||
badgeIcon: Award,
|
||||
price: "₹4000/quarter",
|
||||
subtitle: "Best value for consistent users.",
|
||||
buttons: [
|
||||
id: "quarterly", badge: "Popular", badgeIcon: Award,
|
||||
price: "₹4000/quarter", subtitle: "Best value for consistent users.", buttons: [
|
||||
{
|
||||
text: "Sign Up",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Sign Up", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Full Gym Access",
|
||||
"Enhanced Trainer Support",
|
||||
"Flexible Timings",
|
||||
"Access to All Group Classes",
|
||||
"Personalized Fitness Assessment",
|
||||
],
|
||||
"Full Gym Access", "Enhanced Trainer Support", "Flexible Timings", "Access to All Group Classes", "Personalized Fitness Assessment"],
|
||||
},
|
||||
{
|
||||
id: "annual",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Sparkles,
|
||||
price: "₹12000/year",
|
||||
subtitle: "Commit to your long-term fitness.",
|
||||
buttons: [
|
||||
id: "annual", badge: "Best Value", badgeIcon: Sparkles,
|
||||
price: "₹12000/year", subtitle: "Commit to your long-term fitness.", buttons: [
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Join Now", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Full Gym Access",
|
||||
"Premium Trainer Support",
|
||||
"Priority Booking for Classes",
|
||||
"Access to All Group Classes",
|
||||
"Customized Meal Plan",
|
||||
"2 Personal Training Sessions",
|
||||
],
|
||||
"Full Gym Access", "Premium Trainer Support", "Priority Booking for Classes", "Access to All Group Classes", "Customized Meal Plan", "2 Personal Training Sessions"],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Path to Fitness"
|
||||
@@ -141,11 +92,8 @@ export default function LandingPage() {
|
||||
title="Need a Custom Plan?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Custom Plan",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Custom Plan", href: "/contact"},
|
||||
]}
|
||||
description="If our standard plans don't quite fit your unique needs, our team is happy to craft a personalized membership package just for you. Get in touch to discuss flexible options! We're here to help you achieve your fitness goals on your terms."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,66 +102,39 @@ export default function LandingPage() {
|
||||
logoText="City Club"
|
||||
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: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "/membership",
|
||||
},
|
||||
label: "Membership", href: "/membership"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/services#faq",
|
||||
},
|
||||
label: "FAQ", href: "/services#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "https://maps.app.goo.gl/HsBNJzujwy7kFqf78",
|
||||
},
|
||||
label: "Google Maps", href: "https://maps.app.goo.gl/HsBNJzujwy7kFqf78"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user