Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf12799aea | |||
| b1f2522ed6 | |||
| a1b9fe3ef7 | |||
| 84ea39c8bc |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -224,7 +224,7 @@ export default function LandingPage() {
|
|||||||
title="Start Your AI Journey Today"
|
title="Start Your AI Journey Today"
|
||||||
description="Join forward-thinking companies already leveraging AI agents to drive unprecedented growth. Get started with a free trial or speak with our team about your specific needs."
|
description="Join forward-thinking companies already leveraging AI agents to drive unprecedented growth. Get started with a free trial or speak with our team about your specific needs."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Free Trial", href: "#" },
|
{ text: "Start Free Trial — No Credit Card", href: "#" },
|
||||||
{ text: "Schedule Demo", href: "#" }
|
{ text: "Schedule Demo", href: "#" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -242,4 +242,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user