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