From b38d330fbd02da67c5a390238ff7974ef38b944b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 21:52:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 713880f..b278b25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,19 +143,19 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Sarah", handle: "Larchmont", testimonial: "Plumbers were on time, easy to work with, and professional.", rating: 5, + id: "t1", name: "Sarah M.", handle: "Larchmont", testimonial: "Plumbers were on time, extremely professional, and explained the entire repair process clearly. Highly recommend for any faucet issues!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-architect-with-building-plans-looking-camera_23-2148269409.jpg"}, { - id: "t2", name: "Mark", handle: "Larchmont", testimonial: "We live in the larchmont neighborhood and highly recc them.", rating: 5, + id: "t2", name: "Mark L.", handle: "Larchmont", testimonial: "We have lived in the Larchmont neighborhood for over a decade and Lipson is hands-down the most reliable team we have worked with. Consistently excellent work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156153.jpg"}, { - id: "t3", name: "John", handle: "Valley Blvd", testimonial: "Best plumbing experience ever, very reliable.", rating: 5, + id: "t3", name: "John D.", handle: "Valley Blvd", testimonial: "They handled our water heater replacement without a hitch. The best plumbing experience I have had in LA—very reliable and clean.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg"}, { - id: "t4", name: "Emily", handle: "Los Angeles", testimonial: "Quick, efficient, and very fair pricing.", rating: 5, + id: "t4", name: "Emily P.", handle: "Los Angeles", testimonial: "I called them for an emergency leak and they were quick, efficient, and very fair with their pricing. Will definitely call them again.", 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: "t5", name: "David", handle: "LA Resident", testimonial: "Great work on my water heater, professional crew.", rating: 5, + id: "t5", name: "David S.", handle: "LA Resident", testimonial: "Great communication from the start to finish of the pipe repair project. Professional crew who respect your property.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-male-farmer-selling-box-organic-garden-produce-local-food-market_482257-77592.jpg"}, ]} showRating={true}