From c5509f53f95ef8c3f6ff0258cca659d8ceecc150 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 2 Jun 2026 16:07:43 +0000 Subject: [PATCH] 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 --- src/app/LandingPageClient.tsx | 9 ++++++--- src/components/landing/LandingPageWrapper.tsx | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/LandingPageClient.tsx b/src/app/LandingPageClient.tsx index c588944..579f7e5 100644 --- a/src/app/LandingPageClient.tsx +++ b/src/app/LandingPageClient.tsx @@ -2,6 +2,7 @@ import { useEffect, useRef } from "react"; import HeroSection from "@/components/landing/HeroSection"; +import { LandingPageWrapper } from "@/components/landing/LandingPageWrapper"; import { gsap } from "gsap"; import { ScrollTrigger } from "gsap/ScrollTrigger"; @@ -43,8 +44,10 @@ export default function LandingPageClient() { }, []); return ( -
- -
+ +
+ +
+
); } \ No newline at end of file diff --git a/src/components/landing/LandingPageWrapper.tsx b/src/components/landing/LandingPageWrapper.tsx index f8fc8fb..5c94899 100644 --- a/src/components/landing/LandingPageWrapper.tsx +++ b/src/components/landing/LandingPageWrapper.tsx @@ -321,7 +321,7 @@ export function LandingPageWrapper({ children, className = "" }: WrapperProps) { <> {/* Google Fonts Import */}