From 6507330e983674f8127403a584ed0d9eb74791d4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 15:24:59 +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 27dbc2e..28e1447 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Ali Khan", handle: "@alikhan", testimonial: "The food is consistently excellent and fresh.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg?_wi=1"}, { name: "Sara Ahmed", handle: "@saraahmed", testimonial: "Great atmosphere and friendly service every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg?_wi=1"}, { name: "Omar Raza", handle: "@omarraza", testimonial: "My go-to place for a quick and tasty lunch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-proposing-his-lover_23-2148060599.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-proposing-his-lover_23-2148060599.jpg?_wi=1"}, { name: "Fatima Z.", handle: "@fatimaz", testimonial: "The variety of dishes keeps me coming back.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg?_wi=1"}, { name: "Ahmed Noor", handle: "@ahmedn", testimonial: "Best food park in town, hands down.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-male-chef-wearing-glasses-uniform-cap-looking-camera-stretching-bowl-macaroni-pasta-out-towards-camera-isolated-blue-background_141793-138550.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-male-chef-wearing-glasses-uniform-cap-looking-camera-stretching-bowl-macaroni-pasta-out-towards-camera-isolated-blue-background_141793-138550.jpg?_wi=1"}, ]} buttons={[ { @@ -177,19 +177,19 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "John Doe", role: "Visitor", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg?_wi=2"}, { id: "t2", name: "Jane Smith", role: "Visitor", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg?_wi=2"}, { id: "t3", name: "Bob Brown", role: "Visitor", company: "Local", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-proposing-his-lover_23-2148060599.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-proposing-his-lover_23-2148060599.jpg?_wi=2"}, { id: "t4", name: "Alice White", role: "Visitor", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg?_wi=2"}, { id: "t5", name: "Charlie Gray", role: "Visitor", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-male-chef-wearing-glasses-uniform-cap-looking-camera-stretching-bowl-macaroni-pasta-out-towards-camera-isolated-blue-background_141793-138550.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-male-chef-wearing-glasses-uniform-cap-looking-camera-stretching-bowl-macaroni-pasta-out-towards-camera-isolated-blue-background_141793-138550.jpg?_wi=2"}, ]} kpiItems={[ { -- 2.49.1