Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-07 16:17:23 +00:00

View File

@@ -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>
);