From 89fb38534e404b73c296bd70deabaceaad0f4cf2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:16:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a00d691..d049c8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,8 @@ export default function LandingPage() { }, { id: "elite", tag: "Elite", tagIcon: Crown, - price: "$29.99", period: "/month", description: "Premium benefits for our most valued members.", button: { text: "Join Elite", href: "#contact" }, featuresTitle: "What's Included:", features: ["20% discount on all bookings", "24/7 VIP phone support", "Double loyalty points", "Exclusive hotel partnerships", "Free room upgrades (if available)", "Concierge service"] + price: "$29.99", period: "/month", description: "Premium benefits for our most valued members.", button: { text: "Join Elite", href: "#contact" }, featuresTitle: "What's Included:", features: ["20% discount on all bookings", "24/7 VIP phone support", "Double loyalty points", "Exclusive hotel partnerships", "Free room upgrades (if available)", "Concierge service"], + cardClassName: "ring-2 ring-primary-cta shadow-lg shadow-primary-cta/20 scale-105" } ]} />