From fc0287b739da1d78b5a6406832ee479e3974e617 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 16:47:30 +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 fe50aca..af1c23b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,35 +63,35 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "Excellent service and very punctual. Fixed our boiler in no time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg?_wi=1", }, { name: "Jane Smith", handle: "@janesmith", testimonial: "Professional and clean work. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg?_wi=1", }, { name: "Mike Brown", handle: "@mikebrown", testimonial: "Reliable plumbing services. Will use again.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg?_wi=1", }, { name: "Alice Green", handle: "@aliceg", testimonial: "Knowledgeable and polite staff. Handled our radiator issues perfectly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1", }, { name: "Robert Kent", handle: "@rkent", testimonial: "Top-tier maintenance work. My heating system has never been better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg?_wi=1", }, ]} buttons={[ @@ -221,7 +221,7 @@ export default function LandingPage() { handle: "@sarah_m", testimonial: "Fantastic response time during an emergency leak. True professionals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg?_wi=2", }, { id: "2", @@ -229,7 +229,7 @@ export default function LandingPage() { handle: "@david_w", testimonial: "Best service in town, honest and upfront pricing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg?_wi=2", }, { id: "3", @@ -237,7 +237,7 @@ export default function LandingPage() { handle: "@elena_r", testimonial: "Managed our boiler and tanks for years, always consistent.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg?_wi=2", }, { id: "4", @@ -245,7 +245,7 @@ export default function LandingPage() { handle: "@mark_l", testimonial: "Professional team, left the place clean after work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2", }, { id: "5", @@ -253,7 +253,7 @@ export default function LandingPage() { handle: "@julia_h", testimonial: "Quick to schedule and efficient on-site work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg?_wi=2", }, ]} showRating={true}