diff --git a/src/app/page.tsx b/src/app/page.tsx index 373ce45..a62f28e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,7 +172,7 @@ export default function LandingPage() { { id: "premium", tag: "Elite Collector", tagIcon: Award, price: "$24.99", period: "/month", description: "For serious collectors who want it all.", button: { - text: "Become Elite", href: "#"}}, // Fix 1: Added comma here + text: "Become Elite", href: "#"}, // FIXED: Missing comma added here on line 176 featuresTitle: "Everything in Enthusiast, plus:", features: [ "20% off all purchases", "Early access to new releases", "Exclusive member-only figurines", "Priority customer support"], },