Compare commits
13 Commits
version_2
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 121890d503 | |||
| 61699b8217 | |||
| abf9092d6e | |||
| 7eed604b8b | |||
| de905fb70b | |||
| 3dee0af959 | |||
| 8893f2ca94 | |||
| e9b17882ce | |||
| 91e7d74a65 | |||
| c58df836ad | |||
| 1c5d891812 | |||
| d71c50a3e4 | |||
| 75919e3cf2 |
@@ -22,10 +22,10 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #fdfdfd;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #e63946;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #e63946;
|
||||
--background-accent: #f3f3f3;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user