From 023242e8848e737b1a149da23701925ff1d6b47f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:03:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b045d0..dc7d155 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,13 +170,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg", imageAlt: "Maria Chen testimonial"}, { id: "2", name: "James Rodriguez", role: "Lunch Break Enthusiast", company: "Local Professionals", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "James Rodriguez testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "James Rodriguez testimonial"}, { id: "3", name: "Sophie Williams", role: "Food Explorer", company: "Community Members", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-while-talking-each-other-dining-table_637285-2880.jpg", imageAlt: "Sophie Williams testimonial"}, { id: "4", name: "Antonio Martelli", role: "Italian Heritage Appreciator", company: "Neighborhood Advocates", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Antonio Martelli testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Antonio Martelli testimonial"}, ]} kpiItems={[ { value: "4.8★", label: "Average Rating" }, -- 2.49.1