2 Commits

Author SHA1 Message Date
0db5ffd26c Update src/app/page.tsx 2026-04-23 17:40:54 +00:00
bf699d9d43 Merge version_1 into main
Merge version_1 into main
2026-04-23 17:38:27 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}