Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58dee98f8a | |||
| 10deb60127 |
@@ -3,20 +3,20 @@
|
|||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f5f4ef;
|
/* --background: #f5f4ef;
|
||||||
--card: #dad6cd;
|
--card: #2c3e2f;
|
||||||
--foreground: #2a2928;
|
--foreground: #ecf0f1;
|
||||||
--primary-cta: #2a2928;
|
--primary-cta: #27ae60;
|
||||||
--secondary-cta: #ecebea;
|
--secondary-cta: #2ecc71;
|
||||||
--accent: #ffffff;
|
--accent: #34495e;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #2c3e50; */
|
||||||
|
|
||||||
--background: #fcf6ec;
|
--background: #1a1a1a;
|
||||||
--card: #f3ede2;
|
--card: #2c3e2f;
|
||||||
--foreground: #2e2521;
|
--foreground: #ecf0f1;
|
||||||
--primary-cta: #2e2521;
|
--primary-cta: #27ae60;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #2ecc71;
|
||||||
--accent: #b2a28b;
|
--accent: #34495e;
|
||||||
--background-accent: #b2a28b;
|
--background-accent: #2c3e50;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ const HeroBillboardRotatedCarousel = ({
|
|||||||
description={description}
|
description={description}
|
||||||
tag={tag}
|
tag={tag}
|
||||||
tagIcon={tagIcon}
|
tagIcon={tagIcon}
|
||||||
buttons={buttons}
|
buttons={buttons?.filter(button => button.dataWebildId !== 'webild-1770395318386-obfyjtbdu')}
|
||||||
className={cls("flex flex-col gap-3 md:gap-1", textBoxClassName)}
|
className={cls("flex flex-col gap-3 md:gap-1", textBoxClassName)}
|
||||||
titleClassName={cls("text-6xl font-medium text-balance", titleClassName)}
|
titleClassName={cls("text-6xl font-medium text-balance", titleClassName)}
|
||||||
descriptionClassName={cls("text-base md:text-lg leading-[1.2]", descriptionClassName)}
|
descriptionClassName={cls("text-base md:text-lg leading-[1.2]", descriptionClassName)}
|
||||||
|
|||||||
Reference in New Issue
Block a user