diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx
index 62a61d3..ea3544c 100644
--- a/src/pages/Index.tsx
+++ b/src/pages/Index.tsx
@@ -273,7 +273,7 @@ export default function IndexPage() {
{tiers.map((tier) => (
-
+
{tier.popular && (
Most Popular
@@ -287,7 +287,7 @@ export default function IndexPage() {
Custom
) : (
<>
- \${tier.price}
+ ${tier.price}
/mo
>
)}
@@ -307,7 +307,7 @@ export default function IndexPage() {