From 737f94ed5c646832aaaffdc3d08c3342502a7c7d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:26:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b793cc..48cd18f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { testimonials={[ { name: "Ravi Kumar", handle: "Food Enthusiast", testimonial: "The best kebabs in Lucknow! Authentic flavors and perfect grilling.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"}, { name: "Priya Singh", handle: "Regular Customer", testimonial: "Exceptional quality and authentic taste. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"}, ]} buttons={[ { text: "Reserve Table", href: "contact" }, @@ -129,10 +129,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ravi Kumar", role: "Food Critic", company: "Lucknow Food Blog", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2"}, { id: "2", name: "Priya Singh", role: "Regular Customer", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2"}, { id: "3", name: "Amit Verma", role: "Corporate Client", company: "Tech Startup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-guy-with-beard-looking-happy_176420-18707.jpg"}, -- 2.49.1