Merge version_6 into main #6

Merged
bender merged 1 commits from version_6 into main 2026-03-07 22:55:25 +00:00

View File

@@ -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}