6 Commits

Author SHA1 Message Date
b4aff00c07 Update theme colors 2026-03-07 22:57:16 +00:00
9cdefe90ac Update theme colors 2026-03-07 22:57:02 +00:00
dbe9b0403d Update src/app/page.tsx 2026-03-07 22:55:21 +00:00
dab5ced9d6 Merge version_5 into main
Merge version_5 into main
2026-03-07 22:54:13 +00:00
dcb5165a36 Update src/app/page.tsx 2026-03-07 22:54:09 +00:00
5edb38a037 Merge version_4 into main
Merge version_4 into main
2026-03-07 22:52:21 +00:00
2 changed files with 3 additions and 4 deletions

View File

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

View File

@@ -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);