Merge version_1 into main #2
@@ -44,7 +44,7 @@ export default function DentalClinicPage() {
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Nilüfer'de Güvenilir Diş Sağlığı Hizmeti"
|
||||
description="Diş Hekimi Taner Çavuş ile sağlıklı ve estetik gülüşler. Modern tedavi yöntemleri, profesyonel hizmet ve hasta odaklı yaklaşım."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patients-with-protection-mask-waiting-stomatology-reception-with-new-normal-staff-wearing-ppe-suit_482257-4811.jpg", imageAlt: "Modern diş kliniği iç dizayn"
|
||||
@@ -52,7 +52,7 @@ export default function DentalClinicPage() {
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dentist-working-dental-clinic_1157-28585.jpg?_wi=1", imageAlt: "Diş Hekimi Taner Çavuş"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dentist-working-dental-clinic_1157-28585.jpg", imageAlt: "Diş Hekimi Taner Çavuş"
|
||||
}
|
||||
]}
|
||||
tag="Profesyonel Diş Hekimi"
|
||||
@@ -84,27 +84,27 @@ export default function DentalClinicPage() {
|
||||
features={[
|
||||
{
|
||||
id: "service-1", title: "Diş Muayenesi", descriptions: ["Kapsamlı ağız ve diş kontrolü", "Profesyonel değerlendirme ve tavsiye"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65516.jpg?_wi=1", imageAlt: "Diş muayenesi"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65516.jpg", imageAlt: "Diş muayenesi"
|
||||
},
|
||||
{
|
||||
id: "service-2", title: "Diş Dolgusu", descriptions: ["Modern resin dolgular", "Doğal görünüm ve dayanıklılık"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentists-looking-scan_23-2148104949.jpg?_wi=1", imageAlt: "Diş dolgusu tedavisi"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentists-looking-scan_23-2148104949.jpg", imageAlt: "Diş dolgusu tedavisi"
|
||||
},
|
||||
{
|
||||
id: "service-3", title: "Kanal Tedavisi", descriptions: ["Güncel tedavi teknikleri", "Minimal ağrı, maksimal etkinlik"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65516.jpg?_wi=2", imageAlt: "Kanal tedavisi"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65516.jpg", imageAlt: "Kanal tedavisi"
|
||||
},
|
||||
{
|
||||
id: "service-4", title: "Diş Beyazlatma", descriptions: ["Profesyonel beyazlatma", "Parlak ve beyaz gülüş"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentists-looking-scan_23-2148104949.jpg?_wi=2", imageAlt: "Diş beyazlatma"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentists-looking-scan_23-2148104949.jpg", imageAlt: "Diş beyazlatma"
|
||||
},
|
||||
{
|
||||
id: "service-5", title: "İmplant Tedavisi", descriptions: ["Dayanıklı implant çözümleri", "Doğal gibi görünen dişler"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65516.jpg?_wi=3", imageAlt: "İmplant tedavisi"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65516.jpg", imageAlt: "İmplant tedavisi"
|
||||
},
|
||||
{
|
||||
id: "service-6", title: "Diş Taşı Temizliği", descriptions: ["Profesyonel temizlik prosesi", "Sağlıklı diş eti ve dişler"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentists-looking-scan_23-2148104949.jpg?_wi=3", imageAlt: "Diş taşı temizliği"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentists-looking-scan_23-2148104949.jpg", imageAlt: "Diş taşı temizliği"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -113,9 +113,6 @@ export default function DentalClinicPage() {
|
||||
useInvertedBackground={false}
|
||||
className="services-section"
|
||||
containerClassName="px-4 lg:px-8 py-16"
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-foreground mb-4"
|
||||
descriptionClassName="text-base text-foreground/70 mb-8"
|
||||
cardClassName="p-6 rounded-xl bg-card hover:shadow-lg transition-all"
|
||||
cardTitleClassName="text-xl font-bold text-foreground mt-4"
|
||||
cardDescriptionClassName="text-sm text-foreground/60 mt-2"
|
||||
/>
|
||||
@@ -134,7 +131,7 @@ export default function DentalClinicPage() {
|
||||
tag="Hakkımızda"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dentist-working-dental-clinic_1157-28585.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dentist-working-dental-clinic_1157-28585.jpg"
|
||||
imageAlt="Diş Hekimi Taner Çavuş"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -180,8 +177,6 @@ export default function DentalClinicPage() {
|
||||
tagAnimation="slide-up"
|
||||
className="testimonials-section"
|
||||
containerClassName="px-4 lg:px-8 py-16"
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-foreground"
|
||||
descriptionClassName="text-base text-foreground/70 mt-4"
|
||||
cardClassName="p-6 bg-card rounded-xl shadow-sm"
|
||||
nameClassName="font-bold text-foreground"
|
||||
handleClassName="text-sm text-accent"
|
||||
@@ -254,8 +249,6 @@ export default function DentalClinicPage() {
|
||||
useInvertedBackground={false}
|
||||
className="faq-section"
|
||||
containerClassName="px-4 lg:px-8 py-16"
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-foreground"
|
||||
descriptionClassName="text-base text-foreground/70 mt-4"
|
||||
accordionTitleClassName="font-bold text-foreground"
|
||||
accordionContentClassName="text-foreground/70 text-sm leading-relaxed"
|
||||
/>
|
||||
@@ -286,8 +279,6 @@ export default function DentalClinicPage() {
|
||||
buttonAnimation="slide-up"
|
||||
className="cta-banner-section"
|
||||
containerClassName="px-4 lg:px-8 py-12 text-center"
|
||||
titleClassName="text-3xl md:text-4xl font-bold text-foreground mb-4"
|
||||
descriptionClassName="text-base text-foreground/70 mb-8"
|
||||
cardClassName="p-6 bg-card rounded-xl text-center"
|
||||
cardTitleClassName="text-xl font-bold text-accent"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user