3 Commits

Author SHA1 Message Date
3e4bfa955c Update src/app/page.tsx 2026-03-04 14:39:04 +00:00
de900fdfa4 Update src/app/layout.tsx 2026-03-04 14:39:03 +00:00
90cef739f5 Merge version_2 into main
Merge version_2 into main
2026-03-04 14:35:47 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -342,7 +342,7 @@ export default function LandingPage() {
tagIcon={Send} tagIcon={Send}
tagAnimation="slide-up" tagAnimation="slide-up"
title="Start Your Free Trial Today" title="Start Your Free Trial Today"
description="Join thousands of companies accelerating their AI initiatives. Get instant access to our platform with no credit card required." description="Join thousands of companies accelerating their AI initiatives. Get instant access to our platform with no credit card required — 14-day full access."
buttons={[ buttons={[
{ text: "Start Free Trial", href: "#" }, { text: "Start Free Trial", href: "#" },
{ text: "Schedule Demo", href: "#" }, { text: "Schedule Demo", href: "#" },
@@ -395,4 +395,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }