From 09ef05afaa486a0d013402f4a0fedf065296c4bb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:19:57 +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 cde7a70..e653f8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,6 +37,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="StockFlow Pro" + button={{ text: "Get Started", href: "#contact" }} /> -- 2.49.1