Merge version_2 into main #1

Merged
development merged 2 commits from version_2 into main 2025-12-29 19:53:20 +00:00
Showing only changes of commit 76d580b991 - Show all commits

View File

@@ -26,6 +26,15 @@ export default function LandingPage() {
secondaryButtonStyle="solid"
headingFontWeight="normal"
>
<style>{`
body {
font-family: var(--font-inter), sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-prata), serif;
}
`}</style>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Joule VC"
@@ -228,4 +237,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}