Merge version_6 into main

Merge version_6 into main
This commit was merged in pull request #19.
This commit is contained in:
2026-04-05 14:44:40 +00:00
2 changed files with 8 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ export default function LiposuctionPage() {
<FeatureCardThree
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
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."
@@ -64,6 +65,8 @@ export default function LiposuctionPage() {
<div id="faq" data-section="faq">
<FaqDouble
title="Liposuction Hakkında Sıkça Sorulanlar"
description="Liposuction hakkında merak edilenler."
useInvertedBackground={false}
faqsAnimation="slide-up"
textboxLayout="default"
faqs={[
@@ -78,6 +81,7 @@ export default function LiposuctionPage() {
<ContactSplitForm
title="Detaylı Bilgi ve Randevu"
description="Vücut şekillendirme için ücretsiz ön görüşme planlayın."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Ad Soyad", required: true },
{ name: "email", type: "email", placeholder: "E-posta", required: true },

View File

@@ -54,8 +54,8 @@ export default function RinoplastiPage() {
title="Rinoplasti Hakkında"
description="Burun estetiği sadece estetik bir görünüm değil, aynı zamanda sağlıklı nefes almayı da hedefler."
features={[
{ id: "1", title: "Fonksiyonel Düzelme", description: "Burun tıkanıklığı ve septum deviasyonu gibi sorunların giderilmesi.", 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?_wi=2", imageAlt: "Nefes almayı iyileştiren fonksiyonel cerrahi" },
{ id: "2", title: "Estetik Yenilenme", description: "Yüz hatlarınızla uyumlu, doğal ve zarif burun yapısı.", 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?_wi=3", imageAlt: "Estetik rinoplasti sonuçları" }
{ id: "1", tag: "Özellik", title: "Fonksiyonel Düzelme", description: "Burun tıkanıklığı ve septum deviasyonu gibi sorunların giderilmesi.", 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?_wi=2", imageAlt: "Nefes almayı iyileştiren fonksiyonel cerrahi" },
{ id: "2", tag: "Özellik", title: "Estetik Yenilenme", description: "Yüz hatlarınızla uyumlu, doğal ve zarif burun yapısı.", 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?_wi=3", imageAlt: "Estetik rinoplasti sonuçları" }
]}
/>
</div>
@@ -65,6 +65,8 @@ export default function RinoplastiPage() {
title="Sıkça Sorulan Sorular"
description="Rinoplasti süreci hakkında bilmeniz gerekenler."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Rinoplasti sonrası iyileşme ne kadar sürer?", content: "Genellikle ilk 1 hafta içerisinde günlük yaşama dönülebilir, tam iyileşme süreci ise birkaç ay sürebilir." },
{ id: "2", title: "Ağrılı bir işlem mi?", content: "Güncel teknikler ve anestezi yöntemleri sayesinde operasyon sonrası ağrılar oldukça minimize edilmiştir." }