diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 1fdc7ff..f1b7988 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -137,7 +137,7 @@ export default function IndexPage() {
{speakers.map((sp, i) => ( -
+
{sp.initials}
{sp.name}
@@ -163,7 +163,7 @@ export default function IndexPage() {

{tier.tier}

{tier.names.map((name, i) => ( -
+
{name}
))} @@ -187,7 +187,7 @@ export default function IndexPage() { { name: "Regular", price: "$499", features: ["Everything in Early Bird", "Workshop access", "Networking lounge"], accent: "border-indigo-500 ring-1 ring-indigo-500/30" }, { name: "VIP", price: "$899", features: ["Everything in Regular", "Speaker dinner invite", "Priority front-row seating"], accent: "border-cyan-500" }, ].map((t, i) => ( - +
{t.name}
@@ -197,7 +197,7 @@ export default function IndexPage() {
    {t.features.map((f, j) =>
  • {f}
  • )}
- + ))}