From 43e3c3213367de0e2403ca878a19e05acea4b26a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 03:06:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c7ecc54..dcb10ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,21 +69,21 @@ export default function LandingPage() { handle: "@davion", testimonial: "KNK Lawn Care does an awesome job! 5 yrs of service he has always been on time and leaves everything looking clean and sharp.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-shopping-bags_23-2148225588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-shopping-bags_23-2148225588.jpg?_wi=1", }, { name: "Squidd Kidd", handle: "@squid", testimonial: "Very easy to do business, and my lawn looks perfect. If you’re looking for great service, give this business a call.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening-with-granddaugher_1157-38489.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening-with-granddaugher_1157-38489.jpg?_wi=1", }, { name: "Whitney Hughes", handle: "@whitney", testimonial: "WOW!!! My Lawn looks amazing! Best decision I ever made! Thank you so much for the fantastic job!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/countryside-life-naature-close-up-outdoor-portrait-young-attractive-bearded-caucasian-man-blue-t-shirt-smiling_176420-19896.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/countryside-life-naature-close-up-outdoor-portrait-young-attractive-bearded-caucasian-man-blue-t-shirt-smiling_176420-19896.jpg?_wi=1", }, { name: "Michael Reed", @@ -106,7 +106,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/smiling-male-landscaper-denim-shirt-trimming-overgrown-lawn-with-lawn-mover-summer-day-low_7502-10170.jpg", @@ -226,7 +226,7 @@ export default function LandingPage() { quote: "Always on time, super professional, and leaves everything clean and sharp.", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-playing-game_23-2149530334.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=2", imageAlt: "happy customer smiling", }, { @@ -237,7 +237,7 @@ export default function LandingPage() { quote: "They were not only on time, but early, and worked with my schedule like a pro.", tag: "Local Guide", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14468.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-shopping-bags_23-2148225588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-shopping-bags_23-2148225588.jpg?_wi=2", imageAlt: "happy customer smiling", }, { @@ -248,7 +248,7 @@ export default function LandingPage() { quote: "My Lawn looks amazing! Best decision I ever made! Thank you so much for the fantastic job!", tag: "Happy Client", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-love-holding-hands-nature_23-2148163321.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening-with-granddaugher_1157-38489.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening-with-granddaugher_1157-38489.jpg?_wi=2", imageAlt: "happy customer smiling", }, { @@ -259,7 +259,7 @@ export default function LandingPage() { quote: "The work was superbly executed. Great customer service and great lawn care.", tag: "Returning Client", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-guy-talking-phone-waving-waitress-outdoor-cafe-asking-bill_176420-25736.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/countryside-life-naature-close-up-outdoor-portrait-young-attractive-bearded-caucasian-man-blue-t-shirt-smiling_176420-19896.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/countryside-life-naature-close-up-outdoor-portrait-young-attractive-bearded-caucasian-man-blue-t-shirt-smiling_176420-19896.jpg?_wi=2", imageAlt: "happy customer smiling", }, { -- 2.49.1