From dcb5165a36d7d0cce5d3d215fdc1ee8f42021ae0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:54:09 +0000 Subject: [PATCH] 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 847e566..6a5d29f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { logoText="Mindex AI" description="Intelligent marketing automation powered by advanced AI. Generate compelling campaigns, optimize performance, and engage customers with unprecedented precision." buttons={[ - { text: "Start Free Trial", href: "contact" }, - { text: "View Demo", href: "features" } + { text: "Get Free Trial", href: "contact" }, + { text: "See AI in Action", href: "features" } ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} -- 2.49.1