Update src/app/lipodem/page.tsx
This commit is contained in:
@@ -5,6 +5,7 @@ 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 HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
|
||||
export default function LipodemPage() {
|
||||
return (
|
||||
@@ -29,29 +30,46 @@ export default function LipodemPage() {
|
||||
{ name: "Yüz Germe", id: "/yuz-germe" },
|
||||
{ name: "Lipödem", id: "/lipodem" },
|
||||
{ name: "Liposuction", id: "/liposuction" },
|
||||
{ name: "İletişim", id: "/contact" },
|
||||
{ name: "Hakkımızda", id: "/#about" },
|
||||
{ name: "İletişim", id: "/#contact" },
|
||||
]}
|
||||
brandName="Dr. Turab İSMAYILOV"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Lipödem Tedavisi İçin Randevu"
|
||||
description="Lipödem süreciniz ve tedavi seçeneklerimiz hakkında bilgi alı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 },
|
||||
]}
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Lipödem Tedavisi"
|
||||
description="Lipödem, genellikle bacaklarda ve bazen kollarda orantısız yağ birikimi ile karakterize, kronik ve ilerleyici bir hastalıktır. Doğru teşhis ve uzman cerrahi müdahale ile ağrılarınızı hafifletiyor ve yaşam kalitenizi artırıyoruz."
|
||||
buttons={[{ text: "Randevu Al", href: "/#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medical-specialist-examining-patient_107420-74008.jpg"
|
||||
imageAlt="Lipödem muayenesi"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Lipödem Tedavisi İçin Bize Ulaşın"
|
||||
description="Lipödem şikayetleriniz hakkında detaylı bilgi almak ve muayene randevusu oluşturmak için formu doldurabilirsiniz."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Adınız Soyadınız", required: true },
|
||||
{ name: "email", type: "email", placeholder: "E-posta", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Telefon", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Şikayetlerinizi kısaca belirtin..." }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-working-with-patient-hospital_23-2149103624.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="Dr. Turab İSMAYILOV"
|
||||
videoSrc="http://img.b2bpic.net/video/liposuction.mp4?_wi=1"
|
||||
columns={[
|
||||
{ title: "Hizmetler", items: [{ label: "Lipödem", href: "#" }] }
|
||||
{ title: "Hizmetler", items: [{ label: "Lipödem", href: "/lipodem" }, { label: "Liposuction", href: "/liposuction" }] },
|
||||
{ title: "İletişim", items: [{ label: "İletişim", href: "/#contact" }] },
|
||||
]}
|
||||
videoSrc="https://www.w3schools.com/howto/rain.mp4?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user