From a28c621ca2cc6640b2f47c03d8392b2e2583f006 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 16:13:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4685f27..0d5c32f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,7 +130,7 @@ export default function PlumbingPage() { testimonials={[ { id: "1", name: "Joseph Zappa ", handle: "Homeowner", testimonial: " I hired Baier and was not disappointed. Chris started the job on the day he said he would and, unlike many contractors today, he was on the job site every day. His crew was also professional. I highly recommend Baier Plumbing. ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1755.jpg" }, { id: "2", name: "Ning Cai ", handle: "Contractor", testimonial: "I highly recommend this company. They were expert in this field and were extremely courteous and hardworking. The entire team were highly professional and attended to every detail of this job. Great company. ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" }, - { id: "3", name: "Lucy Cardwell ", handle: "Homeowner", testimonial: "Changed our old boiler for a high-efficiency unit. Lowered our energy bills significantly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-executives-showing-thumbs-up_1098-1828.jpg" }, + { id: "3", name: "Lucy Cardwell ", handle: "Homeowner", testimonial: "Baier Plumbing & Heating are excellent plumbers that get the job done without leaving a mess! Their Better Business Bureau A+ rating is well deserved. ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-executives-showing-thumbs-up_1098-1828.jpg" }, { id: "4", name: "Add Your Review", handle: "Client", testimonial: "Click to add your review experience here!", rating: 5 } ]} showRating={true} -- 2.49.1