2 Commits

Author SHA1 Message Date
2aec80b749 Bob AI: change the color pallette of the site to something... 2026-02-23 20:29:12 +00:00
0f85d0308a Merge version_1 into main
Merge version_1 into main
2026-02-23 20:24:21 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -60,9 +60,9 @@ export default function LandingPage() {
imageAlt="Modern workspace with digital design tools"
mediaAnimation="slide-up"
marqueeItems={[
{ type: "text", text: "Award-Winning Design" },
{ type: "text", text: "Tech-Forward Solutions" },
{ type: "text", text: "Creative Excellence" }
{ type: "text", text: "Award-Winning Design", icon: "CheckCircle" },
{ type: "text", text: "Tech-Forward Solutions", icon: "Sparkles" },
{ type: "text", text: "Creative Excellence", icon: "ArrowRight" }
]}
marqueeSpeed={30}
showMarqueeCard={true}

View File

@@ -4,21 +4,21 @@
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #1b0c25;;
--primary-cta: #1b0c25;;
--foreground: #0a1f3f;;
--primary-cta: #0a1f3f;;
--secondary-cta: #ffffff;;
--accent: #ff93e4;;
--background-accent: #e8a8c3;; */
--accent: #4a90e2;;
--background-accent: #a8c5e8;; */
--background: #f7f6f7;;
--background: #f0f4f9;;
--card: #ffffff;;
--foreground: #1b0c25;;
--primary-cta: #1b0c25;;
--foreground: #0a1f3f;;
--primary-cta: #0a1f3f;;
--primary-cta-text: #f7f6f7;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #1b0c25;;
--accent: #ff93e4;;
--background-accent: #e8a8c3;;
--accent: #4a90e2;;
--background-accent: #a8c5e8;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);