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" secondaryButtonStyle="solid"
headingFontWeight="normal" 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"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarStyleApple
brandName="Joule VC" brandName="Joule VC"
@@ -228,4 +237,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }