From e2968a158222f602761f2e6f7757e7c1966e791a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 10:05:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61ffdf5..af8828f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,9 @@ export default function LandingPage() { bottomLeftText="Train like an Alpha" bottomRightText="info@alphafitness.com" button={{ - text: "Join Now", href: "#contact", props: { - icon: ArrowRight, - iconPosition: 'right', - iconClassName: "bg-red-500 rounded-full p-1" - } + text: "Join Now", href: "#contact", icon: ArrowRight, + iconPosition: 'right', + iconClassName: "bg-red-500 rounded-full p-1" }} />