From 5920991d73c3687c1d3c1354cccb731ce6204d46 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:18:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61cbf47..ce3fd92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,8 @@ export default function LandingPage() { title="Where Gaming Excellence Meets Community Spirit" useInvertedBackground={true} buttons={[ - { text: "Join Our Community", href: "#contact" } + { text: "Join Our Community", href: "#contact" }, + { text: "Explore Features", href: "#features" } ]} /> -- 2.49.1