diff --git a/src/app/page.tsx b/src/app/page.tsx
index bbff4a2..f79b0fb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,69 +31,29 @@ export default function LandingPage() {
@@ -110,20 +70,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
- negativeCard={{
- items: [
- "Geç müdahale",
- "Eksik teşhis",
- "Yanlış tedavi",
- ],
- }}
- positiveCard={{
- items: [
- "Tam zamanlı kontrol",
- "İleri laboratuvar tetkik",
- "Modern cerrahi yöntemler",
- ],
- }}
+ negativeCard={{ items: ["Geç müdahale", "Eksik teşhis", "Yanlış tedavi"] }}
+ positiveCard={{ items: ["Tam zamanlı kontrol", "İleri laboratuvar tetkik", "Modern cerrahi yöntemler"] }}
title="Sunduğumuz Hizmetler"
description="Kliniğimizde sunduğumuz kapsamlı tedavi süreçleri ile minik dostlarımızın sağlığını önemsiyoruz."
/>
@@ -136,42 +84,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Kuru Mama",
- price: "450 TL",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-pet-food-composition_23-2148982344.jpg",
- },
- {
- id: "p2",
- name: "Vitamin Takviyesi",
- price: "200 TL",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning-dog-medium-shot_23-2149652648.jpg",
- },
- {
- id: "p3",
- name: "Kedi Kumu",
- price: "150 TL",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930418.jpg",
- },
- {
- id: "p4",
- name: "Tasma",
- price: "80 TL",
- imageSrc: "http://img.b2bpic.net/free-photo/adorable-dalmatian-dog-with-muzzle-outdoors_23-2149198346.jpg",
- },
- {
- id: "p5",
- name: "Kedi Oyuncağı",
- price: "50 TL",
- imageSrc: "http://img.b2bpic.net/free-photo/cat-toy-doodle-cornish-rex-cat-s-head-white-background_23-2147840944.jpg",
- },
- {
- id: "p6",
- name: "Veteriner Şampuanı",
- price: "120 TL",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dog-bed_23-2149398044.jpg",
- },
+ { id: "p1", name: "Kuru Mama", price: "450 TL", imageSrc: "http://img.b2bpic.net/free-photo/still-life-pet-food-composition_23-2148982344.jpg" },
+ { id: "p2", name: "Vitamin Takviyesi", price: "200 TL", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-cleaning-dog-medium-shot_23-2149652648.jpg" },
+ { id: "p3", name: "Kedi Kumu", price: "150 TL", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930418.jpg" },
+ { id: "p4", name: "Tasma", price: "80 TL", imageSrc: "http://img.b2bpic.net/free-photo/adorable-dalmatian-dog-with-muzzle-outdoors_23-2149198346.jpg" },
+ { id: "p5", name: "Kedi Oyuncağı", price: "50 TL", imageSrc: "http://img.b2bpic.net/free-photo/cat-toy-doodle-cornish-rex-cat-s-head-white-background_23-2147840944.jpg" },
+ { id: "p6", name: "Veteriner Şampuanı", price: "120 TL", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dog-bed_23-2149398044.jpg" },
]}
title="Pet Market Ürünlerimiz"
description="Evcil dostlarınız için kaliteli ve sağlıklı ürün seçeneklerimiz."
@@ -184,27 +102,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "5000+",
- title: "Tedavi Edilen Hayvan",
- description: "Mutlu hasta",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg",
- },
- {
- id: "m2",
- value: "15",
- title: "Uzman Personel",
- description: "Deneyimli ekip",
- imageSrc: "http://img.b2bpic.net/free-photo/guy-girl-volunteers-friends-white-t-shirts-humanitarian-aid-poor_1157-46646.jpg",
- },
- {
- id: "m3",
- value: "10",
- title: "Yıllık Deneyim",
- description: "Güvenilir hizmet",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-veterinarian-helping-cat_23-2149304270.jpg",
- },
+ { id: "m1", value: "5000+", title: "Tedavi Edilen Hayvan", description: "Mutlu hasta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-latest-financial-results-desk_1098-1983.jpg" },
+ { id: "m2", value: "15", title: "Uzman Personel", description: "Deneyimli ekip", imageSrc: "http://img.b2bpic.net/free-photo/guy-girl-volunteers-friends-white-t-shirts-humanitarian-aid-poor_1157-46646.jpg" },
+ { id: "m3", value: "10", title: "Yıllık Deneyim", description: "Güvenilir hizmet", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-veterinarian-helping-cat_23-2149304270.jpg" },
]}
title="Klinik Başarılarımız"
description="Gururla paylaştığımız istatistiklerimiz."
@@ -218,26 +118,11 @@ export default function LandingPage() {
rating={5}
author="Ayşe Yılmaz"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
- alt: "Hasta sahibi",
- },
- {
- src: "http://img.b2bpic.net/free-photo/cute-stylish-family-spring-park_1157-23120.jpg",
- alt: "Hasta sahibi",
- },
- {
- src: "http://img.b2bpic.net/free-photo/happy-mother-embracing-her-daughter-dog_23-2147637117.jpg",
- alt: "Hasta sahibi",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
- alt: "Hasta sahibi",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
- alt: "Hasta sahibi",
- },
+ { src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Hasta sahibi" },
+ { src: "http://img.b2bpic.net/free-photo/cute-stylish-family-spring-park_1157-23120.jpg", alt: "Hasta sahibi" },
+ { src: "http://img.b2bpic.net/free-photo/happy-mother-embracing-her-daughter-dog_23-2147637117.jpg", alt: "Hasta sahibi" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", alt: "Hasta sahibi" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "Hasta sahibi" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -249,21 +134,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "f1",
- title: "Aşılar ne zaman yapılmalı?",
- content: "Genel olarak yavru döneminde veteriner hekim takvimine göre ilerlenir.",
- },
- {
- id: "f2",
- title: "Acil durum hizmeti var mı?",
- content: "Kliniğimiz hafta içi ve hafta sonu belirli saatlerde acil durumlar için hizmet vermektedir.",
- },
- {
- id: "f3",
- title: "Randevu almam gerekiyor mu?",
- content: "Daha iyi hizmet için randevu almanızı tavsiye ederiz.",
- },
+ { id: "f1", title: "Aşılar ne zaman yapılmalı?", content: "Genel olarak yavru döneminde veteriner hekim takvimine göre ilerlenir." },
+ { id: "f2", title: "Acil durum hizmeti var mı?", content: "Kliniğimiz hafta içi ve hafta sonu belirli saatlerde acil durumlar için hizmet vermektedir." },
+ { id: "f3", title: "Randevu almam gerekiyor mu?", content: "Daha iyi hizmet için randevu almanızı tavsiye ederiz." },
]}
title="Sıkça Sorulan Sorular"
description="Merak ettiklerinizi burada bulabilirsiniz."
@@ -274,9 +147,7 @@ export default function LandingPage() {
@@ -286,29 +157,15 @@ export default function LandingPage() {
logoText="Cem Veteriner"
columns={[
{
- title: "Hizmetler",
- items: [
- {
- label: "Cerrahi",
- href: "#",
- },
- {
- label: "Aşı",
- href: "#",
- },
+ title: "Hizmetler", items: [
+ { label: "Cerrahi", href: "#" },
+ { label: "Aşı", href: "#" },
],
},
{
- title: "İletişim",
- items: [
- {
- label: "Konum",
- href: "#",
- },
- {
- label: "Randevu",
- href: "#",
- },
+ title: "İletişim", items: [
+ { label: "Konum", href: "#" },
+ { label: "Randevu", href: "#" },
],
},
]}