From 0ed9a1617f5741acb1d43c282e08fdc9c978f820 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:23:26 +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 7ce65c0..99a87cd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1411,4 +1411,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From ed0731871b62896f7586f4d5afbe23d2552d3533 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:23:27 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a3ef10..4a4dc64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} buttons={[ - { text: "Start Your Project", href: "contact" }, + { text: "Get Your Free Design Audit", href: "contact" }, { text: "View Our Work", href: "services" } ]} buttonAnimation="slide-up" @@ -243,4 +243,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1