diff --git a/src/app/liposuction/page.tsx b/src/app/liposuction/page.tsx index e9e23c8..50a4f9d 100644 --- a/src/app/liposuction/page.tsx +++ b/src/app/liposuction/page.tsx @@ -1,42 +1,93 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { ReactNode } from 'react'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import LegalSection from '@/components/legal/LegalSection'; export default function LiposuctionPage() { return ( - - + + + +
+ +
+ +
+ +
+ + +
); -} \ No newline at end of file +}