From 9189f0d98d1079cd8f99dbccd4ef01accf15d312 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:16:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8468b6e..0730c7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,23 +70,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slice-delicious-with-raspberries-dark-surface_140725-44032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slice-delicious-with-raspberries-dark-surface_140725-44032.jpg?_wi=1", imageAlt: "Şık restoran atmosferi", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_1203-8914.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_1203-8914.jpg?_wi=1", imageAlt: "Özel pizza sunumu", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slice-delicious-with-raspberries-dark-surface_140725-44032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slice-delicious-with-raspberries-dark-surface_140725-44032.jpg?_wi=2", imageAlt: "Modern İtalyan mekanı iç detay", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_1203-8914.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_1203-8914.jpg?_wi=2", imageAlt: "Artizan pizza çekimi", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=1", imageAlt: "Konforlu yemek alanı", }, ]} @@ -115,7 +115,7 @@ export default function LandingPage() { title: "Özenli Hizmet", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=2" imageAlt="Restoran atmosferi" videoSrc="https://www.w3schools.com/html/mov_bbb.mp4" /> @@ -163,19 +163,19 @@ export default function LandingPage() { id: "f1", title: "Şık Atmosfer", description: "Özel günler, date ve kız kıza buluşmalar için ideal ortam.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slice-delicious-with-raspberries-dark-surface_140725-44032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slice-delicious-with-raspberries-dark-surface_140725-44032.jpg?_wi=3", }, { id: "f2", title: "Özel Kampanyalar", description: "Pazartesi ve Salı şaraplarda %50 indirim fırsatları.", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_1203-8914.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-ham-mushroom_1203-8914.jpg?_wi=3", }, { id: "f3", title: "Profesyonel Servis", description: "Özenli ve hızlı servis anlayışıyla kusursuz bir deneyim.", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=3", }, ]} title="Neden Biz?" @@ -196,7 +196,7 @@ export default function LandingPage() { role: "Mimar", company: "Ümitköy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/healthy-people-girl-happy-lunch_1303-1901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-people-girl-happy-lunch_1303-1901.jpg?_wi=1", }, { id: "t2", @@ -228,7 +228,7 @@ export default function LandingPage() { role: "İç Mimar", company: "Çankaya", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/healthy-people-girl-happy-lunch_1303-1901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-people-girl-happy-lunch_1303-1901.jpg?_wi=2", }, ]} title="Misafirlerimizden" -- 2.49.1