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 +}