diff --git a/src/app/rinoplasti/page.tsx b/src/app/rinoplasti/page.tsx new file mode 100644 index 0000000..1a18564 --- /dev/null +++ b/src/app/rinoplasti/page.tsx @@ -0,0 +1,34 @@ +"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'; + +export default function RinoplastiPage() { + return ( + + + +
+

Burun Estetiği (Rinoplasti)

+

Rinoplasti, sadece estetik bir kaygı değil, aynı zamanda nefes alma fonksiyonlarınızı iyileştiren kritik bir cerrahi süreçtir. Yüz hatlarınızla %100 uyumlu doğal sonuçlar hedefliyoruz.

+

Prosedür Detayları

+

Operasyon genel anestezi altında yapılır ve ortalama 2-3 saat sürer. İyileşme sürecinde ilk hafta oldukça kritiktir.

+

Avantajlar

+
    +
  • Daha özgüvenli bir yüz ifadesi
  • +
  • Fonksiyonel nefes iyileşmesi
  • +
  • Kişiye özel planlama
  • +
+
+
+ +
+
+ ); +}