Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b646d596c |
@@ -60,9 +60,9 @@ export default function LandingPage() {
|
|||||||
imageAlt="Modern workspace with digital design tools"
|
imageAlt="Modern workspace with digital design tools"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{ type: "text", text: "Award-Winning Design", icon: "CheckCircle" },
|
{ type: "text", text: "Award-Winning Design" },
|
||||||
{ type: "text", text: "Tech-Forward Solutions", icon: "Sparkles" },
|
{ type: "text", text: "Tech-Forward Solutions" },
|
||||||
{ type: "text", text: "Creative Excellence", icon: "ArrowRight" }
|
{ type: "text", text: "Creative Excellence" }
|
||||||
]}
|
]}
|
||||||
marqueeSpeed={30}
|
marqueeSpeed={30}
|
||||||
showMarqueeCard={true}
|
showMarqueeCard={true}
|
||||||
|
|||||||
@@ -4,21 +4,21 @@
|
|||||||
|
|
||||||
/* --background: #f7f6f7;;
|
/* --background: #f7f6f7;;
|
||||||
--card: #ffffff;;
|
--card: #ffffff;;
|
||||||
--foreground: #0a1f3f;;
|
--foreground: #1b0c25;;
|
||||||
--primary-cta: #0a1f3f;;
|
--primary-cta: #1b0c25;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #4a90e2;;
|
--accent: #ff93e4;;
|
||||||
--background-accent: #a8c5e8;; */
|
--background-accent: #e8a8c3;; */
|
||||||
|
|
||||||
--background: #f0f4f9;;
|
--background: #f7f6f7;;
|
||||||
--card: #ffffff;;
|
--card: #ffffff;;
|
||||||
--foreground: #0a1f3f;;
|
--foreground: #1b0c25;;
|
||||||
--primary-cta: #0a1f3f;;
|
--primary-cta: #1b0c25;;
|
||||||
--primary-cta-text: #f7f6f7;;
|
--primary-cta-text: #f7f6f7;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--secondary-cta-text: #1b0c25;;
|
--secondary-cta-text: #1b0c25;;
|
||||||
--accent: #4a90e2;;
|
--accent: #ff93e4;;
|
||||||
--background-accent: #a8c5e8;;
|
--background-accent: #e8a8c3;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user