diff --git a/src/app/doktorlar/page.tsx b/src/app/doktorlar/page.tsx
index 7f945a7..cdaba02 100644
--- a/src/app/doktorlar/page.tsx
+++ b/src/app/doktorlar/page.tsx
@@ -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() {
@@ -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}
diff --git a/src/app/tedaviler/page.tsx b/src/app/tedaviler/page.tsx
index a3696a7..dee1cfe 100644
--- a/src/app/tedaviler/page.tsx
+++ b/src/app/tedaviler/page.tsx
@@ -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() {