From dbe9b0403d001274977efa954d61da53f2ffd4c6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:55:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a5d29f..de23331 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: "Get Free Trial", href: "contact" }, - { text: "See AI in Action", href: "features" } + { text: "Start Free Trial", href: "contact" }, + { text: "View Demo", href: "features" } ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} @@ -195,8 +195,7 @@ export default function LandingPage() { inputs={[ { name: "fullName", type: "text", placeholder: "Full Name", required: true }, { name: "workEmail", type: "email", placeholder: "Work Email", required: true }, - { name: "companyName", type: "text", placeholder: "Company Name", required: true }, - { name: "teamSize", type: "text", placeholder: "Team Size (e.g., 5-10)" } + { name: "companyName", type: "text", placeholder: "Company Name", required: true } ]} textarea={{ name: "message", placeholder: "Tell us about your marketing goals and how Mindex can help", rows: 5, required: false }} useInvertedBackground={false} -- 2.49.1