Update src/app/tedaviler/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user