Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-03 08:49:33 +00:00

View File

@@ -115,22 +115,19 @@ export default function LandingPage() {
plans={[
{
id: "standard", tag: "Standard Membership", tagIcon: Sparkles,
price: "Contact", period: "/inquiry", description: "Perfect for golf enthusiasts looking for regular access and special rates.", button: { text: "Request Information", href: "#contact" },
featuresTitle: "What's Included:", features: [
price: "Contact", period: "/inquiry", description: "Perfect for golf enthusiasts looking for regular access and special rates.", button: { text: "Request Information", href: "#contact" }, featuresTitle: "What's Included:", features: [
"Unlimited tee time bookings", "20% discount on green fees", "Access to member events", "Priority course reservations", "Member-only dining privileges"
]
},
{
id: "premium", tag: "Premium Membership", tagIcon: Crown,
price: "Contact", period: "/inquiry", description: "Exclusive benefits for dedicated golfers seeking premium privileges.", button: { text: "Request Information", href: "#contact" },
featuresTitle: "What's Included:", features: [
price: "Contact", period: "/inquiry", description: "Exclusive benefits for dedicated golfers seeking premium privileges.", button: { text: "Request Information", href: "#contact" }, featuresTitle: "What's Included:", features: [
"Unlimited priority tee times", "Complimentary green fees", "Private locker room access", "Exclusive member tournaments", "VIP event invitations", "Guest privileges for 4 per month"
]
},
{
id: "corporate", tag: "Corporate Membership", tagIcon: Briefcase,
price: "Contact", period: "/inquiry", description: "Perfect for companies hosting client events and team outings.", button: { text: "Request Information", href: "#contact" },
featuresTitle: "What's Included:", features: [
price: "Contact", period: "/inquiry", description: "Perfect for companies hosting client events and team outings.", button: { text: "Request Information", href: "#contact" }, featuresTitle: "What's Included:", features: [
"Multiple executive memberships", "Reserved tournament dates", "Private event spaces", "Customized corporate packages", "Employee access privileges", "Dedicated events coordinator"
]
}