@@ -223,24 +223,24 @@ export default function LandingPage() {
@@ -251,16 +251,16 @@ export default function LandingPage() {
columns={[
{
title: "Product", items: [
- { label: "Games", href: "#games" },
+ { label: "Free Games", href: "#games" },
{ label: "Features", href: "#features" },
- { label: "Pricing", href: "#" },
+ { label: "How to Play", href: "#" },
{ label: "Mobile App", href: "#" }
]
},
{
title: "Community", items: [
{ label: "Join Us", href: "#contact" },
- { label: "Tournaments", href: "#" },
+ { label: "Free Tournaments", href: "#" },
{ label: "Leaderboards", href: "#" },
{ label: "Streaming", href: "#" }
]
@@ -274,7 +274,7 @@ export default function LandingPage() {
]
}
]}
- copyrightText="© 2025 GameVerse. All rights reserved."
+ copyrightText="© 2025 GameVerse. All rights reserved. All games are free to play."
/>