Update src/app/page.tsx

This commit is contained in:
2026-03-05 21:26:40 +00:00
parent d1fb0ae14c
commit 6bb79521f3

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}