Update src/app/yuz-germe/page.tsx

This commit is contained in:
2026-04-05 14:30:25 +00:00
parent 87ee24d2c6
commit dc8e5b805e

View File

@@ -17,10 +17,10 @@ export default function YuzGermePage() {
<h1 className="text-4xl font-bold mb-8">Yüz Germe (Face Lift)</h1>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm title="Bilgi ve Randevu" description="Yüz germe hakkında uzman görüşü almak için iletişime geçin." inputs={[{ name: "name", type: "text", placeholder: "Adınız" }, { name: "email", type: "email", placeholder: "E-posta" }]} useInvertedBackground={false} videoSrc="https://www.w3schools.com/html/mov_bbb.mp4" />
<ContactSplitForm title="Bilgi ve Randevu" description="Yüz germe hakkında uzman görüşü almak için iletişime geçin." inputs={[{ name: "name", type: "text", placeholder: "Adınız" }, { name: "email", type: "email", placeholder: "E-posta" }]} useInvertedBackground={false} videoSrc="https://www.w3schools.com/html/mov_bbb.mp4?_wi=9" />
</div>
<div id="footer" data-section="footer">
<FooterMedia logoText="Dr. Turab İSMAYILOV" columns={[{ title: "Sayfalar", items: [{ label: "Anasayfa", href: "/" }] }]} videoSrc="https://www.w3schools.com/html/mov_bbb.mp4" />
<FooterMedia logoText="Dr. Turab İSMAYILOV" columns={[{ title: "Sayfalar", items: [{ label: "Anasayfa", href: "/" }] }]} videoSrc="https://www.w3schools.com/html/mov_bbb.mp4?_wi=10" />
</div>
</ReactLenis>
</ThemeProvider>