feat: add Header with Sign In to landing page

- Wrapped LandingPageClient with LandingPageWrapper
- Header now shows Sign In button next to Get Started
- Mobile menu also includes Sign In option
- Fixed Plus Jakarta Sans font import
This commit is contained in:
2026-06-02 16:07:43 +00:00
parent f55f0551f9
commit c5509f53f9
2 changed files with 7 additions and 4 deletions
@@ -321,7 +321,7 @@ export function LandingPageWrapper({ children, className = "" }: WrapperProps) {
<>
{/* Google Fonts Import */}
<style jsx global>{`
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");
`}</style>
<div