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