Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-25 21:46:51 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ export default function LandingPage() {
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">

View File

@@ -25,4 +25,5 @@ h4,
h5,
h6 {
font-family: var(--font-inter-tight), sans-serif;
text-shadow: 0 0 8px var(--primary-cta);
}