Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bb79521f3 | |||
| d1fb0ae14c | |||
| fde261a8bc |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -46,7 +46,7 @@ export default function HomePage() {
|
|||||||
brandName="Core Labs AI"
|
brandName="Core Labs AI"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{
|
button={{
|
||||||
text: "Book a Discovery Call", href: "/contact"}}
|
text: "Schedule Your AI Audit", href: "/contact"}}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
className="floating-navbar-premium"
|
className="floating-navbar-premium"
|
||||||
/>
|
/>
|
||||||
@@ -70,7 +70,7 @@ export default function HomePage() {
|
|||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
buttons={[
|
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" },
|
{ text: "See How the 2X ROI Guarantee Works", href: "/guarantee" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
@@ -356,4 +356,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user