From 469caf2934fe9109a4e5f292fa275e79617c13a2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:13:58 +0000 Subject: [PATCH] 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 +}