From de900fdfa41ee4d7419ce1ebffebd2eaebbc6eb1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:39:03 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 3e4bfa955c9f16dba945e7cb0d97277d5e4543d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 14:39:04 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1