From 3b80b491544daf9fc6ce1ab89f816127349c2b8a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:35:50 +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 3d9b1f1..8e81873 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,19 +55,19 @@ export default function LandingPage() { testimonials={[ { name: "James L.", handle: "@homesowner", testimonial: "The best landscaping experience we've had. Professional, clean, and stunning results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30889.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30889.jpg?_wi=1"}, { name: "Mary T.", handle: "@gardenlover", testimonial: "Our garden has been transformed into a beautiful sanctuary. Thank you RBRN!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-picking-up-organic-carrot-right-from-field_329181-16477.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-picking-up-organic-carrot-right-from-field_329181-16477.jpg?_wi=1"}, { name: "Robert B.", handle: "@propertyowner", testimonial: "Excellent service and deep attention to detail. Highly recommended for any lawn needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg?_wi=1"}, { name: "Sarah W.", handle: "@backyardenthusiast", testimonial: "The lawn care service is consistent and reliable. Always neat and healthy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg?_wi=1"}, { name: "Mike H.", handle: "@urbanplanter", testimonial: "Incredible transformation of our backyard. Professional and timely team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-woman-knitted-sweater-with-phone-notebook-her-hands_197531-12362.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-woman-knitted-sweater-with-phone-notebook-her-hands_197531-12362.jpg?_wi=1"}, ]} imageSrc="http://img.b2bpic.net/free-photo/beautiful-manicured-green-mown-lawn-ai-generated-image_587448-1395.jpg" imageAlt="Stunning residential landscape design" @@ -159,19 +159,19 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Anna S.", role: "Owner", company: "Local Estates", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30889.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30889.jpg?_wi=2"}, { id: "t2", name: "Mark D.", role: "Homeowner", company: "Sunny Ridge", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-picking-up-organic-carrot-right-from-field_329181-16477.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-picking-up-organic-carrot-right-from-field_329181-16477.jpg?_wi=2"}, { id: "t3", name: "Elena P.", role: "Designer", company: "Private Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg?_wi=2"}, { id: "t4", name: "Greg H.", role: "Investor", company: "Rental Props", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg?_wi=2"}, { id: "t5", name: "Lucy K.", role: "Manager", company: "Village Inn", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-woman-knitted-sweater-with-phone-notebook-her-hands_197531-12362.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-woman-knitted-sweater-with-phone-notebook-her-hands_197531-12362.jpg?_wi=2"}, ]} kpiItems={[ { -- 2.49.1