Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-09 01:38:01 +00:00
3 changed files with 66 additions and 218 deletions

View File

@@ -7,7 +7,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import Link from "next/link";
import { Users, Building2, Phone, Heart, Shield, Zap } from "lucide-react";
import { Users, Building2, Phone, Heart, Shield, Zap, Globe } from "lucide-react";
export default function TeamPage() {
const navItems = [
@@ -20,8 +20,7 @@ export default function TeamPage() {
const footerColumns = [
{
title: "Hızlı Linkler",
items: [
title: "Hızlı Linkler", items: [
{ label: "Ana Sayfa", href: "/" },
{ label: "Hakkımızda", href: "about" },
{ label: "Tedaviler", href: "services" },
@@ -29,8 +28,7 @@ export default function TeamPage() {
],
},
{
title: "Bilgiler",
items: [
title: "Bilgiler", items: [
{ label: "Gizlilik Politikası", href: "#" },
{ label: "Kullanım Şartları", href: "#" },
{ label: "İletişim", href: "/iletisim" },
@@ -38,8 +36,7 @@ export default function TeamPage() {
],
},
{
title: "İletişim",
items: [
title: "İletişim", items: [
{ label: "Telefon: +90 555 123 4567", href: "tel:+905551234567" },
{ label: "Email: info@kanarya-dis.com", href: "mailto:info@kanarya-dis.com" },
{ label: "Adres: Kanarya Mah., Küçükçekmece, İstanbul", href: "#" },
@@ -77,35 +74,21 @@ export default function TeamPage() {
<TeamCardTwo
members={[
{
id: "1",
name: "Dr. Kerim Başaran",
role: "Diş Hekimi & Kurucu",
description:
"Semtin güvenilir ve tecrübeli diş hekimlerinden biridir. Yılların deneyimiyle hastalarına güven veren bir yaklaşımı vardır.",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-doctor-holding-stethoscope_23-2148285702.jpg?_wi=3",
imageAlt: "Dr. Kerim Başaran",
socialLinks: [
id: "1", name: "Dr. Kerim Başaran", role: "Diş Hekimi & Kurucu", description:
"Semtin güvenilir ve tecrübeli diş hekimlerinden biridir. Yılların deneyimiyle hastalarına güven veren bir yaklaşımı vardır.", imageSrc:
"http://img.b2bpic.net/free-photo/front-view-doctor-holding-stethoscope_23-2148285702.jpg", imageAlt: "Dr. Kerim Başaran", socialLinks: [
{
icon: "Globe",
url: "https://kanarya-dis.com",
},
icon: Globe,
url: "https://kanarya-dis.com"},
],
},
{
id: "2",
name: "Dr. Enes Yılmaz",
role: "Diş Hekimi",
description:
"Hastalarla kurduğu samimi iletişim ve özellikle diş hekimi korkusu yaşayan hastalara yaklaşımıyla bilinir. Hastanın konforunu her zaman ön planda tutar.",
imageSrc:
"http://img.b2bpic.net/free-photo/pleased-young-bald-male-doctor-wearing-medical-robe-stethoscope-showing-you-gesture-isolated-blue-background_141793-63106.jpg?_wi=3",
imageAlt: "Dr. Enes Yılmaz",
socialLinks: [
id: "2", name: "Dr. Enes Yılmaz", role: "Diş Hekimi", description:
"Hastalarla kurduğu samimi iletişim ve özellikle diş hekimi korkusu yaşayan hastalara yaklaşımıyla bilinir. Hastanın konforunu her zaman ön planda tutar.", imageSrc:
"http://img.b2bpic.net/free-photo/pleased-young-bald-male-doctor-wearing-medical-robe-stethoscope-showing-you-gesture-isolated-blue-background_141793-63106.jpg", imageAlt: "Dr. Enes Yılmaz", socialLinks: [
{
icon: "Globe",
url: "https://kanarya-dis.com",
},
icon: Globe,
url: "https://kanarya-dis.com"},
],
},
]}
@@ -128,7 +111,7 @@ export default function TeamPage() {
description="Rahat Ortam"
subdescription="Kanarya Polikliniği"
icon={Zap}
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg"
imageAlt="Modern klinik bekleme alanı"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -143,13 +126,9 @@ export default function TeamPage() {
description="Randevu almak veya sorularınız için bize ulaşın. Kanarya ekibi size yardımcı olmaktan mutlu olacaktır."
buttons={[
{
text: "Randevu Talep Et",
href: "/iletisim",
},
text: "Randevu Talep Et", href: "/iletisim"},
{
text: "WhatsApp ile Yazın",
href: "https://wa.me/905551234567",
},
text: "WhatsApp ile Yazın", href: "https://wa.me/905551234567"},
]}
background={{ variant: "plain" }}
useInvertedBackground={false}

View File

@@ -11,7 +11,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Heart, Shield, Sparkles, Users, Star, Trophy, Building2, Phone, Globe } from "lucide-react";
import { Heart, Shield, Sparkles, Users, Star, Trophy, Building2, Phone, Globe, Award, Smile } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Hızlı Linkler",
items: [
title: "Hızlı Linkler", items: [
{ label: "Ana Sayfa", href: "/" },
{ label: "Hakkımızda", href: "/hakkimizda" },
{ label: "Tedaviler", href: "#services" },
@@ -33,8 +32,7 @@ export default function HomePage() {
],
},
{
title: "Bilgiler",
items: [
title: "Bilgiler", items: [
{ label: "Gizlilik Politikası", href: "#" },
{ label: "Kullanım Şartları", href: "#" },
{ label: "İletişim", href: "#contact" },
@@ -42,8 +40,7 @@ export default function HomePage() {
],
},
{
title: "İletişim",
items: [
title: "İletişim", items: [
{ label: "Telefon: +90 555 123 4567", href: "tel:+905551234567" },
{ label: "Email: info@kanarya-dis.com", href: "mailto:info@kanarya-dis.com" },
{ label: "Adres: Kanarya Mah., Küçükçekmece, İstanbul", href: "#" },
@@ -84,28 +81,17 @@ export default function HomePage() {
imageSrc="http://img.b2bpic.net/free-photo/interior-empty-modern-stomatology-orthodontic-hospital-bright-office_482257-7167.jpg"
imageAlt="Kanarya modern diş polikliniği"
mediaAnimation="slide-up"
background={{ variant: "plain" }}
testimonials={[
{
name: "Kader Kurtcebe",
handle: "Hasta",
testimonial: "Hayatımda dişten çektiğim kadar hiçbir şeyden çekmedim. Normalde diş koltuğuna oturunca bayılırdım. Enes Hoca sayesinde korkumu yendim.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg",
},
name: "Kader Kurtcebe", handle: "Hasta", testimonial: "Hayatımda dişten çektiğim kadar hiçbir şeyden çekmedim. Normalde diş koltuğuna oturunca bayılırdım. Enes Hoca sayesinde korkumu yendim.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg"},
{
name: "Hanne Solmaz",
handle: "Hasta",
testimonial: "Kanarya ağız ve diş sağlığına hizmetlerinden dolayı teşekkür ederim. İlgili ve profesyonel şekilde tedavim tamamlandı.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg",
},
name: "Hanne Solmaz", handle: "Hasta", testimonial: "Kanarya ağız ve diş sağlığına hizmetlerinden dolayı teşekkür ederim. İlgili ve profesyonel şekilde tedavim tamamlandı.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg"},
{
name: "Memnun Hasta",
handle: "Hasta",
testimonial: "Her detayı özenle planlanmış çok güzel bir diş polikliniği. Ekip çok ilgili ve samimi.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg",
},
name: "Memnun Hasta", handle: "Hasta", testimonial: "Her detayı özenle planlanmış çok güzel bir diş polikliniği. Ekip çok ilgili ve samimi.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg"},
]}
buttons={[
{ text: "Randevu Al", href: "#contact" },
@@ -124,7 +110,7 @@ export default function HomePage() {
description="Hastalarımızın Güveni"
subdescription="Kanarya Polikliniği"
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/i-always-feel-relieved-after-session-with-you_637285-9953.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/i-always-feel-relieved-after-session-with-you_637285-9953.jpg"
imageAlt="Samimi doktor-hasta iletişimi"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -140,29 +126,17 @@ export default function HomePage() {
tagIcon={Sparkles}
features={[
{
id: "1",
title: "İmplant Tedavisi",
tags: ["Estetik", "Dayanıklı"],
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67307.jpg?_wi=1",
},
id: "1", title: "İmplant Tedavisi", tags: ["Estetik", "Dayanıklı"],
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67307.jpg"},
{
id: "2",
title: "Diş Beyazlatma",
tags: ["Hızlı", "Etkili"],
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-with-toothy-smile_1301-2346.jpg?_wi=1",
},
id: "2", title: "Diş Beyazlatma", tags: ["Hızlı", "Etkili"],
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-with-toothy-smile_1301-2346.jpg"},
{
id: "3",
title: "Ortodonti",
tags: ["Hizalama", "Güzel Gülüş"],
imageSrc: "http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67460.jpg?_wi=1",
},
id: "3", title: "Ortodonti", tags: ["Hizalama", "Güzel Gülüş"],
imageSrc: "http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67460.jpg"},
{
id: "4",
title: "Estetik Diş Hekimliği",
tags: ["Tasarım", "Profesyonel"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-bun-brunette-hair-tattoo-her-shoulder-stripped-top-attractive-female-smiling-with-all-her-white-teeth-putting-her-hand-chest-endless-joy_273609-5710.jpg?_wi=1",
},
id: "4", title: "Estetik Diş Hekimliği", tags: ["Tasarım", "Profesyonel"],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-bun-brunette-hair-tattoo-her-shoulder-stripped-top-attractive-female-smiling-with-all-her-white-teeth-putting-her-hand-chest-endless-joy_273609-5710.jpg"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -179,20 +153,10 @@ export default function HomePage() {
tagIcon={Users}
members={[
{
id: "1",
name: "Dr. Kerim Başaran",
role: "Diş Hekimi & Kurucu",
description: "Semtin güvenilir ve tecrübeli diş hekimlerinden biridir. Yılların deneyimiyle hastalarına güven veren bir yaklaşımı vardır.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-holding-stethoscope_23-2148285702.jpg?_wi=1",
socialLinks: [{ icon: Globe, url: "https://kanarya-dis.com" }],
id: "1", name: "Dr. Kerim Başaran", role: "Diş Hekimi & Kurucu", description: "Semtin güvenilir ve tecrübeli diş hekimlerinden biridir. Yılların deneyimiyle hastalarına güven veren bir yaklaşımı vardır.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-holding-stethoscope_23-2148285702.jpg", socialLinks: [{ icon: Globe, url: "https://kanarya-dis.com" }],
},
{
id: "2",
name: "Dr. Enes Yılmaz",
role: "Diş Hekimi",
description: "Hastalarla kurduğu samimi iletişim ve özellikle diş hekimi korkusu yaşayan hastalara yaklaşımıyla bilinir. Hastanın konforunu her zaman ön planda tutar.",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-bald-male-doctor-wearing-medical-robe-stethoscope-showing-you-gesture-isolated-blue-background_141793-63106.jpg?_wi=1",
socialLinks: [{ icon: Globe, url: "https://kanarya-dis.com" }],
id: "2", name: "Dr. Enes Yılmaz", role: "Diş Hekimi", description: "Hastalarla kurduğu samimi iletişim ve özellikle diş hekimi korkusu yaşayan hastalara yaklaşımıyla bilinir. Hastanın konforunu her zaman ön planda tutar.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-bald-male-doctor-wearing-medical-robe-stethoscope-showing-you-gesture-isolated-blue-background_141793-63106.jpg", socialLinks: [{ icon: Globe, url: "https://kanarya-dis.com" }],
},
]}
animationType="slide-up"
@@ -213,65 +177,17 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Kader Kurtcebe",
date: "Tarih: 15 Aralık 2024",
title: "Korkumu Yendim",
quote: "Hayatımda dişten çektiğim kadar hiçbir şeyden çekmedim. Normalde diş koltuğuna oturunca bayılırdım. Enes Hoca sayesinde korkumu yendim. İşini para için yapmayan nadir doktorlardan.",
tag: "Hasta Deneyimi",
avatarSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-is-smiling-by-touching-her-cheeks-with-forefinger-white-background_176474-114757.jpg?_wi=1",
},
id: "1", name: "Kader Kurtcebe", date: "Tarih: 15 Aralık 2024", title: "Korkumu Yendim", quote: "Hayatımda dişten çektiğim kadar hiçbir şeyden çekmedim. Normalde diş koltuğuna oturunca bayılırdım. Enes Hoca sayesinde korkumu yendim. İşini para için yapmayan nadir doktorlardan.", tag: "Hasta Deneyimi", avatarSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-is-smiling-by-touching-her-cheeks-with-forefinger-white-background_176474-114757.jpg"},
{
id: "2",
name: "Hanne Solmaz",
date: "Tarih: 10 Aralık 2024",
title: "Profesyonel ve İlgili",
quote: "Kanarya ağız ve diş sağlığına hizmetlerinden dolayı teşekkür ederim. İlgili ve profesyonel şekilde tedavim tamamlandı. Ekip çok samimi ve sabrıydı.",
tag: "Hasta Memnuniyeti",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-is-smiling-by-touching-her-cheeks-with-forefinger-white-background_176474-114757.jpg?_wi=2",
},
id: "2", name: "Hanne Solmaz", date: "Tarih: 10 Aralık 2024", title: "Profesyonel ve İlgili", quote: "Kanarya ağız ve diş sağlığına hizmetlerinden dolayı teşekkür ederim. İlgili ve profesyonel şekilde tedavim tamamlandı. Ekip çok samimi ve sabrıydı.", tag: "Hasta Memnuniyeti", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-is-smiling-by-touching-her-cheeks-with-forefinger-white-background_176474-114757.jpg"},
{
id: "3",
name: "Murat Demir",
date: "Tarih: 5 Aralık 2024",
title: "Detaylı ve Özenli",
quote: "Her detayı özenle planlanmış çok güzel bir diş polikliniği. Doktor ve yardımcılar çok ilgili ve samimi. Tedavi sonrası danışmanlık da çok faydalı oldu.",
tag: "Operasyon Başarısı",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-is-smiling-by-touching-her-cheeks-with-forefinger-white-background_176474-114757.jpg?_wi=3",
},
id: "3", name: "Murat Demir", date: "Tarih: 5 Aralık 2024", title: "Detaylı ve Özenli", quote: "Her detayı özenle planlanmış çok güzel bir diş polikliniği. Doktor ve yardımcılar çok ilgili ve samimi. Tedavi sonrası danışmanlık da çok faydalı oldu.", tag: "Operasyon Başarısı", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-is-smiling-by-touching-her-cheeks-with-forefinger-white-background_176474-114757.jpg"},
{
id: "4",
name: "Ayşe Kara",
date: "Tarih: 1 Aralık 2024",
title: "Şeffaf Tedavi",
quote: "Gereksiz işlem yapılmıyor, her şey açıkça anlatılıyor. Doktor hemşiresi çok ilgili. Sterilite standartları çok yüksek. Kesinlikle tavsiye ederim.",
tag: "Kalite Taahhüdü",
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-is-smiling-by-touching-her-cheeks-with-forefinger-white-background_176474-114757.jpg?_wi=4",
},
id: "4", name: "Ayşe Kara", date: "Tarih: 1 Aralık 2024", title: "Şeffaf Tedavi", quote: "Gereksiz işlem yapılmıyor, her şey açıkça anlatılıyor. Doktor hemşiresi çok ilgili. Sterilite standartları çok yüksek. Kesinlikle tavsiye ederim.", tag: "Kalite Taahhüdü", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-is-smiling-by-touching-her-cheeks-with-forefinger-white-background_176474-114757.jpg"},
{
id: "5",
name: "Ercan Çetin",
date: "Tarih: 25 Kasım 2024",
title: "Modern Teknoloji",
quote: "Klinik çok modern ve temiz. Teknoloji çok gelişmiş. Doktor benim sorunumu çok iyi analiz etti. Tedavi süreci çok rahat geçti.",
tag: "Teknoloji Güveni",
avatarSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-is-smiling-by-touching-her-cheeks-with-forefinger-white-background_176474-114757.jpg?_wi=5",
},
id: "5", name: "Ercan Çetin", date: "Tarih: 25 Kasım 2024", title: "Modern Teknoloji", quote: "Klinik çok modern ve temiz. Teknoloji çok gelişmiş. Doktor benim sorunumu çok iyi analiz etti. Tedavi süreci çok rahat geçti.", tag: "Teknoloji Güveni", avatarSrc: "http://img.b2bpic.net/free-photo/couple-suffering-from-infertility_23-2149430773.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-is-smiling-by-touching-her-cheeks-with-forefinger-white-background_176474-114757.jpg"},
{
id: "6",
name: "Zeynep Yıldız",
date: "Tarih: 20 Kasım 2024",
title: "Aileme de Tavsiye Ettim",
quote: "Kanarya'da tedavim çok iyiydi. Doktor çok sakin ve rahatlatıcı. Aileme ve arkadaşlarıma tavsiye ettim. Hepsi de memnun kaldı.",
tag: "Tavsiye Edilen",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-is-smiling-by-touching-her-cheeks-with-forefinger-white-background_176474-114757.jpg?_wi=6",
},
id: "6", name: "Zeynep Yıldız", date: "Tarih: 20 Kasım 2024", title: "Aileme de Tavsiye Ettim", quote: "Kanarya'da tedavim çok iyiydi. Doktor çok sakin ve rahatlatıcı. Aileme ve arkadaşlarıma tavsiye ettim. Hepsi de memnun kaldı.", tag: "Tavsiye Edilen", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-is-smiling-by-touching-her-cheeks-with-forefinger-white-background_176474-114757.jpg"},
]}
/>
</div>
@@ -285,25 +201,13 @@ export default function HomePage() {
tagIcon={Trophy}
metrics={[
{
id: "1",
value: "100%",
title: "Hasta Memnuniyeti",
description: "Hastalarımız bizi seviyorlar ve tavsiye ediyorlar",
icon: Heart,
id: "1", value: "100%", title: "Hasta Memnuniyeti", description: "Hastalarımız bizi seviyorlar ve tavsiye ediyorlar", icon: Heart,
},
{
id: "2",
value: "20+",
title: "Yıl Deneyim",
description: "Semte ve hastalarına güven veren tecrübe",
icon: Heart,
id: "2", value: "20+", title: "Yıl Deneyim", description: "Semte ve hastalarına güven veren tecrübe", icon: Award,
},
{
id: "3",
value: "5000+",
title: "Mutlu Hasta",
description: "Güvenerek sağlığı teslim eden hastalar",
icon: Heart,
id: "3", value: "5000+", title: "Mutlu Hasta", description: "Güvenerek sağlığı teslim eden hastalar", icon: Smile,
},
]}
animationType="slide-up"
@@ -322,7 +226,7 @@ export default function HomePage() {
description="Rahat Ortam"
subdescription="Kanarya Polikliniği"
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg"
imageAlt="Modern klinik bekleme alanı"
mediaAnimation="slide-up"
useInvertedBackground={false}

View File

@@ -7,7 +7,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import Link from "next/link";
import { Sparkles, Trophy, Phone } from "lucide-react";
import { Sparkles, Trophy, Phone, Heart, Award, Smile } from "lucide-react";
export default function ServicesPage() {
const navItems = [
@@ -20,8 +20,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Hızlı Linkler",
items: [
title: "Hızlı Linkler", items: [
{ label: "Ana Sayfa", href: "/" },
{ label: "Hakkımızda", href: "about" },
{ label: "Tedaviler", href: "services" },
@@ -29,8 +28,7 @@ export default function ServicesPage() {
],
},
{
title: "Bilgiler",
items: [
title: "Bilgiler", items: [
{ label: "Gizlilik Politikası", href: "#" },
{ label: "Kullanım Şartları", href: "#" },
{ label: "İletişim", href: "/iletisim" },
@@ -38,8 +36,7 @@ export default function ServicesPage() {
],
},
{
title: "İletişim",
items: [
title: "İletişim", items: [
{ label: "Telefon: +90 555 123 4567", href: "tel:+905551234567" },
{ label: "Email: info@kanarya-dis.com", href: "mailto:info@kanarya-dis.com" },
{ label: "Adres: Kanarya Mah., Küçükçekmece, İstanbul", href: "#" },
@@ -77,37 +74,21 @@ export default function ServicesPage() {
<FeatureCardTwentyThree
features={[
{
id: "1",
title: "İmplant Tedavisi",
tags: ["Estetik", "Dayanıklı"],
id: "1", title: "İmplant Tedavisi", tags: ["Estetik", "Dayanıklı"],
imageSrc:
"http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67307.jpg?_wi=2",
imageAlt: "Implant tedavisi görseli",
},
"http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67307.jpg", imageAlt: "Implant tedavisi görseli"},
{
id: "2",
title: "Diş Beyazlatma",
tags: ["Hızlı", "Etkili"],
id: "2", title: "Diş Beyazlatma", tags: ["Hızlı", "Etkili"],
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-girl-with-toothy-smile_1301-2346.jpg?_wi=2",
imageAlt: "Diş beyazlatma tedavisi",
},
"http://img.b2bpic.net/free-photo/cheerful-girl-with-toothy-smile_1301-2346.jpg", imageAlt: "Diş beyazlatma tedavisi"},
{
id: "3",
title: "Ortodonti",
tags: ["Hizalama", "Güzel Gülüş"],
id: "3", title: "Ortodonti", tags: ["Hizalama", "Güzel Gülüş"],
imageSrc:
"http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67460.jpg?_wi=2",
imageAlt: "Ortodonti tedavisi",
},
"http://img.b2bpic.net/free-photo/dental-procedure-installing-braces-close-up-dentistry-braces-teeth_169016-67460.jpg", imageAlt: "Ortodonti tedavisi"},
{
id: "4",
title: "Estetik Diş Hekimliği",
tags: ["Tasarım", "Profesyonel"],
id: "4", title: "Estetik Diş Hekimliği", tags: ["Tasarım", "Profesyonel"],
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-bun-brunette-hair-tattoo-her-shoulder-stripped-top-attractive-female-smiling-with-all-her-white-teeth-putting-her-hand-chest-endless-joy_273609-5710.jpg?_wi=2",
imageAlt: "Estetik diş tedavisi",
},
"http://img.b2bpic.net/free-photo/portrait-happy-caucasian-girl-with-bun-brunette-hair-tattoo-her-shoulder-stripped-top-attractive-female-smiling-with-all-her-white-teeth-putting-her-hand-chest-endless-joy_273609-5710.jpg", imageAlt: "Estetik diş tedavisi"},
]}
animationType="slide-up"
title="Tedavilerimiz"
@@ -123,25 +104,13 @@ export default function ServicesPage() {
<MetricCardOne
metrics={[
{
id: "1",
value: "100%",
title: "Hasta Memnuniyeti",
description: "Hastalarımız bizi seviyorlar ve tavsiye ediyorlar",
icon: "Heart",
id: "1", value: "100%", title: "Hasta Memnuniyeti", description: "Hastalarımız bizi seviyorlar ve tavsiye ediyorlar", icon: Heart,
},
{
id: "2",
value: "20+",
title: "Yıl Deneyim",
description: "Semte ve hastalarına güven veren tecrübe",
icon: "Award",
id: "2", value: "20+", title: "Yıl Deneyim", description: "Semte ve hastalarına güven veren tecrübe", icon: Award,
},
{
id: "3",
value: "5000+",
title: "Mutlu Hasta",
description: "Güvenerek sağlığı teslim eden hastalar",
icon: "Smile",
id: "3", value: "5000+", title: "Mutlu Hasta", description: "Güvenerek sağlığı teslim eden hastalar", icon: Smile,
},
]}
animationType="slide-up"
@@ -163,13 +132,9 @@ export default function ServicesPage() {
description="Randevu almak veya sorularınız için bize ulaşın. Kanarya ekibi size yardımcı olmaktan mutlu olacaktır."
buttons={[
{
text: "Randevu Talep Et",
href: "/iletisim",
},
text: "Randevu Talep Et", href: "/iletisim"},
{
text: "WhatsApp ile Yazın",
href: "https://wa.me/905551234567",
},
text: "WhatsApp ile Yazın", href: "https://wa.me/905551234567"},
]}
background={{ variant: "plain" }}
useInvertedBackground={false}