Merge version_1 into main #3
@@ -20,15 +20,15 @@ export default function HomePage() {
|
||||
|
||||
const testimonials = [
|
||||
{
|
||||
id: "1", title: "Emergency Response Saved Our Home", quote: "Our burst pipe at 2 AM could have caused thousands in damage. Escalus arrived within 30 minutes and fixed it professionally. Highly recommend!", name: "Robert Martinez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Martinez"},
|
||||
id: "1", title: "Emergency Response Saved Our Home", quote: "Our burst pipe at 2 AM could have caused thousands in damage. Escalus arrived within 30 minutes and fixed it professionally. Highly recommend!", name: "Robert Martinez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Robert Martinez"},
|
||||
{
|
||||
id: "2", title: "Best Plumber in Fairfield", quote: "Fixed our kitchen sink leak perfectly. Fair pricing, clean work, and they actually explained what was wrong. Will definitely call them again.", name: "Sarah Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Sarah Thompson"},
|
||||
{
|
||||
id: "3", title: "Professional and Reliable", quote: "We use Escalus for all our commercial building maintenance. They're always on time, professional, and solve problems quickly.", name: "Michael Chen", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen"},
|
||||
id: "3", title: "Professional and Reliable", quote: "We use Escalus for all our commercial building maintenance. They're always on time, professional, and solve problems quickly.", name: "Michael Chen", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "4", title: "Trustworthy and Honest", quote: "They could have replaced my whole water heater, but they only fixed what was needed. That kind of honesty is rare. Five stars!", name: "Jennifer Williams", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jennifer Williams"},
|
||||
{
|
||||
id: "5", title: "Exceptional Service", quote: "From the first phone call to the completed job, everything was seamless. Our bathroom plumbing works perfectly now.", name: "David Anderson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Anderson"},
|
||||
id: "5", title: "Exceptional Service", quote: "From the first phone call to the completed job, everything was seamless. Our bathroom plumbing works perfectly now.", name: "David Anderson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "David Anderson"},
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user