Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5afb98d1b7 | ||
| f7bab83a56 | |||
| cbf629070d | |||
| 7a920c46aa |
@@ -22,7 +22,7 @@ export default function LandingPage() {
|
|||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="normal"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
|
|||||||
@@ -25,4 +25,5 @@ h4,
|
|||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-inter-tight), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
|
text-shadow: 0 0 8px var(--primary-cta);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user