4 Commits

Author SHA1 Message Date
cf12799aea Merge version_3 into main
Merge version_3 into main
2026-03-05 22:27:42 +00:00
b1f2522ed6 Update src/app/page.tsx 2026-03-05 22:27:38 +00:00
a1b9fe3ef7 Update src/app/layout.tsx 2026-03-05 22:27:37 +00:00
84ea39c8bc Merge version_2 into main
Merge version_2 into main
2026-03-05 22:25:29 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -224,7 +224,7 @@ export default function LandingPage() {
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."
buttons={[
{ text: "Start Free Trial", href: "#" },
{ text: "Start Free Trial — No Credit Card", href: "#" },
{ text: "Schedule Demo", href: "#" }
]}
buttonAnimation="slide-up"
@@ -242,4 +242,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}