From 40387507b052993ae3ac29843495239ee6dc6e6d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:24:54 +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 68c3441..41a36ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,7 +137,7 @@ export default function LandingPage() { }, { id: "2", name: "M Sohail Ghani", role: "Food Enthusiast", company: "Sahiwal Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "M Sohail Ghani" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "M Sohail Ghani" }, { id: "3", name: "Hadi Rehman", role: "Customer", company: "Circles Bakery Fan", rating: 5, @@ -145,15 +145,15 @@ export default function LandingPage() { }, { id: "4", name: "Ahmed Khan", role: "Event Planner", company: "Celebrations & Events", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Ahmed Khan" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Ahmed Khan" }, { id: "5", name: "Fatima Hassan", role: "Frequent Customer", company: "Sahiwal Families", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Fatima Hassan" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Fatima Hassan" }, { id: "6", name: "Sara Ali", role: "Corporate Buyer", company: "Office Catering", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sara Ali" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Sara Ali" } ]} kpiItems={[ -- 2.49.1