Update src/app/page.tsx

This commit is contained in:
2026-06-07 16:18:15 +00:00
parent f3661ff870
commit 1521b5f45f

View File

@@ -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"],
},