diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ed23f74..2ab579b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bde84f..33bb1e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file