From ec194564f8f4d144a40d3e0fa5431cfa4e65362e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:47:31 +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 a76271f..7bcc217 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 2488566aa1e4f2705249a7d3712aff51b0a66182 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:47:31 +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 1fae005..89f7707 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function BEMaximaLanding() { tagIcon={Zap} tagAnimation="blur-reveal" buttons={[ - { text: "Schedule Consultation", href: "#contact" }, + { text: "Get Free Assessment", href: "#contact" }, { text: "Explore Services", href: "#services" } ]} buttonAnimation="blur-reveal" @@ -291,4 +291,4 @@ export default function BEMaximaLanding() { ); -} +} \ No newline at end of file -- 2.49.1