From 8b17696843ad2964b6f67a5f705bbcf79aea1a05 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:13:57 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7f633c1..0beb6c6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1413,4 +1413,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 469caf2934fe9109a4e5f292fa275e79617c13a2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:13:58 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 43 ++++++++++++++----------------------------- 1 file changed, 14 insertions(+), 29 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a32a9d..e07618c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function HomePage() { logoText="Atlas Digital" description="Professional websites that help contractors and trades businesses get discovered, build trust, and win more jobs." buttons={[ - { text: "See Our Work", href: "/portfolio" }, + { text: "Get Free Website Audit", href: "/contact" }, { text: "Get Started", href: "/contact" }, ]} background={{ variant: "animated-grid" }} @@ -78,12 +78,9 @@ export default function HomePage() {
); -} \ No newline at end of file +} -- 2.49.1