From 0b8e6198178de5dbdb317ee2a42735564440d6cb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:10:44 +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 36ccfe2..c848ae5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "Coffee Enthusiast", testimonial: "The best espresso in the city. Every cup is perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg?_wi=1" }, { name: "Michael Rodriguez", handle: "Regular Customer", testimonial: "Perfect place to start my morning. Consistently excellent.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg?_wi=1" }, { name: "Emily Watson", handle: "Food Blogger", testimonial: "Outstanding atmosphere and quality coffee. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg?_wi=1" } ]} buttons={[ @@ -145,15 +145,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Coffee Enthusiast", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg?_wi=2" }, { id: "2", name: "Michael Rodriguez", role: "Business Owner", company: "Downtown District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg?_wi=2" }, { id: "3", name: "Emily Watson", role: "Food Blogger", company: "Coffee Chronicles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg?_wi=2" }, { id: "4", name: "James Park", role: "Regular Customer", company: "Creative Professional", rating: 5, -- 2.49.1