Skip to content

Commit 5dc4427

Browse files
committed
Update contact information and operating hours across multiple components
1 parent c7d0a26 commit 5dc4427

10 files changed

Lines changed: 39 additions & 39 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@type": "MedicalOrganization",
5454
"name": "Pasteur Laboratuvarı",
5555
"description": "Modern altyapımız ve uzman kadromuzla güvenilir tanı hizmetleri sunuyoruz.",
56-
"url": "https://etiklab.net",
57-
"telephone": "+905338403273",
56+
"url": "https://kibrispasteurlab.com",
57+
"telephone": "+905338834334",
5858
"address": {
5959
"@type": "PostalAddress",
6060
"addressLocality": "İstanbul",

src/components/about/CorporateHero.tsx

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,18 @@ export const CorporateHero = () => (
7272
Akredite Kalite Standartları
7373
</p>
7474
<div className="flex items-center justify-center gap-8 md:gap-12 flex-wrap">
75-
{[
76-
"/accreditations/kktc.png",
77-
"/accreditations/kbudek.png",
78-
"/accreditations/etik-hastanesi.png",
79-
].map((src, i) => (
80-
<div key={i} className="relative group">
81-
<div className="absolute inset-0 bg-white/10 rounded-2xl blur-xl group-hover:bg-white/20 transition-all" />
82-
<img
83-
src={getImagePath(src)}
84-
className="relative h-12 md:h-16 lg:h-20 opacity-90 hover:opacity-100 transition-all group-hover:scale-110 rounded-xl"
85-
alt="Akreditasyon"
86-
/>
87-
</div>
88-
))}
75+
{["/accreditations/kktc.png", "/accreditations/kbudek.png"].map(
76+
(src, i) => (
77+
<div key={i} className="relative group">
78+
<div className="absolute inset-0 bg-white/10 rounded-2xl blur-xl group-hover:bg-white/20 transition-all" />
79+
<img
80+
src={getImagePath(src)}
81+
className="relative h-12 md:h-16 lg:h-20 opacity-90 hover:opacity-100 transition-all group-hover:scale-110 rounded-xl"
82+
alt="Akreditasyon"
83+
/>
84+
</div>
85+
),
86+
)}
8987
</div>
9088
</div>
9189
</div>

src/components/forms/ServiceContactForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export function ServiceContactForm({
193193
<div className="space-y-3">
194194
<div className="flex items-center gap-2">
195195
<Phone className="w-4 h-4 text-primary" />
196-
<span>+90 533 871 20 42</span>
196+
<span>+90 533 883 43 34</span>
197197
</div>
198198
<div className="flex items-center gap-2">
199199
<Mail className="w-4 h-4 text-primary" />
@@ -207,7 +207,7 @@ export function ServiceContactForm({
207207
</div>
208208
<div className="flex items-center gap-2">
209209
<Clock className="w-4 h-4 text-primary" />
210-
<span>Pzt - Cmt: 07:00 - 23:00</span>
210+
<span>Pzt-Cuma: 08:00-18:00, Cmt: 08:00-13:00, Pazar: Kapalı</span>
211211
</div>
212212
</div>
213213
</div>

src/components/home/HeroSection.tsx

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function HeroSection() {
2323
className="absolute inset-0 bg-cover bg-center"
2424
style={{
2525
backgroundImage: `url('${getImagePath(
26-
"medical-pictures/image.png"
26+
"medical-pictures/image.png",
2727
)}')`,
2828
transform: `translateY(${scrollY * 0.5}px)`,
2929
}}
@@ -114,18 +114,16 @@ export function HeroSection() {
114114
{/* Scrolling logos */}
115115
<div className="relative w-full overflow-hidden">
116116
<div className="flex items-center justify-center gap-6 sm:gap-8 md:gap-10 lg:gap-12 xl:gap-16 flex-wrap">
117-
{[
118-
"/accreditations/kktc.png",
119-
"/accreditations/kbudek.png",
120-
"/accreditations/etik-hastanesi.png",
121-
].map((src, i) => (
122-
<img
123-
key={i}
124-
src={getImagePath(src)}
125-
className=" h-10 sm:h-12 md:h-14 lg:h-16 opacity-90 hover:opacity-100 transition-all rounded-xl"
126-
alt="Akreditasyon"
127-
/>
128-
))}
117+
{["/accreditations/kktc.png", "/accreditations/kbudek.png"].map(
118+
(src, i) => (
119+
<img
120+
key={i}
121+
src={getImagePath(src)}
122+
className=" h-10 sm:h-12 md:h-14 lg:h-16 opacity-90 hover:opacity-100 transition-all rounded-xl"
123+
alt="Akreditasyon"
124+
/>
125+
),
126+
)}
129127
</div>
130128
</div>
131129
</div>

src/components/layout/FloatingButtons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function FloatingButtons() {
3939
"
4040
asChild
4141
>
42-
<a href="tel:+905338403273" aria-label="Bizi arayın">
42+
<a href="tel:+905338834334" aria-label="Bizi arayın">
4343
<PhoneCall className="w-6 h-6" />
4444
</a>
4545
</Button> */}

src/components/layout/Footer.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function Footer() {
6666
className="flex items-center gap-3 text-white/80 hover:text-primary transition-colors"
6767
>
6868
<Phone className="w-5 h-5 flex-shrink-0" />
69-
<span>+90 533 871 20 42</span>
69+
<span>+90 533 883 43 34</span>
7070
</a>
7171
<a
7272
href="mailto:info@kibrispasteurlab.com"
@@ -84,7 +84,9 @@ export function Footer() {
8484
</div>
8585
<div className="flex items-center gap-3 text-white/80">
8686
<Clock className="w-5 h-5 flex-shrink-0" />
87-
<span>7/24</span>
87+
<span>
88+
Pzt-Cuma: 08:00-18:00, Cmt: 08:00-13:00, Pazar: Kapalı
89+
</span>
8890
</div>
8991
</div>
9092
</div>

src/pages/Appointment.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default function Appointment() {
8585
<div>
8686
<div className="font-medium text-foreground">Saat Seçin</div>
8787
<div className="text-muted-foreground text-sm">
88-
07:00 - 23:00 arası
88+
Pzt-Cuma: 08:00-18:00, Cmt: 08:00-13:00
8989
</div>
9090
</div>
9191
</div>

src/pages/Contact.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ const contactInfo = [
1111
{
1212
icon: Clock,
1313
label: "Çalışma Saatleri",
14-
value: "7/24",
14+
value: "Pzt-Cuma: 08:00-18:00, Cmt: 08:00-13:00, Pazar: Kapalı",
1515
href: "#",
1616
},
1717
{
1818
icon: Phone,
1919
label: "Telefon No:",
20-
value: "+90 533 871 20 42",
20+
value: "+90 533 883 43 34",
2121
href: "tel:+905338712042",
2222
},
2323
{

src/pages/TestRequest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export default function TestRequest() {
200200
</h4>
201201
<p className="text-red-700 text-sm">
202202
Test isteğiniz gönderilemedi. Lütfen daha sonra tekrar
203-
deneyin veya +90 533 871 20 42 numaralı telefonu arayın.
203+
deneyin veya +90 533 883 43 34 numaralı telefonu arayın.
204204
</p>
205205
</div>
206206
</div>

src/pages/services/AyaktanHasta.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ export default function AyaktanHasta() {
110110
<h4 className="text-lg font-semibold">Mesai Saatleri</h4>
111111
</div>
112112
<p className="text-muted-foreground">
113-
Pazartesi - Pazar: 07:00 - 23:00
113+
Pazartesi - Cuma: 08:00 - 18:00
114+
<br />
115+
Cumartesi: 08:00 - 13:00
114116
<br />
115117
Pazar: Kapalı
116118
</p>

0 commit comments

Comments
 (0)