Update src/app/page.tsx
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user