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() {