From db93ba1d39f8e94c31e8056458e1462b7aca1eef Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 18:51:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d6d792..deadb42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,6 +97,11 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/kettlebell-fitness-still-life_23-2151739184.jpg" imageAlt="Modern gym interior with various equipment" mediaAnimation="slide-up" + buttons={[ + { + text: "Join Now", href: "/membership" + } + ]} /> -- 2.49.1