Update src/app/page.tsx

This commit is contained in:
2025-12-29 19:53:15 +00:00
parent 3116b6328a
commit 76d580b991

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>
);
}
}