diff --git a/src/app/page.tsx b/src/app/page.tsx index 59718b0..7a7ec02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,14 +45,14 @@ export default function LandingPage() { title="Your Trusted Local Experts in Taranaki" description="Professional, reliable, and always on time. Experience 100% satisfaction with Mackinder Services." testimonials={[ - { name: "Gene R.", handle: "Verified Local Customer", testimonial: "Mackinder Services are the absolute best. They arrived on time, were professional, and did an incredible job. Would highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg" }, - { name: "Sarah K.", handle: "Homeowner", testimonial: "Exceptional plumbing service! Fast, clean, and very friendly. Definitely my go-to team now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg" }, - { name: "Mike D.", handle: "Business Owner", testimonial: "Reliable and efficient electrical repairs. They saved me a lot of stress during an outage.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg" }, - { name: "Emma L.", handle: "Client", testimonial: "Great attention to detail with the landscaping work. My garden has never looked better!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg" }, - { name: "John P.", handle: "Regular Customer", testimonial: "The best maintenance team in Taranaki. Honest pricing and outstanding communication.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg" }, + { name: "Gene R.", handle: "Verified Local Customer", testimonial: "Mackinder Services are the absolute best. They arrived on time, were professional, and did an incredible job. Would highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=1" }, + { name: "Sarah K.", handle: "Homeowner", testimonial: "Exceptional plumbing service! Fast, clean, and very friendly. Definitely my go-to team now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=2" }, + { name: "Mike D.", handle: "Business Owner", testimonial: "Reliable and efficient electrical repairs. They saved me a lot of stress during an outage.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=3" }, + { name: "Emma L.", handle: "Client", testimonial: "Great attention to detail with the landscaping work. My garden has never looked better!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=4" }, + { name: "John P.", handle: "Regular Customer", testimonial: "The best maintenance team in Taranaki. Honest pricing and outstanding communication.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=5" }, ]} buttons={[{ text: "Book Now", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-holding-clipboard-isolated-white-background_141793-84943.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-holding-clipboard-isolated-white-background_141793-84943.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg", alt: "Customer 1" }, @@ -99,7 +99,7 @@ export default function LandingPage() { { title: "24/7 Emergency Support", description: "We are there when you need us." }, { title: "Free Quotes", description: "Transparent pricing from day one." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-holding-clipboard-isolated-white-background_141793-84943.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-holding-clipboard-isolated-white-background_141793-84943.jpg?_wi=2" /> @@ -107,11 +107,11 @@ export default function LandingPage() {