diff --git a/src/app/rinoplasti/page.tsx b/src/app/rinoplasti/page.tsx index 5fb4bf8..c449a72 100644 --- a/src/app/rinoplasti/page.tsx +++ b/src/app/rinoplasti/page.tsx @@ -1,59 +1,35 @@ "use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; +import LegalSection from '@/components/legal/LegalSection'; export default function RinoplastiPage() { return ( - + - -
- -
- + { name: "Rinoplasti", id: "/rinoplasti" }, + ]} + brandName="Dr. Turab İSMAYILOV" + /> + +
);