From b4e631a7996661eb4afe0ad4da50af0ccfacd3ae Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:47:51 +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 d482e5a..6b7ab84 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From f951d4f07af96a60db7c34298a623e8420dd14b6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:47:52 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eafa7ce..a7b80bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function HomePage() { @@ -109,7 +109,7 @@ export default function HomePage() { tagIcon={TrendingUp} tagAnimation="slide-up" buttons={[ - { text: "Get Free Strategy Call", href: "/contact" }, + { text: "Get Free ROI Audit", href: "/contact" }, { text: "View Our Work", href: "#case-studies" }, ]} buttonAnimation="slide-up" @@ -309,4 +309,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1