From 1aae8bba67fa78e0aed402b993e824f8567b2d69 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:39:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 568798c..77b192f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,27 +145,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "RSA Landscaping transformed our backyard into a beautiful oasis. Their attention to detail and professionalism exceeded our expectations. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", handle: "@mchen_property", testimonial: "Best landscaping service in the area. They completed our exterior painting and garden redesign on time and within budget. Great team!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "We've been using RSA for monthly lawn maintenance and they never disappoint. Professional, reliable, and always on schedule. Thank you!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { id: "4", name: "David Kim", handle: "@davidkim_office", testimonial: "Our office grounds look fantastic thanks to RSA Landscaping. Their garden maintenance service keeps everything pristine year-round.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" }, { id: "5", name: "Lisa Thompson", handle: "@lisathompson_home", testimonial: "The landscape revitalization project was exactly what our property needed. RSA's team was professional, courteous, and delivered exceptional results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Lisa Thompson" }, { id: "6", name: "James Wilson", handle: "@jameswilson_dev", testimonial: "Outstanding service! They handled our complete property makeover with rock landscaping and exterior painting. Very satisfied with the outcome.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "James Wilson" } ]} showRating={true} -- 2.49.1