Merge version_1 into main #2
177
src/app/page.tsx
177
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Anasayfa",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Anasayfa", id: "hero"},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "about",
|
||||
},
|
||||
name: "Hakkımızda", id: "about"},
|
||||
{
|
||||
name: "Hizmetler",
|
||||
id: "features",
|
||||
},
|
||||
name: "Hizmetler", id: "features"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "contact",
|
||||
},
|
||||
name: "İletişim", id: "contact"},
|
||||
]}
|
||||
brandName="Dent Balçova"
|
||||
/>
|
||||
@@ -54,17 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="DENT BALÇOVA"
|
||||
description="Korkularınızı geride bırakın, özgüvenle gülümseyin. Balçova'nın en sevilen uzman kadrosuyla ağrısız ve ayrıcalıklı diş sağlığı deneyimi."
|
||||
buttons={[
|
||||
{
|
||||
text: "Şimdi Randevu Al",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Şimdi Randevu Al", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-stylish-white-office-successful-doctor_8353-9587.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-stylish-white-office-successful-doctor_8353-9587.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,19 +65,13 @@ export default function LandingPage() {
|
||||
description="Hasta yorumlarımızdan süzülen güven, hafif el dokunuşu ve aile sıcaklığıyla kliniğimizde sizlere ayrıcalıklı bir diş hekimliği deneyimi sunuyoruz."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
title: "Hasta Memnuniyeti",
|
||||
},
|
||||
value: "4.9/5", title: "Hasta Memnuniyeti"},
|
||||
{
|
||||
value: "20+",
|
||||
title: "Uzmanlık Yılı",
|
||||
},
|
||||
value: "20+", title: "Uzmanlık Yılı"},
|
||||
{
|
||||
value: "10k+",
|
||||
title: "Mutlu Gülüş",
|
||||
},
|
||||
value: "10k+", title: "Mutlu Gülüş"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-utensils-packaging_23-2149195870.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-utensils-packaging_23-2149195870.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -101,67 +84,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "İmplant Cerrahisi",
|
||||
description: "1 günde implant başarısı ile yaşam kalitenizi hemen geri kazanın.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-patient-looking-digital-teeh-x-ray-dental-office-person-pov-stomatology-wearing-protective-face-mask-gloves-pointing-teeth-radiography-stomatological-clinic_482257-13097.jpg",
|
||||
imageAlt: "İmplant Cerrahisi",
|
||||
},
|
||||
title: "İmplant Cerrahisi", description: "1 günde implant başarısı ile yaşam kalitenizi hemen geri kazanın.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-patient-looking-digital-teeh-x-ray-dental-office-person-pov-stomatology-wearing-protective-face-mask-gloves-pointing-teeth-radiography-stomatological-clinic_482257-13097.jpg", imageAlt: "İmplant Cerrahisi"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Dijital planlama",
|
||||
},
|
||||
text: "Dijital planlama"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Minimum travma",
|
||||
},
|
||||
text: "Minimum travma"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-white-office-successful-doctor_8353-9587.jpg?_wi=2",
|
||||
imageAlt: "digital dental equipment",
|
||||
},
|
||||
{
|
||||
title: "Gülüş Tasarımı",
|
||||
description: "Kendi dişlerinizden ayırt edilemeyen, doğal ve estetik sonuçlar.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-care-arrangement-copy-space_23-2148439123.jpg",
|
||||
imageAlt: "Gülüş Tasarımı",
|
||||
},
|
||||
title: "Gülüş Tasarımı", description: "Kendi dişlerinizden ayırt edilemeyen, doğal ve estetik sonuçlar.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-care-arrangement-copy-space_23-2148439123.jpg", imageAlt: "Gülüş Tasarımı"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Kişiye özel tasarım",
|
||||
},
|
||||
text: "Kişiye özel tasarım"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Doğal görünüm",
|
||||
},
|
||||
text: "Doğal görünüm"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-utensils-packaging_23-2149195870.jpg?_wi=2",
|
||||
imageAlt: "digital dental equipment",
|
||||
},
|
||||
{
|
||||
title: "Kanal Tedavisi",
|
||||
description: "Ağrısız, hızlı ve konforlu tedavi süreçleri.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1677.jpg",
|
||||
imageAlt: "Kanal Tedavisi",
|
||||
},
|
||||
title: "Kanal Tedavisi", description: "Ağrısız, hızlı ve konforlu tedavi süreçleri.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1677.jpg", imageAlt: "Kanal Tedavisi"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Konforlu süreç",
|
||||
},
|
||||
text: "Konforlu süreç"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Hızlı iyileşme",
|
||||
},
|
||||
text: "Hızlı iyileşme"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-writing-medical-report-papers-with-receptionist-before-checkup-appointment-with-physician-health-center-old-patients-signing-registration-form-files-insurance-support_482257-50675.jpg?_wi=1",
|
||||
imageAlt: "digital dental equipment",
|
||||
},
|
||||
]}
|
||||
title="Uzmanlık Alanlarımız"
|
||||
@@ -177,26 +136,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Dr. Mehmet Can İleri",
|
||||
role: "Başhekim / Cerrah",
|
||||
description: "Cerrahi dehası ve sakin yaklaşımıyla dişçi korkusunu bitiriyor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-slavic-girl-doctor-uniform-with-stethoscope-isolated-orange-wall-with-copy-space_141793-122023.jpg",
|
||||
},
|
||||
id: "m1", name: "Dr. Mehmet Can İleri", role: "Başhekim / Cerrah", description: "Cerrahi dehası ve sakin yaklaşımıyla dişçi korkusunu bitiriyor.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-slavic-girl-doctor-uniform-with-stethoscope-isolated-orange-wall-with-copy-space_141793-122023.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Dr. Saadet Hanım",
|
||||
role: "Estetik Uzmanı",
|
||||
description: "Titiz ve nazik işçiliğiyle gülüşünüzde mucizeler yaratıyor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg",
|
||||
},
|
||||
id: "m2", name: "Dr. Saadet Hanım", role: "Estetik Uzmanı", description: "Titiz ve nazik işçiliğiyle gülüşünüzde mucizeler yaratıyor.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Dent Balçova Ekibi",
|
||||
role: "Destek Ekibi",
|
||||
description: "Sıcak ve misafirperver karşılama, huzurlu bir klinik ortamı.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67156.jpg",
|
||||
},
|
||||
id: "m3", name: "Dent Balçova Ekibi", role: "Destek Ekibi", description: "Sıcak ve misafirperver karşılama, huzurlu bir klinik ortamı.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67156.jpg"},
|
||||
]}
|
||||
title="Uzman Kadromuz"
|
||||
description="Sakin, profesyonel ve titiz işçiliğiyle sizi en iyi şekilde ağırlıyoruz."
|
||||
@@ -211,45 +155,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Melis K.",
|
||||
role: "Hasta",
|
||||
company: "İzmir",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg",
|
||||
},
|
||||
id: "1", name: "Melis K.", role: "Hasta", company: "İzmir", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ece Hanım",
|
||||
role: "Hasta",
|
||||
company: "İstanbul",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-healthcare-expert-looking-camera_637285-11471.jpg",
|
||||
},
|
||||
id: "2", name: "Ece Hanım", role: "Hasta", company: "İstanbul", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-healthcare-expert-looking-camera_637285-11471.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emre Bey",
|
||||
role: "Hasta",
|
||||
company: "Mardin",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg",
|
||||
},
|
||||
id: "3", name: "Emre Bey", role: "Hasta", company: "Mardin", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ayşe Y.",
|
||||
role: "Hasta",
|
||||
company: "İzmir",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-doctor-medical-shirt-choking-herself-as-joke-yellow-wall_179666-23318.jpg",
|
||||
},
|
||||
id: "4", name: "Ayşe Y.", role: "Hasta", company: "İzmir", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-doctor-medical-shirt-choking-herself-as-joke-yellow-wall_179666-23318.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ahmet B.",
|
||||
role: "Hasta",
|
||||
company: "Ankara",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg",
|
||||
},
|
||||
id: "5", name: "Ahmet B.", role: "Hasta", company: "Ankara", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg"},
|
||||
]}
|
||||
title="Hastalarımızın Deneyimleri"
|
||||
description="İstanbul'dan Mardin'den gelen misafirlerimizin yorumlarına kulak verin."
|
||||
@@ -263,24 +182,16 @@ export default function LandingPage() {
|
||||
description="Randevu almak veya kliniğimiz hakkında bilgi edinmek için bize ulaşın. Hemen arayın: 0545 113 35 35"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Adınız",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Adınız", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Telefon Numaranız",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Telefon Numaranız", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Mesajınız",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Mesajınız", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-people-writing-medical-report-papers-with-receptionist-before-checkup-appointment-with-physician-health-center-old-patients-signing-registration-form-files-insurance-support_482257-50675.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-people-writing-medical-report-papers-with-receptionist-before-checkup-appointment-with-physician-health-center-old-patients-signing-registration-form-files-insurance-support_482257-50675.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -288,13 +199,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="DENT BALÇOVA"
|
||||
leftLink={{
|
||||
text: "Mithatpaşa Cd. No:15/A Balçova",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Mithatpaşa Cd. No:15/A Balçova", href: "#"}}
|
||||
rightLink={{
|
||||
text: "0545 113 35 35",
|
||||
href: "tel:+905451133535",
|
||||
}}
|
||||
text: "0545 113 35 35", href: "tel:+905451133535"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user