From 42d8e2be15b2145838e7da63d1d9fbd587ef13c8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 12:45:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10cd86d..01102d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,12 +63,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-vector/beauty-saloon-flyer-template_23-2148936319.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/beauty-saloon-flyer-template_23-2148936319.jpg?_wi=1", imageAlt: "Salon ortamı", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-brush-staring-ahead-white-wall_114579-49568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-brush-staring-ahead-white-wall_114579-49568.jpg?_wi=1", imageAlt: "Saç kesim", }, { @@ -115,7 +115,7 @@ export default function LandingPage() { description: "Yüz hattınıza en uygun modelleri belirliyoruz.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/bride-getting-hair-done-side-view_23-2149860771.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bride-getting-hair-done-side-view_23-2149860771.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -131,7 +131,7 @@ export default function LandingPage() { title: "Sakal Tıraşı", subtitle: "Klasik ve Ustura", description: "Geleneksel ustura teknikleriyle pürüzsüz sakal bakımı.", - imageSrc: "http://img.b2bpic.net/free-vector/beauty-saloon-flyer-template_23-2148936319.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/beauty-saloon-flyer-template_23-2148936319.jpg?_wi=2", imageAlt: "modern barber shop interior", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { title: "Saç Boyama", subtitle: "Profesyonel Renklendirme", description: "Özel karışımlarla saçınıza sağlık katan renkler.", - imageSrc: "http://img.b2bpic.net/free-photo/bride-getting-hair-done-side-view_23-2149860771.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bride-getting-hair-done-side-view_23-2149860771.jpg?_wi=2", imageAlt: "barber cutting hair with precision", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { title: "Cilt Bakımı", subtitle: "Yüz ve Cilt Yenileme", description: "Cildinizi canlandıracak profesyonel bakımlar.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-brush-staring-ahead-white-wall_114579-49568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-brush-staring-ahead-white-wall_114579-49568.jpg?_wi=2", imageAlt: "modern mens haircut style", }, ]} @@ -226,7 +226,7 @@ export default function LandingPage() { { id: "1", name: "Ahmet Y.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-dog_23-2149335075.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-dog_23-2149335075.jpg?_wi=1", }, { id: "2", @@ -246,7 +246,7 @@ export default function LandingPage() { { id: "5", name: "Murat T.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-dog_23-2149335075.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-dog_23-2149335075.jpg?_wi=2", }, ]} cardTitle="Müşterilerimiz Ne Dedi?" -- 2.49.1