From 82776ded2bd7400643a043c867fdaa79845948eb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:49:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adbde0c..73d72ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" ] }