Update src/app/page.tsx

This commit is contained in:
2026-03-05 03:15:19 +00:00
parent 14547ec07d
commit d01401b2db

View File

@@ -139,16 +139,16 @@ export default function LandingPage() {
description="Real feedback from homeowners who've trusted us with their plumbing needs."
testimonials={[
{
id: "1", title: "Quick Response in Emergency", quote: "Our pipe burst at midnight on a Sunday. Mandel Plumbing answered the phone and had someone at our house within 45 minutes. They fixed the problem professionally and charged exactly what they quoted. Couldn't ask for better service.", name: "Sarah Johnson", role: "Homeowner, North District", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson"
id: "1", title: "Quick Response in Emergency", quote: "Our pipe burst at midnight on a Sunday. Mandel Plumbing answered the phone and had someone at our house within 45 minutes. They fixed the problem professionally and charged exactly what they quoted. Couldn't ask for better service.", name: "Sarah Johnson", role: "Homeowner, North District", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
id: "2", title: "Fair Pricing and Transparency", quote: "I was quoted $3,000 by another company for replumbing my guest bathroom. Mandel came in at $1,800 and did exceptional work. They explained everything step-by-step and finished on time. Highly recommend!", name: "Michael Chen", role: "Homeowner, Westside", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Michael Chen"
id: "2", title: "Fair Pricing and Transparency", quote: "I was quoted $3,000 by another company for replumbing my guest bathroom. Mandel came in at $1,800 and did exceptional work. They explained everything step-by-step and finished on time. Highly recommend!", name: "Michael Chen", role: "Homeowner, Westside", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Michael Chen"
},
{
id: "3", title: "Professional and Respectful", quote: "The team showed up on time, wore shoe covers to protect our floors, and cleaned up after themselves. They answered all our questions without being condescending. This is the kind of service you want in your home.", name: "Emily Rodriguez", role: "Homeowner, Downtown", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Rodriguez"
id: "3", title: "Professional and Respectful", quote: "The team showed up on time, wore shoe covers to protect our floors, and cleaned up after themselves. They answered all our questions without being condescending. This is the kind of service you want in your home.", name: "Emily Rodriguez", role: "Homeowner, Downtown", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Emily Rodriguez"
},
{
id: "4", title: "They Fixed What Others Couldn't", quote: "Two other plumbers couldn't figure out our persistent drain issue. Mandel's experienced tech diagnosed it correctly and resolved it permanently. Worth every penny for the expertise and peace of mind.", name: "David Kim", role: "Homeowner, Eastside", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "David Kim"
id: "4", title: "They Fixed What Others Couldn't", quote: "Two other plumbers couldn't figure out our persistent drain issue. Mandel's experienced tech diagnosed it correctly and resolved it permanently. Worth every penny for the expertise and peace of mind.", name: "David Kim", role: "Homeowner, Eastside", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "David Kim"
}
]}
textboxLayout="default"