Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0356e9721a | |||
| 7e7e80160e |
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{ id: "basic", badge: "Entry", price: "$39", subtitle: "Perfect for starters", buttons: [{ text: "Join", href: "#contact" }], features: ["Full access", "No commitment", "Locker use"] },
|
{ id: "basic", badge: "Entry", price: "$39", subtitle: "Perfect for starters", buttons: [{ text: "Join", href: "#contact" }], features: ["Full access", "No commitment", "Locker use"] },
|
||||||
{ id: "pro", badge: "Popular", price: "$79", subtitle: "For dedicated athletes", buttons: [{ text: "Join", href: "#contact" }], features: ["All basic perks", "3 personal sessions", "Guest passes"] },
|
{ id: "pro", badge: "Popular", price: "$79", subtitle: "The most popular choice for dedicated athletes seeking balanced results and expert guidance.", buttons: [{ text: "Join", href: "#contact" }], features: ["All basic perks", "3 personal sessions", "Guest passes"] },
|
||||||
{ id: "elite", badge: "VIP", price: "$129", subtitle: "The ultimate experience", buttons: [{ text: "Join", href: "#contact" }], features: ["All pro perks", "Unlimited coaching", "Priority sauna"] },
|
{ id: "elite", badge: "VIP", price: "$129", subtitle: "The ultimate experience", buttons: [{ text: "Join", href: "#contact" }], features: ["All pro perks", "Unlimited coaching", "Priority sauna"] },
|
||||||
]}
|
]}
|
||||||
title="Membership Plans"
|
title="Membership Plans"
|
||||||
|
|||||||
Reference in New Issue
Block a user