Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0db5ffd26c | |||
| bf699d9d43 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user