diff --git a/src/app/policy/page.tsx b/src/app/policy/page.tsx index 698a138..1a93f77 100644 --- a/src/app/policy/page.tsx +++ b/src/app/policy/page.tsx @@ -1,31 +1,42 @@ "use client"; +import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import LegalSection from "@/components/legal/LegalSection"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; export default function PolicyPage() { return ( - - + + + + + ); } \ No newline at end of file