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 +} 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 +}