diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 6fd62d9..9563472 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -82,9 +82,9 @@ export default function Index() {
{classes.map((c, i) => ( - + -
+

{c.title}

@@ -141,7 +141,7 @@ export default function Index() { { name: "Pro", price: "$59", features: ["Unlimited classes", "Sauna & pool", "1 PT session/mo", "Nutrition plan", "Guest passes"], popular: true }, { name: "Elite", price: "$99", features: ["Everything in Pro", "Unlimited PT sessions", "Recovery suite", "Priority booking", "Merch discount", "24/7 access"], popular: false }, ].map((tier, i) => ( - + {tier.popular &&
Most Popular
}

{tier.name}

@@ -157,7 +157,7 @@ export default function Index() {
))}
- @@ -178,7 +178,7 @@ export default function Index() { {trainers.map((t, i) => ( -
+
{t.name.split(" ").map(n => n[0]).join("")}

{t.name}