Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-04 14:39:09 +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

@@ -342,7 +342,7 @@ export default function LandingPage() {
tagIcon={Send}
tagAnimation="slide-up"
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={[
{ text: "Start Free Trial", href: "#" },
{ text: "Schedule Demo", href: "#" },
@@ -395,4 +395,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}