Update src/app/page.tsx

This commit is contained in:
2026-04-20 21:52:06 +00:00
parent 541bce9760
commit b38d330fbd

View File

@@ -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}