6 Commits

Author SHA1 Message Date
2a099180ff Update theme colors 2026-03-07 22:43:12 +00:00
2465d3b618 Update src/app/styles/variables.css 2026-03-07 22:41:34 +00:00
90d044bb52 Update src/app/page.tsx 2026-03-07 22:41:34 +00:00
2f74cbffce Merge version_2 into main
Merge version_2 into main
2026-03-07 22:39:23 +00:00
47373e5624 Update src/app/styles/variables.css 2026-03-07 22:39:20 +00:00
e83b73b8d1 Update src/app/page.tsx 2026-03-07 22:39:19 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{ text: "View Demo", href: "features" }
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
background={{ variant: "radial-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdWCGTUmxjPQZM4XzNfED6RccT/a-sleek-ai-dashboard-interface-with-clea-1772922867643-9c49e8f2.png"
imageAlt="Mindex AI marketing dashboard interface"
mediaAnimation="slide-up"
@@ -219,4 +219,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #e63946;
--background-accent: #e8bea8;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);