From 4c7122c6956ea59aa96a18c7fa9da966ace0032b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 18:53:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index deadb42..50e027c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,6 +100,9 @@ export default function LandingPage() { buttons={[ { text: "Join Now", href: "/membership" + }, + { + text: "Learn More", href: "/about" } ]} /> @@ -220,4 +223,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1