From 69c7f0416d7df5597f6f0e793f9ce56adb6dd8fa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 22:36:40 +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 1ceb79a..ffafd91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,35 +64,35 @@ export default function LandingPage() { handle: "Private Homeowner", testimonial: "The fence was built very solidly, with attention to every detail. Truly stunning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=1", }, { name: "Anna S.", handle: "Business Owner", testimonial: "Installation team deserves special recognition for professionalism, patience, and thoroughness.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg?_wi=1", }, { name: "Piotr W.", handle: "Developer", testimonial: "Everything was completed on time and without any problems. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-blogger-recording-her-house-with-her-smartphone_23-2148538820.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-blogger-recording-her-house-with-her-smartphone_23-2148538820.jpg?_wi=1", }, { name: "Ewa J.", handle: "Private Homeowner", testimonial: "They helped us choose the best solution for our property. Expert advice!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-suit-drinking-takeaway-coffee-street-waiting-someone-near-office-b_1258-117433.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-suit-drinking-takeaway-coffee-street-waiting-someone-near-office-b_1258-117433.jpg?_wi=1", }, { name: "Tomasz M.", handle: "Local Client", testimonial: "Incredible durability and aesthetic finish. Couldn't be happier.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg?_wi=1", }, ]} buttons={[ @@ -245,35 +245,35 @@ export default function LandingPage() { name: "Sarah J.", handle: "Client", testimonial: "Absolutely professional. Fence is perfect.", - imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=2", }, { id: "2", name: "Mike C.", handle: "Client", testimonial: "Completed on time. High quality.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg?_wi=2", }, { id: "3", name: "Emily R.", handle: "Client", testimonial: "Excellent advice and installation.", - imageSrc: "http://img.b2bpic.net/free-photo/young-blogger-recording-her-house-with-her-smartphone_23-2148538820.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-blogger-recording-her-house-with-her-smartphone_23-2148538820.jpg?_wi=2", }, { id: "4", name: "David K.", handle: "Client", testimonial: "Highly satisfied with the final result.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-suit-drinking-takeaway-coffee-street-waiting-someone-near-office-b_1258-117433.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-suit-drinking-takeaway-coffee-street-waiting-someone-near-office-b_1258-117433.jpg?_wi=2", }, { id: "5", name: "John B.", handle: "Client", testimonial: "The best fence company in the area.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg?_wi=2", }, ]} title="Client Feedback" -- 2.49.1