Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2aec80b749 | |||
| 0f85d0308a |
@@ -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}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user