Merge version_1 into main #2
223
src/app/page.tsx
223
src/app/page.tsx
@@ -11,7 +11,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from 'next/link';
|
||||
import { Star, Heart, Zap, Smile, UserCheck, Shield, MapPin, Tooth, Sparkles, CircleDollarSign, ArrowLeftRight, Send } from 'lucide-react';
|
||||
import { Star, Heart, Zap, Smile, UserCheck, Shield, MapPin, Sparkles, CircleDollarSign, ArrowLeftRight, Send } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
const handleEmailSubmit = (email: string) => {
|
||||
@@ -62,11 +62,8 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Neden Biz?",
|
||||
logoIcon: Smile,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-laughing_23-2148860638.jpg?_wi=1",
|
||||
searchPlaceholder: "Arama yapın...",
|
||||
buttons: [
|
||||
title: "Neden Biz?", logoIcon: Smile,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-laughing_23-2148860638.jpg", searchPlaceholder: "Arama yapın...", buttons: [
|
||||
{ text: "İmplant Paket", href: "#services" },
|
||||
{ text: "Estetik Konsültasyon", href: "#contact" }
|
||||
],
|
||||
@@ -77,35 +74,27 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Tecrübe",
|
||||
values: [15, 20, 25],
|
||||
valueSuffix: "+ Yıl",
|
||||
description: "Diş hekimliğinde"
|
||||
title: "Tecrübe", values: [15, 20, 25],
|
||||
valueSuffix: "+ Yıl", description: "Diş hekimliğinde"
|
||||
},
|
||||
{
|
||||
title: "Hastalar",
|
||||
values: [1500, 2000, 2500],
|
||||
valuePrefix: "+",
|
||||
description: "Mutlu hastaları"
|
||||
title: "Hastalar", values: [1500, 2000, 2500],
|
||||
valuePrefix: "+", description: "Mutlu hastaları"
|
||||
},
|
||||
{
|
||||
title: "Başarı",
|
||||
values: [98, 99, 100],
|
||||
valueSuffix: "%",
|
||||
description: "Tedavi başarısı"
|
||||
title: "Başarı", values: [98, 99, 100],
|
||||
valueSuffix: "%", description: "Tedavi başarısı"
|
||||
}
|
||||
],
|
||||
chartTitle: "Hasta Memnuniyeti",
|
||||
chartData: [
|
||||
chartTitle: "Hasta Memnuniyeti", chartData: [
|
||||
{ value: 95 },
|
||||
{ value: 97 },
|
||||
{ value: 99 },
|
||||
{ value: 98 },
|
||||
{ value: 100 }
|
||||
],
|
||||
listTitle: "Bu Ay Popüler",
|
||||
listItems: [
|
||||
{ icon: Tooth, title: "Dental İmplant", status: "Popüler" },
|
||||
listTitle: "Bu Ay Popüler", listItems: [
|
||||
{ icon: Sparkles, title: "Dental İmplant", status: "Popüler" },
|
||||
{ icon: Sparkles, title: "Diş Beyazlatma", status: "Trend" },
|
||||
{ icon: Smile, title: "Gülüş Tasarımı", status: "Özel" }
|
||||
]
|
||||
@@ -121,36 +110,25 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Uzman Diş Hekimleri",
|
||||
description: "25 yıldan fazla tecrübeye sahip, uluslararası standartlarda eğitim almış diş hekimlerimiz",
|
||||
icon: UserCheck
|
||||
title: "Uzman Diş Hekimleri", description: "25 yıldan fazla tecrübeye sahip, uluslararası standartlarda eğitim almış diş hekimlerimiz", icon: UserCheck
|
||||
},
|
||||
{
|
||||
title: "Modern Teknoloji",
|
||||
description: "En güncel dental cihazlar ve teknoloji ile en etkili tedavileri uygularız",
|
||||
icon: Zap
|
||||
title: "Modern Teknoloji", description: "En güncel dental cihazlar ve teknoloji ile en etkili tedavileri uygularız", icon: Zap
|
||||
},
|
||||
{
|
||||
title: "Hijyen ve Sterilite",
|
||||
description: "Uluslararası hijyen standartlarına uygun, tamamen steril ortamda tedavi",
|
||||
icon: Shield
|
||||
title: "Hijyen ve Sterilite", description: "Uluslararası hijyen standartlarına uygun, tamamen steril ortamda tedavi", icon: Shield
|
||||
},
|
||||
{
|
||||
title: "Hasta Odaklı Bakım",
|
||||
description: "Her hastanın konforunu ve gülüşünü öncelik alan, kişiselleştirilmiş tedavi planları",
|
||||
icon: Heart
|
||||
title: "Hasta Odaklı Bakım", description: "Her hastanın konforunu ve gülüşünü öncelik alan, kişiselleştirilmiş tedavi planları", icon: Heart
|
||||
},
|
||||
{
|
||||
title: "Merkez Konum",
|
||||
description: "Avcılar'ın en kolay ulaşılabilir, merkez lokasyonda kliniğimiz",
|
||||
icon: MapPin
|
||||
title: "Merkez Konum", description: "Avcılar'ın en kolay ulaşılabilir, merkez lokasyonda kliniğimiz", icon: MapPin
|
||||
},
|
||||
{
|
||||
title: "Yüksek Memnuniyet",
|
||||
description: "49+ hastamızdan 5.0 yıldız puan ile sürekli yüksek hastamız memnuniyeti"
|
||||
title: "Yüksek Memnuniyet", description: "49+ hastamızdan 5.0 yıldız puan ile sürekli yüksek hastamız memnuniyeti"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/patients-with-protection-mask-waiting-stomatology-reception-with-new-normal-staff-wearing-ppe-suit_482257-4811.jpg?_wi=1"
|
||||
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="Dentaist Avcılar Diş Kliniği"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -163,58 +141,28 @@ export default function HomePage() {
|
||||
<FeatureCardTwentyFour
|
||||
features={[
|
||||
{
|
||||
id: "implant",
|
||||
title: "Dental İmplant",
|
||||
author: "Kalıcı Çözüm",
|
||||
description: "Eksik dişler için en modern ve dayanıklı çözüm. Doğal dişiniz gibi görünen ve çalışan implantlar.",
|
||||
tags: ["Dayanıklı", "Doğal Görünüm"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19451.jpg?_wi=1",
|
||||
imageAlt: "Dental İmplant"
|
||||
id: "implant", title: "Dental İmplant", author: "Kalıcı Çözüm", description: "Eksik dişler için en modern ve dayanıklı çözüm. Doğal dişiniz gibi görünen ve çalışan implantlar.", tags: ["Dayanıklı", "Doğal Görünüm"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19451.jpg", imageAlt: "Dental İmplant"
|
||||
},
|
||||
{
|
||||
id: "aesthetic",
|
||||
title: "Estetik Diş Tedavisi",
|
||||
author: "Gülüş Tasarımı",
|
||||
description: "Gülüşünüzü dönüştüren estetik tedaviler. Renk, şekil ve alignment düzenlemesi.",
|
||||
tags: ["Estetik", "Tasarım"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg?_wi=1",
|
||||
imageAlt: "Estetik Diş Tedavisi"
|
||||
id: "aesthetic", title: "Estetik Diş Tedavisi", author: "Gülüş Tasarımı", description: "Gülüşünüzü dönüştüren estetik tedaviler. Renk, şekil ve alignment düzenlemesi.", tags: ["Estetik", "Tasarım"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg", imageAlt: "Estetik Diş Tedavisi"
|
||||
},
|
||||
{
|
||||
id: "whitening",
|
||||
title: "Diş Beyazlatma",
|
||||
author: "Parlak Gülüş",
|
||||
description: "Profesyonel diş beyazlatma ile dişlerinizi birkaç tonlar daha açık yapın.",
|
||||
tags: ["Hızlı", "Etkili"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cheerful-smiling-beautiful-brunette-curly-girl-knitted-sweater-grey-neckwarmer-beige-wall_176420-8866.jpg?_wi=1",
|
||||
imageAlt: "Diş Beyazlatma"
|
||||
id: "whitening", title: "Diş Beyazlatma", author: "Parlak Gülüş", description: "Profesyonel diş beyazlatma ile dişlerinizi birkaç tonlar daha açık yapın.", tags: ["Hızlı", "Etkili"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cheerful-smiling-beautiful-brunette-curly-girl-knitted-sweater-grey-neckwarmer-beige-wall_176420-8866.jpg", imageAlt: "Diş Beyazlatma"
|
||||
},
|
||||
{
|
||||
id: "crowns",
|
||||
title: "Zirkonya Kronlar",
|
||||
author: "Dolgulu Tedavi",
|
||||
description: "Metal alaşımsız, biyolojik uyumlu zirkonya kronlar ile doğal görünüm.",
|
||||
tags: ["Doğal", "Sağlıklı"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg?_wi=2",
|
||||
imageAlt: "Zirkonya Kronlar"
|
||||
id: "crowns", title: "Zirkonya Kronlar", author: "Dolgulu Tedavi", description: "Metal alaşımsız, biyolojik uyumlu zirkonya kronlar ile doğal görünüm.", tags: ["Doğal", "Sağlıklı"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg", imageAlt: "Zirkonya Kronlar"
|
||||
},
|
||||
{
|
||||
id: "canal",
|
||||
title: "Kök Kanal Tedavisi",
|
||||
author: "Ağrı Giderici",
|
||||
description: "İleri teknoloji kullanarak hızlı ve ağrısız kök kanal tedavisi.",
|
||||
tags: ["Ağrısız", "Hızlı"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19451.jpg?_wi=2",
|
||||
imageAlt: "Kök Kanal Tedavisi"
|
||||
id: "canal", title: "Kök Kanal Tedavisi", author: "Ağrı Giderici", description: "İleri teknoloji kullanarak hızlı ve ağrısız kök kanal tedavisi.", tags: ["Ağrısız", "Hızlı"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19451.jpg", imageAlt: "Kök Kanal Tedavisi"
|
||||
},
|
||||
{
|
||||
id: "fillings",
|
||||
title: "Diş Dolgusu",
|
||||
author: "Koruma ve Tamir",
|
||||
description: "Renkli ve emniyetli diş dolgusu ile çürük dişleri restore edin.",
|
||||
tags: ["Koruma", "Restore"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cheerful-smiling-beautiful-brunette-curly-girl-knitted-sweater-grey-neckwarmer-beige-wall_176420-8866.jpg?_wi=2",
|
||||
imageAlt: "Diş Dolgusu"
|
||||
id: "fillings", title: "Diş Dolgusu", author: "Koruma ve Tamir", description: "Renkli ve emniyetli diş dolgusu ile çürük dişleri restore edin.", tags: ["Koruma", "Restore"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cheerful-smiling-beautiful-brunette-curly-girl-knitted-sweater-grey-neckwarmer-beige-wall_176420-8866.jpg", imageAlt: "Diş Dolgusu"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -231,28 +179,13 @@ export default function HomePage() {
|
||||
<MetricCardEleven
|
||||
metrics={[
|
||||
{
|
||||
id: "patients",
|
||||
value: "2500+",
|
||||
title: "Tedavi Edilen Hasta",
|
||||
description: "Gülüşleri dönüştüren mutlu hastalar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-laughing_23-2148860638.jpg?_wi=2",
|
||||
imageAlt: "Mutlu Hastalar"
|
||||
id: "patients", value: "2500+", title: "Tedavi Edilen Hasta", description: "Gülüşleri dönüştüren mutlu hastalar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-laughing_23-2148860638.jpg", imageAlt: "Mutlu Hastalar"
|
||||
},
|
||||
{
|
||||
id: "implants",
|
||||
value: "1200+",
|
||||
title: "Başarılı İmplant",
|
||||
description: "Kalıcı ve doğal çözümler sağladık",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-23498.jpg?_wi=1",
|
||||
imageAlt: "İmplant Tedavisi"
|
||||
id: "implants", value: "1200+", title: "Başarılı İmplant", description: "Kalıcı ve doğal çözümler sağladık", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-23498.jpg", imageAlt: "İmplant Tedavisi"
|
||||
},
|
||||
{
|
||||
id: "rating",
|
||||
value: "5.0★",
|
||||
title: "Google Puanı",
|
||||
description: "49+ hastan gelen beş yıldız puanlar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patients-with-protection-mask-waiting-stomatology-reception-with-new-normal-staff-wearing-ppe-suit_482257-4811.jpg?_wi=2",
|
||||
imageAlt: "Klinik İçi"
|
||||
id: "rating", value: "5.0★", title: "Google Puanı", description: "49+ hastan gelen beş yıldız puanlar", 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: "Klinik İçi"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -269,52 +202,22 @@ export default function HomePage() {
|
||||
<TestimonialCardTwo
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ayşe Yılmaz",
|
||||
role: "Muhasebe Müdürü",
|
||||
testimonial: "Alan çok temiz, çalışanlar çok güler yüzlü ve oldukça memnun kaldım. Diş implant tedavisi çok başarılı oldu.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-entrepreneur_1098-12704.jpg?_wi=1",
|
||||
imageAlt: "Ayşe Yılmaz"
|
||||
id: "1", name: "Ayşe Yılmaz", role: "Muhasebe Müdürü", testimonial: "Alan çok temiz, çalışanlar çok güler yüzlü ve oldukça memnun kaldım. Diş implant tedavisi çok başarılı oldu.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-entrepreneur_1098-12704.jpg", imageAlt: "Ayşe Yılmaz"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mehmet Kaya",
|
||||
role: "İşletme Sahibi",
|
||||
testimonial: "Gerçekten çok güzel ilgilendiler, klinik çok temiz ve herkes güler yüzlü. Fiyatlar da makul. Tavsiye ederim.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg?_wi=1",
|
||||
imageAlt: "Mehmet Kaya"
|
||||
id: "2", name: "Mehmet Kaya", role: "İşletme Sahibi", testimonial: "Gerçekten çok güzel ilgilendiler, klinik çok temiz ve herkes güler yüzlü. Fiyatlar da makul. Tavsiye ederim.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-27819.jpg", imageAlt: "Mehmet Kaya"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fatma Demir",
|
||||
role: "Öğretmen",
|
||||
testimonial: "Annemin implant tedavisi için geldik, çok memnun kaldık. Hekimler çok profesyonel ve dikkat edici.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg?_wi=1",
|
||||
imageAlt: "Fatma Demir"
|
||||
id: "3", name: "Fatma Demir", role: "Öğretmen", testimonial: "Annemin implant tedavisi için geldik, çok memnun kaldık. Hekimler çok profesyonel ve dikkat edici.", imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg", imageAlt: "Fatma Demir"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kerem Şen",
|
||||
role: "Yazılım Geliştirici",
|
||||
testimonial: "Estetik diş tedavisi çok iyi yapıldı. Gülüşüme çok güzel oldu. Herkese tavsiye ediyorum.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-businessman-resting-cushions_1262-1762.jpg?_wi=1",
|
||||
imageAlt: "Kerem Şen"
|
||||
id: "4", name: "Kerem Şen", role: "Yazılım Geliştirici", testimonial: "Estetik diş tedavisi çok iyi yapıldı. Gülüşüme çok güzel oldu. Herkese tavsiye ediyorum.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-businessman-resting-cushions_1262-1762.jpg", imageAlt: "Kerem Şen"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Zeynep Acar",
|
||||
role: "Pazarlama Müdürü",
|
||||
testimonial: "Diş beyazlatma tedavisi yapıldı, sonuç harika. Çok profesyonel bir klinik, herkese tavsiye ederim.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg?_wi=1",
|
||||
imageAlt: "Zeynep Acar"
|
||||
id: "5", name: "Zeynep Acar", role: "Pazarlama Müdürü", testimonial: "Diş beyazlatma tedavisi yapıldı, sonuç harika. Çok profesyonel bir klinik, herkese tavsiye ederim.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", imageAlt: "Zeynep Acar"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ali Yıldırım",
|
||||
role: "İnşaat Mühendisi",
|
||||
testimonial: "Kök kanal tedavisi için geldim, hiç ağrı çekmeden bitti. Çok başarılı bir tedavi oldu.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-wearing-formal-clothes_273609-15323.jpg?_wi=1",
|
||||
imageAlt: "Ali Yıldırım"
|
||||
id: "6", name: "Ali Yıldırım", role: "İnşaat Mühendisi", testimonial: "Kök kanal tedavisi için geldim, hiç ağrı çekmeden bitti. Çok başarılı bir tedavi oldu.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-wearing-formal-clothes_273609-15323.jpg", imageAlt: "Ali Yıldırım"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -331,34 +234,16 @@ export default function HomePage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "implant-single",
|
||||
brand: "Dentaist Avcılar",
|
||||
name: "Tek Diş İmplant Paketi",
|
||||
price: "Özel Fiyat",
|
||||
rating: 5,
|
||||
reviewCount: "47 Yorumu",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19451.jpg?_wi=3",
|
||||
imageAlt: "Tek Diş İmplant"
|
||||
id: "implant-single", brand: "Dentaist Avcılar", name: "Tek Diş İmplant Paketi", price: "Özel Fiyat", rating: 5,
|
||||
reviewCount: "47 Yorumu", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19451.jpg", imageAlt: "Tek Diş İmplant"
|
||||
},
|
||||
{
|
||||
id: "implant-multiple",
|
||||
brand: "Dentaist Avcılar",
|
||||
name: "Çoklu Diş İmplant Paketi",
|
||||
price: "Paket Fiyatı",
|
||||
rating: 5,
|
||||
reviewCount: "32 Yorumu",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-23498.jpg?_wi=2",
|
||||
imageAlt: "Çoklu Diş İmplant"
|
||||
id: "implant-multiple", brand: "Dentaist Avcılar", name: "Çoklu Diş İmplant Paketi", price: "Paket Fiyatı", rating: 5,
|
||||
reviewCount: "32 Yorumu", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-23498.jpg", imageAlt: "Çoklu Diş İmplant"
|
||||
},
|
||||
{
|
||||
id: "implant-all-on-four",
|
||||
brand: "Dentaist Avcılar",
|
||||
name: "All-on-4 İmplant Sistemi",
|
||||
price: "Kapsamlı Çözüm",
|
||||
rating: 5,
|
||||
reviewCount: "25 Yorumu",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19451.jpg?_wi=4",
|
||||
imageAlt: "All-on-4 İmplant"
|
||||
id: "implant-all-on-four", brand: "Dentaist Avcılar", name: "All-on-4 İmplant Sistemi", price: "Kapsamlı Çözüm", rating: 5,
|
||||
reviewCount: "25 Yorumu", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19451.jpg", imageAlt: "All-on-4 İmplant"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -385,7 +270,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/patients-with-protection-mask-waiting-stomatology-reception-with-new-normal-staff-wearing-ppe-suit_482257-4811.jpg?_wi=3"
|
||||
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="Dentaist Avcılar Kliniği"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -404,7 +289,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/patients-with-protection-mask-waiting-stomatology-reception-with-new-normal-staff-wearing-ppe-suit_482257-4811.jpg?_wi=4"
|
||||
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="Klinik Konumu"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
@@ -419,8 +304,7 @@ export default function HomePage() {
|
||||
logoText="Dentaist Avcılar"
|
||||
columns={[
|
||||
{
|
||||
title: "Hızlı Linkler",
|
||||
items: [
|
||||
title: "Hızlı Linkler", items: [
|
||||
{ label: "Anasayfa", href: "/" },
|
||||
{ label: "Hakkımızda", href: "/about" },
|
||||
{ label: "Hizmetler", href: "/#services" },
|
||||
@@ -428,8 +312,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Hizmetler",
|
||||
items: [
|
||||
title: "Hizmetler", items: [
|
||||
{ label: "Dental İmplant", href: "/#services" },
|
||||
{ label: "Estetik Diş Tedavisi", href: "/#services" },
|
||||
{ label: "Diş Beyazlatma", href: "/#services" },
|
||||
@@ -437,8 +320,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "İletişim",
|
||||
items: [
|
||||
title: "İletişim", items: [
|
||||
{ label: "📞 0545 502 13 33", href: "tel:05455021333" },
|
||||
{ label: "📍 Avcılar, İstanbul", href: "#" },
|
||||
{ label: "⭐ 5.0 Google Puanı", href: "#" },
|
||||
@@ -446,8 +328,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Sosyal Medya",
|
||||
items: [
|
||||
title: "Sosyal Medya", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "Google Business", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user