From d1fb0ae14c700554cc467450e7da827d08d68e78 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:26:40 +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 fa3b0f6..98cea73 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 6bb79521f39fe76ea7c34dc8db7fdbeff8e4bdb7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:26:40 +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 d00fc6b..94e3955 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function HomePage() { brandName="Core Labs AI" navItems={navItems} button={{ - text: "Book a Discovery Call", href: "/contact"}} + text: "Schedule Your AI Audit", href: "/contact"}} animateOnLoad={true} className="floating-navbar-premium" /> @@ -70,7 +70,7 @@ export default function HomePage() { imagePosition="right" mediaAnimation="blur-reveal" buttons={[ - { text: "Book a Discovery Call", href: "/contact" }, + { text: "Schedule Your AI Audit", href: "/contact" }, { text: "See How the 2X ROI Guarantee Works", href: "/guarantee" }, ]} buttonAnimation="blur-reveal" @@ -356,4 +356,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1