Merge version_3 into main #2

Merged
bender merged 3 commits from version_3 into main 2026-03-23 18:54:59 +00:00
3 changed files with 22 additions and 22 deletions

View File

@@ -128,30 +128,30 @@ export default function LuxuryDentistPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Our Patients Say"
description="Discover why hundreds of California's discerning patients trust us for their dental care and smile transformations"
tag="Patient Reviews"
title="Hastalarımızdan Gülümsemenizi Değiştiren Yorumlar"
description="Türkiye'deki estetik diş hekimliği ve hasta odaklı yaklaşımımız hakkında danışanlarımızın söylediklerini keşfedin."
tag="Hasta Yorumları"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
id: "1", name: "Jennifer Martinez", handle: "San Diego Patient", testimonial: "The most professional and caring dental experience I've ever had. The results exceeded my expectations and the attention to detail is extraordinary.", imageSrc: "/templates/luxury-travel-agency/testimonial/testimonial1.webp", imageAlt: "Jennifer Martinez"
id: "1", name: "Ayşe Yılmaz", handle: "İstanbul", testimonial: "Hayatımda geçirdiğim en profesyonel ve ilgili diş deneyimi. Sonuçlar beklentilerimin çok ötesindeydi ve detaylara gösterilen özen olağanüstüydü.", imageSrc: "/templates/luxury-travel-agency/testimonial/testimonial1.webp", imageAlt: "Ayşe Yılmaz"
},
{
id: "2", name: "Robert Chen", handle: "Business Executive", testimonial: "Finally found a dentist who understands aesthetics and function. My smile is now my confidence. Highly recommended to anyone serious about quality.", imageSrc: "/templates/luxury-travel-agency/testimonial/testimonial2.webp", imageAlt: "Robert Chen"
id: "2", name: "Mehmet Demir", handle: "İzmir", testimonial: "Nihayet estetik ve fonksiyonu anlayan bir diş hekimi buldum. Gülüşüm artık özgüvenim. Kaliteye önem veren herkese şiddetle tavsiye ederim.", imageSrc: "/templates/luxury-travel-agency/testimonial/testimonial2.webp", imageAlt: "Mehmet Demir"
},
{
id: "3", name: "Sarah Williams", handle: "Entertainment Industry", testimonial: "This is the place where art meets science. My smile transformation has been life-changing. The expertise here is unmatched.", imageSrc: "/templates/luxury-travel-agency/testimonial/testimonial3.webp", imageAlt: "Sarah Williams"
id: "3", name: "Zeynep Kaya", handle: "Ankara", testimonial: "Burası sanatın bilimle buluştuğu yer. Gülüş dönüşümüm hayatımı değiştirdi. Buradaki uzmanlık eşsiz.", imageSrc: "/templates/luxury-travel-agency/testimonial/testimonial3.webp", imageAlt: "Zeynep Kaya"
},
{
id: "4", name: "Michael Torres", handle: "Loyal Patient", testimonial: "I've been a patient for 8 years. The consistent excellence, warm staff, and cutting-edge treatments keep me coming back with confidence.", imageSrc: "/templates/skincare/image5.avif", imageAlt: "Michael Torres"
id: "4", name: "Can Aktaş", handle: "Bursa", testimonial: "8 yıldır hastasıyım. Sürekli mükemmellik, sıcakkanlı personel ve son teknoloji tedavilerle güvenle geri geliyorum.", imageSrc: "/templates/skincare/image5.avif", imageAlt: "Can Aktaş"
},
{
id: "5", name: "Amanda Rodriguez", handle: "Social Media Influencer", testimonial: "When your smile matters for your career, you go to the best. This practice delivered a smile that's both beautiful and natural-looking.", imageSrc: "/templates/skincare/image6.avif", imageAlt: "Amanda Rodriguez"
id: "5", name: "Elif Doğan", handle: "Antalya", testimonial: "Kariyeriniz için gülüşünüz önemliyse, en iyisine gidersiniz. Bu klinik hem güzel hem de doğal görünen bir gülüş sağladı.", imageSrc: "/templates/skincare/image6.avif", imageAlt: "Elif Doğan"
},
{
id: "6", name: "David Kim", handle: "Healthcare Professional", testimonial: "The clinical precision combined with artistic vision is remarkable. This team truly understands comprehensive dental care at the highest level.", imageSrc: "/templates/skincare/image7.avif", imageAlt: "David Kim"
id: "6", name: "Fatih Kara", handle: "Adana", testimonial: "Sanatsal vizyonla birleşen klinik hassasiyet dikkat çekici. Bu ekip en üst düzeyde kapsamlı diş tedavisini gerçekten anlıyor.", imageSrc: "/templates/skincare/image7.avif", imageAlt: "Fatih Kara"
}
]}
/>
@@ -159,10 +159,10 @@ export default function LuxuryDentistPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Get In Touch"
tag="İletişime Geçin"
tagIcon={Mail}
title="Schedule Your Luxury Dental Experience"
description="Connect with our team to discuss your smile goals and discover how our personalized treatments can transform your dental health and confidence."
title="Türkiye'deki Lüks Diş Estetiği Deneyiminizi Planlayın"
description="Gülüş hedeflerinizi konuşmak ve kişiselleştirilmiş tedavilerimizin dental sağlığınızı ve özgüveninizi nasıl dönüştürebileceğini öğrenmek için ekibimizle iletişime geçin."
background={{ variant: "plain" }}
useInvertedBackground={true}
imageSrc="/templates/dentist/contact/contact.avif"
@@ -171,7 +171,7 @@ export default function LuxuryDentistPage() {
mediaAnimation="slide-up"
inputPlaceholder="Enter your email"
buttonText="Get Started"
termsText="We respect your privacy. Unsubscribe anytime. Your smile deserves the best care."
termsText="Gizliliğinize saygı duyuyoruz. İstediğiniz zaman abonelikten çıkabilirsiniz. Gülüşünüz en iyi bakımı hak ediyor."
/>
</div>
@@ -209,4 +209,4 @@ export default function LuxuryDentistPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-inter-tight), sans-serif;
font-family: var(--font-dm-sans), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0798ff;
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93c7ff;
--background-accent: #a8cde8;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);