4 Commits

Author SHA1 Message Date
b1095a1ed1 Update theme colors 2026-03-05 13:12:34 +00:00
c94bf88b9d Update theme colors 2026-03-05 13:11:53 +00:00
4697ed4d08 Update src/app/page.tsx 2026-03-05 12:22:12 +00:00
4844f0c3e5 Merge version_2 into main
Merge version_2 into main
2026-03-05 12:19:40 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ export default function HomePage() {
description="At Mindverse Technologies, we transform digital marketing into measurable growth. Our proven PPC campaigns, SEO expertise, and strategic content marketing have helped brands skyrocket engagement and sales."
buttons={[
{ text: "Scale Your Brand Today", href: "/contact" },
{ text: "View Our Case Studies", href: "/testimonials" },
{ text: "See Results & Case Studies", href: "/testimonials" },
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0798ff;
--primary-cta-text: #f7f6f7;
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93c7ff;
--background-accent: #a8cde8;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);