Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -21,9 +21,9 @@ export default function LandingPage() {
|
|||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="blurBottom"
|
background="blurBottom"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="soft-shadow"
|
||||||
primaryButtonStyle="diagonal-gradient"
|
primaryButtonStyle="shadow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="light"
|
headingFontWeight="light"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #fcfaf5;
|
||||||
--card: #ffffff;
|
--card: #f2edde;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #2e231b;
|
||||||
--primary-cta: #1f3251;
|
--primary-cta: #e65100;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #fcfaf5;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f2edde;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #2e231b;
|
||||||
--accent: #15479c;
|
--accent: #ff9100;
|
||||||
--background-accent: #a8cce8;
|
--background-accent: #d4a570;
|
||||||
|
|
||||||
/* 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