From 884d05399399666e4aa01d582665f29b12e90cf5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 18:44:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5386502..876117e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,6 +70,7 @@ export default function LandingPage() { title="Defining The Standard" description={[ "Years of dedication have led to this moment. From early morning training sessions to the final whistle, commitment is everything.", "My mission is to inspire through performance and integrity, proving that hard work remains the ultimate edge in sports."]} + buttons={[{ text: "Let's Collaborate", href: "#contact" }]} /> -- 2.49.1