Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93890bbec2 | |||
| 8895725d63 | |||
| 3038ca04da | |||
| 726814f998 | |||
| 0d0dbde63d | |||
| 27b94061c0 | |||
| c602138676 | |||
| e8e44240bc | |||
| 00e2a522c9 | |||
| 1a1f84b4f4 | |||
| a0b2c6dbc3 | |||
| 21608cac68 | |||
| 4ffad955ef | |||
| ad96be9a25 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #f8fcff;
|
||||||
--card: #fcfcfc;
|
--card: #ffffff;
|
||||||
--foreground: #0f0003e6;
|
--foreground: #00101f;
|
||||||
--primary-cta: #c1121f;
|
--primary-cta: #409fff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #e2e2e2;
|
--accent: #c7e2fc;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #9bcfff;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -131,6 +131,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertCard"
|
useInvertedBackground="invertCard"
|
||||||
usePrimaryButtonImage={false}
|
usePrimaryButtonImage={false}
|
||||||
|
animationType="slide-up"
|
||||||
ariaLabel="Porsche 911 performance features"
|
ariaLabel="Porsche 911 performance features"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user