From 5e1ac7aaf7f797de7f7efb6a8e89b011568d4105 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:04:36 +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 a22e61d..727db50 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1389,4 +1389,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 8ccea521363cdba0ee47c2a0615d4b48c87db65d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:04:36 +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 0a565f3..255b829 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -226,7 +226,7 @@ export default function HomePage() { background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Schedule Free Consultation", href: "#contact" }, - { text: "View Our Portfolio", href: "#portfolio" }, + { text: "Claim Your Free Strategy Session", href: "#contact" }, ]} useInvertedBackground={false} /> @@ -241,4 +241,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1