From 29326b02414720b1fd867c55466a3fbcfdd058f4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:15:47 +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 c63ead8..4266903 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,35 +53,35 @@ export default function LandingPage() { handle: "Davis Resident", testimonial: "My oven stopped heating right before a dinner party. Bob came out the same day and fixed it! So glad I called local.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg?_wi=1", }, { name: "Mark D.", handle: "Davis Resident", testimonial: "Washer wouldn't spin. Bob was professional, clear about the price, and had it running in an hour. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg?_wi=1", }, { name: "Susan P.", handle: "Davis Resident", testimonial: "Reliable and honest. Didn't try to upsell me. Bob fixed my dryer quickly. Best in Yolo County.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg?_wi=1", }, { name: "David M.", handle: "Davis Resident", testimonial: "Fastest repair service I've ever used in Davis. Professional and friendly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg?_wi=1", }, { name: "Elena R.", handle: "Davis Resident", testimonial: "Fantastic service. Saved me from buying a new fridge. Extremely knowledgeable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-watering-plants-home_23-2149383648.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-watering-plants-home_23-2149383648.jpg?_wi=1", }, ]} buttons={[ @@ -171,7 +171,7 @@ export default function LandingPage() { role: "Resident", company: "Davis", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg?_wi=2", }, { id: "2", @@ -179,7 +179,7 @@ export default function LandingPage() { role: "Resident", company: "Davis", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039415.jpg?_wi=2", }, { id: "3", @@ -187,7 +187,7 @@ export default function LandingPage() { role: "Resident", company: "Davis", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-caucasian-woman-sitting-armchair-designed-living-room-looking-showing-thumb-up-doing-money-gesture_141793-58035.jpg?_wi=2", }, { id: "4", @@ -195,7 +195,7 @@ export default function LandingPage() { role: "Resident", company: "Yolo", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg?_wi=2", }, { id: "5", @@ -203,7 +203,7 @@ export default function LandingPage() { role: "Resident", company: "Davis", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-watering-plants-home_23-2149383648.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-watering-plants-home_23-2149383648.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1