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 */}