diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4ff9359..fa00e7f 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 182cd4c..1d51203 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file