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 ( -