Update src/app/page.tsx
This commit is contained in:
@@ -29,6 +29,7 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
@@ -171,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: "#"},
|
||||
text: "Become Elite", href: "#"}}, // Fix 1: Added comma here
|
||||
featuresTitle: "Everything in Enthusiast, plus:", features: [
|
||||
"20% off all purchases", "Early access to new releases", "Exclusive member-only figurines", "Priority customer support"],
|
||||
},
|
||||
@@ -282,6 +283,7 @@ export default function LandingPage() {
|
||||
copyrightText="© 2024 TOONHUB. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user