From 7cdde6eba188bab72fdd87284bf394914f362c0f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 17:28:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a897280..f0bb593 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,35 +54,35 @@ export default function LandingPage() { handle: "@ahmet", testimonial: "Turgutlu’da et yemek istiyorsanız hiç düşünmeden gelin.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg?_wi=1", }, { name: "Ayşe K.", handle: "@ayse", testimonial: "Gerçekten kaliteli et ve çok iyi hizmet.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-people-having-dinner-wine-together_23-2148454130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-people-having-dinner-wine-together_23-2148454130.jpg?_wi=1", }, { name: "Mehmet S.", handle: "@mehmet", testimonial: "Servis hızı ve etin pişme derecesi harikaydı.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-people-holding-drinks_23-2150124821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-people-holding-drinks_23-2150124821.jpg?_wi=1", }, { name: "Zeynep D.", handle: "@zeynep", testimonial: "Atmosfer çok şık, etler ise lokum gibi.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216156.jpg?_wi=1", }, { name: "Can B.", handle: "@can", testimonial: "Fiyat/Performans açısından bölgedeki en iyi yer.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg?_wi=1", }, ]} buttons={[ @@ -95,7 +95,7 @@ export default function LandingPage() { href: "https://wa.me/905326267499", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-burnt-paper-with-flames_23-2150104369.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-burnt-paper-with-flames_23-2150104369.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", @@ -159,7 +159,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-burnt-paper-with-flames_23-2150104369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-burnt-paper-with-flames_23-2150104369.jpg?_wi=2", imageAlt: "gourmet steak on plate", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg?_wi=2", imageAlt: "gourmet steak on plate", }, ]} @@ -264,27 +264,27 @@ export default function LandingPage() { { id: "1", name: "Müşteri 1", - imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-scent-roses-flower-waiting-date_496169-221.jpg?_wi=3", }, { id: "2", name: "Müşteri 2", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-people-having-dinner-wine-together_23-2148454130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-people-having-dinner-wine-together_23-2148454130.jpg?_wi=2", }, { id: "3", name: "Müşteri 3", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-people-holding-drinks_23-2150124821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-people-holding-drinks_23-2150124821.jpg?_wi=2", }, { id: "4", name: "Müşteri 4", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-valentine-s-day-while-having-lunch-wine-together_23-2149216156.jpg?_wi=2", }, { id: "5", name: "Müşteri 5", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg?_wi=2", }, ]} cardTitle="Misafir Yorumları" -- 2.49.1