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" }} />