Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b4aff00c07 | |||
| 9cdefe90ac | |||
| dbe9b0403d | |||
| dab5ced9d6 |
@@ -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}
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user