From 15ffa02a33869c89487c48816b5a867ed20a49cf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:45:13 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 86e1734..34e81b4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -29,6 +29,7 @@ export default function AboutPage() { { name: "Contact", id: "/contact" }, ]} brandName="Midnimo Athletics" + button={{ text: "Get Started" }} /> -- 2.49.1