From 6960e758063006ba70105b39d4382d25bbab7f7a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 16:07:32 +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 2cd4fb8..6500bab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Atlas Energy" + button={{ text: "Get Started", href: "#contact" }} /> -- 2.49.1