Update src/app/liposuction/page.tsx
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
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 ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
|
||||
export default function LiposuctionPage() {
|
||||
return (
|
||||
@@ -34,50 +36,54 @@ export default function LiposuctionPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="content" data-section="content">
|
||||
<LegalSection
|
||||
layout="page"
|
||||
title="Liposuction (Yağ Aldırma) Hakkında Her Şey"
|
||||
subtitle="Vücut Konturlarınızı Yeniden Şekillendirin"
|
||||
sections={[
|
||||
{
|
||||
heading: "Liposuction Nedir?",
|
||||
content: {
|
||||
text: "Liposuction, vücudun belirli bölgelerindeki inatçı yağ birikintilerini uzaklaştırmak amacıyla uygulanan cerrahi bir işlemdir. Diyet ve egzersizle eritilemeyen yağ dokularını hedef alan bu yöntem, hastaların vücut hatlarını daha belirgin ve estetik hale getirmelerine yardımcı olur. Karın, kalça, basen, uyluk, kollar, çene altı ve boyun gibi pek çok bölgeye uygulanabilen liposuction, bir kilo verme yöntemi değil, bir vücut şekillendirme operasyonudur. Dr. Turab İsmayılov, hastasının vücut yapısını analiz ederek en doğal sonuçları elde etmeyi hedefler."
|
||||
}
|
||||
},
|
||||
{
|
||||
heading: "Operasyon Süreci ve Teknikler",
|
||||
content: {
|
||||
items: [
|
||||
"Tumescent liposuction: Bölgeye özel bir sıvı enjekte edilerek yağların kolayca parçalanması sağlanır.",
|
||||
"Vaser liposuction: Ultrasonik enerji kullanılarak yağ dokuları hedeflenir ve çevre dokulara zarar verilmez.",
|
||||
"Lazer destekli liposuction: Lazer enerjisiyle yağlar eritilir ve cilt sıkılaşması desteklenir."
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
heading: "İyileşme Süreci",
|
||||
content: {
|
||||
text: "Liposuction sonrası iyileşme süreci genellikle oldukça konforludur. Operasyon bölgesinde hafif şişlik veya morluklar olması normaldir ve birkaç hafta içinde kendiliğinden geçer. Hastalarımızın özel korse giymesi, dokuların yeni formuna alışması ve ödemin hızla atılması açısından büyük önem taşır. Çoğu hasta, operasyondan birkaç gün sonra günlük aktivitelerine dönebilirken, ağır fiziksel aktiviteler için birkaç hafta beklenmesi önerilir."
|
||||
}
|
||||
}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Liposuction (Yağ Aldırma)"
|
||||
description="Vücudunuzun inatçı bölgelerindeki yağlardan kurtulun. Dr. Turab İsmayılov ile güvenli, estetik ve kalıcı vücut şekillendirme deneyimi."
|
||||
buttons={[{ text: "Randevu Al", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-portrait-women-with-all-kinds-body_23-2149159287.jpg?_wi=1"
|
||||
imageAlt="Liposuction sonrası estetik vücut görünümü"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
title="Neden Liposuction?"
|
||||
description="Liposuction, diyet ve egzersize dirençli yağ bölgelerini şekillendirmek için uygulanan modern bir cerrahi yöntemdir."
|
||||
features={[
|
||||
{ title: "Vücut Hatlarını Belirginleştirme", description: "Karın, basen ve kol bölgelerindeki istenmeyen yağlardan kurtulun.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-her-belly_23-2148780764.jpg?w=800&h=600", imageAlt: "Vücut şekillendirme uygulaması" },
|
||||
{ title: "Minimum İyileşme Süresi", description: "Gelişmiş teknikler sayesinde hızlı bir iyileşme süreci sizi bekliyor.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-beige-background-with-bright-pink-lipstick-lip-gloss-topless-bare-shoulders_343596-8239.jpg?w=800&h=600", imageAlt: "Liposuction iyileşme süreci" },
|
||||
{ title: "Kalıcı Sonuçlar", description: "Doğru yaşam tarzı ile elde edilen estetik sonuçların kalıcılığını artırın.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-women-with-all-kinds-body_23-2149159287.jpg?w=800&h=600", imageAlt: "Kalıcı vücut estetiği" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Liposuction Hakkında Sıkça Sorulanlar"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
faqs={[
|
||||
{ id: "1", title: "Liposuction kilo verme yöntemi midir?", content: "Hayır, liposuction bir zayıflama ameliyatı değil, vücut şekillendirme ve kontur düzeltme işlemidir." },
|
||||
{ id: "2", title: "İşlem ne kadar sürer?", content: "Alınacak bölge sayısına ve miktara bağlı olarak genellikle 1-3 saat arası sürer." },
|
||||
{ id: "3", title: "İz kalır mı?", content: "Çok küçük giriş delikleri açıldığı için işlem izleri neredeyse fark edilmeyecek kadar küçüktür ve zamanla soluklaşır." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Liposuction İçin Randevu Alın"
|
||||
description="Sizin için en uygun teknik ve sonuçlar için uzman görüşü alın."
|
||||
title="Detaylı Bilgi ve Randevu"
|
||||
description="Vücut şekillendirme için ücretsiz ön görüşme planlayın."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Adınız Soyadınız", required: true },
|
||||
{ name: "email", type: "email", placeholder: "E-posta Adresiniz", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Telefon Numaranız", required: true },
|
||||
{ name: "name", type: "text", placeholder: "Ad Soyad", required: true },
|
||||
{ name: "email", type: "email", placeholder: "E-posta", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Sormak istediklerinizi yazın...", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-portrait-women-with-all-kinds-body_23-2149159287.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiting-room-hospital-lobby-with-reception-counter-desk-diverse-people-waiting-attend-checkup-visit-appointment-health-care-examination-emergency-area-medical-clinic_482257-46891.jpg?_wi=1"
|
||||
imageAlt="Estetik cerrahi kliniği ön görüşme"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,10 +92,9 @@ export default function LiposuctionPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiting-room-hospital-lobby-with-reception-counter-desk-diverse-people-waiting-attend-checkup-visit-appointment-health-care-examination-emergency-area-medical-clinic_482257-46891.jpg?_wi=2"
|
||||
logoText="Dr. Turab İSMAYILOV"
|
||||
columns={[
|
||||
{ title: "Sayfalar", items: [{ label: "Anasayfa", href: "/" }, { label: "Liposuction", href: "/liposuction" }] },
|
||||
{ title: "İletişim", items: [{ label: "İletişim", href: "/#contact" }] },
|
||||
{ title: "Hizmetler", items: [{ label: "Liposuction", href: "/liposuction" }] },
|
||||
{ title: "İletişim", items: [{ label: "İletişim", href: "#contact" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Dr. Turab İsmayılov. Tüm hakları saklıdır."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user