From 0db5ffd26c417410795746e9b53d653a52d6b95b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:40:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dcc05e5..2c4cb6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "bronze", badge: "Entry", price: "$29/mo", subtitle: "Basic wash, monthly access.", buttons: [{ text: "Select Plan", href: "#" }], features: ["Unlimited Washes", "Wheel Cleaning", "Air Dry"] }, - { id: "silver", badge: "Popular", price: "$49/mo", subtitle: "Everything in Bronze plus extras.", buttons: [{ text: "Select Plan", href: "#" }], features: ["Unlimited Washes", "Hand Wax", "Interior Vacuum", "Tire Shine"] }, + { id: "silver", badge: "Most Popular", price: "$49/mo", subtitle: "Everything in Bronze plus extras.", buttons: [{ text: "Select Plan", href: "#" }], features: ["Unlimited Washes", "Hand Wax", "Interior Vacuum", "Tire Shine"] }, { id: "gold", badge: "Elite", price: "$79/mo", subtitle: "Full premium care service.", buttons: [{ text: "Select Plan", href: "#" }], features: ["Unlimited Washes", "Clay Bar Treatment", "Engine Detail", "Deep Interior Cleaning"] } ]} title="Flexible Membership Tiers" @@ -201,4 +201,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1