diff --git a/src/app/page.tsx b/src/app/page.tsx index d4aa19a..21d2af9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,22 +101,22 @@ export default function LandingPage() { buttonAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "Homeowner, Stratford", testimonial: "Cannot rate Jason highly enough. Professional, punctual and always willing to go the extra mile. Would definitely recommend.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", handle: "Homeowner, Stratford", testimonial: "Cannot rate Jason highly enough. Professional, punctual and always willing to go the extra mile. Would definitely recommend.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "David Thompson", handle: "Property Manager", testimonial: "Reliable and always on time. Jason has been maintaining our rental properties for 3 years. Consistently excellent service.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Thompson" + id: "2", name: "David Thompson", handle: "Property Manager", testimonial: "Reliable and always on time. Jason has been maintaining our rental properties for 3 years. Consistently excellent service.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Thompson" }, { - id: "3", name: "Emma Johnson", handle: "Homeowner", testimonial: "Emergency leak at midnight and Jason answered the call. Fixed it professionally and fairly priced. Amazing service.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Emma Johnson" + id: "3", name: "Emma Johnson", handle: "Homeowner", testimonial: "Emergency leak at midnight and Jason answered the call. Fixed it professionally and fairly priced. Amazing service.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Emma Johnson" }, { - id: "4", name: "Robert Williams", handle: "Business Owner", testimonial: "Best plumber in Stratford. Transformed our bathroom with expert installation and beautiful workmanship. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Robert Williams" + id: "4", name: "Robert Williams", handle: "Business Owner", testimonial: "Best plumber in Stratford. Transformed our bathroom with expert installation and beautiful workmanship. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Robert Williams" }, { - id: "5", name: "Catherine Price", handle: "Homeowner", testimonial: "Clean, respectful, and thorough. Jason left our home spotless and explained everything clearly. Perfect experience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Catherine Price" + id: "5", name: "Catherine Price", handle: "Homeowner", testimonial: "Clean, respectful, and thorough. Jason left our home spotless and explained everything clearly. Perfect experience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=5", imageAlt: "Catherine Price" }, { - id: "6", name: "Michael Stone", handle: "Landlord", testimonial: "Fast response, fair pricing, and guaranteed quality work. Jason is my first call for any plumbing needs. Excellent professional.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Stone" + id: "6", name: "Michael Stone", handle: "Landlord", testimonial: "Fast response, fair pricing, and guaranteed quality work. Jason is my first call for any plumbing needs. Excellent professional.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=6", imageAlt: "Michael Stone" } ]} speed={40} @@ -138,7 +138,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "General Plumbing Repairs", description: "Leaking taps, burst pipes, blockages, and all general plumbing issues. Fast diagnosis and reliable fixes.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "General Plumbing Repairs" + title: "General Plumbing Repairs", description: "Leaking taps, burst pipes, blockages, and all general plumbing issues. Fast diagnosis and reliable fixes.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=1", imageAlt: "General Plumbing Repairs" }, { id: 2, @@ -154,7 +154,7 @@ export default function LandingPage() { }, { id: 5, - title: "Maintenance & Installations", description: "Regular maintenance programs to prevent problems. Professional installation of new systems and equipment.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "Maintenance and Installation" + title: "Maintenance & Installations", description: "Regular maintenance programs to prevent problems. Professional installation of new systems and equipment.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=2", imageAlt: "Maintenance and Installation" } ]} ariaLabel="Services Section"