From d3a32a0eee8033c82e22b4149cb53296e1c973f4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:02:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6889e2b..faba2d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,13 +53,13 @@ export default function LandingPage() { testimonials={[ { name: "Aylin Kaya", handle: "Food Enthusiast", testimonial: "The most authentic Uzbek cuisine I've experienced! Every dish tells a story.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg?_wi=1"}, { name: "Mehmet Demir", handle: "Travel Blogger", testimonial: "A culinary journey through Central Asia without leaving Istanbul.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg?_wi=1"}, { name: "Fatima Özkan", handle: "Restaurant Critic", testimonial: "Payitaht sets the standard for traditional Uzbek hospitality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up_176474-95524.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up_176474-95524.jpg?_wi=1"}, ]} buttons={[ { text: "Reserve Your Table", href: "contact" }, @@ -121,13 +121,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Aylin Kaya", role: "Food Enthusiast", company: "Istanbul", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg?_wi=2"}, { id: "2", name: "Mehmet Demir", role: "Travel Writer", company: "Turkey", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg?_wi=2"}, { id: "3", name: "Fatima Özkan", role: "Restaurant Critic", company: "Food Magazine", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up_176474-95524.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up_176474-95524.jpg?_wi=2"}, { id: "4", name: "Kerem Arslan", role: "Business Owner", company: "Ankara", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glad-wet-guy-with-shining-perfect-smile-has-walk-rainy-weather-enjoys-favourite-track-earphones_273609-8617.jpg"},