From 025217081f6c37d7a16d0d5ef5fe70b2890f50a5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 12:05:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f63d524..d880336 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,35 +70,35 @@ export default function LandingPage() { handle: "@enis", testimonial: "Her zaman çok taze ve lezzetli. Güler yüzlü hizmetiyle Urla'nın vazgeçilmezi.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-drag-queen-with-drink_23-2149556855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-drag-queen-with-drink_23-2149556855.jpg?_wi=1", }, { name: "Newqves", handle: "@newqves", testimonial: "Sardalya ve levrek ikisi de çok güzeldi. Fiyatlar uygun, servis hızlı.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-raw-fish-fresh-chopped-vegetables-lemon-slices-spices-gray-plate-cutlery-set-black-distressed-surface_179666-42655.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-raw-fish-fresh-chopped-vegetables-lemon-slices-spices-gray-plate-cutlery-set-black-distressed-surface_179666-42655.jpg?_wi=1", }, { name: "Ayşe Y.", handle: "@aysey", testimonial: "Temiz ve leziz bir küçük restoran. Saygılı işletmeciler.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg?_wi=1", }, { name: "Mehmet K.", handle: "@mehmetk", testimonial: "Balık ekmek yemek için Urla'da ilk tercih ettiğimiz yer.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg?_wi=1", }, { name: "Zeynep B.", handle: "@zeyneb", testimonial: "Harika bir atmosfer ve taze balık. Kesinlikle tavsiye ederim.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg?_wi=1", }, ]} imageSrc="http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_23-2149684443.jpg" @@ -286,7 +286,7 @@ export default function LandingPage() { role: "Müşteri", company: "Urla", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-drag-queen-with-drink_23-2149556855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-drag-queen-with-drink_23-2149556855.jpg?_wi=2", }, { id: "t2", @@ -294,7 +294,7 @@ export default function LandingPage() { role: "Rehber", company: "İzmir", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-raw-fish-fresh-chopped-vegetables-lemon-slices-spices-gray-plate-cutlery-set-black-distressed-surface_179666-42655.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-raw-fish-fresh-chopped-vegetables-lemon-slices-spices-gray-plate-cutlery-set-black-distressed-surface_179666-42655.jpg?_wi=2", }, { id: "t3", @@ -302,7 +302,7 @@ export default function LandingPage() { role: "Müşteri", company: "Urla", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg?_wi=2", }, { id: "t4", @@ -310,7 +310,7 @@ export default function LandingPage() { role: "Müşteri", company: "İzmir", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-cocktails_1157-32440.jpg?_wi=2", }, { id: "t5", @@ -318,7 +318,7 @@ export default function LandingPage() { role: "Müşteri", company: "Urla", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1