From 17763115956f726e8fe812ba9126a790c9677883 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 09:23:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4e8c75..76ba0ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { title="Melbourne’s Most Reliable Electricians — Without the Hassle" description="Fast response. Clean workmanship. Expert lighting solutions for homes and apartments." testimonials={[ - { name: "Sarah J.", handle: "@melbhome", testimonial: "Prompt, polite and professional... incredibly attentive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-sitting-cafe-with-chicken-nuggets-lemonade_627829-5095.jpg", imageAlt: "luxury apartment electrical interior lighting" }, + { name: "Sarah J.", handle: "@melbhome", testimonial: "Prompt, polite and professional... incredibly attentive.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-sitting-cafe-with-chicken-nuggets-lemonade_627829-5095.jpg?_wi=1", imageAlt: "luxury apartment electrical interior lighting" }, { name: "Mark R.", handle: "@stkilda", testimonial: "Clean, tidy and punctual. Best electricians I've had.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-posing-new-house_23-2147694189.jpg", imageAlt: "happy client portrait home" }, { name: "Emily T.", handle: "@cbdliving", testimonial: "Explained everything clearly. Went the extra mile.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/welcome-portrait-cheerful-african-woman-inviting-visitor-enter-his-home-happy-young-woman-standing-doorway-modern-apartment-showing-living-room-with-hand_657921-1689.jpg", imageAlt: "happy home owner indoor" }, { name: "David W.", handle: "@homeowner", testimonial: "So happy with the lighting transformation!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-172781.jpg", imageAlt: "smiling home owner indoor" }, @@ -56,7 +56,7 @@ export default function LandingPage() { { text: "Get a Fast Quote", href: "#contact" }, { text: "Call Now", href: "tel:0400000000" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-sitting-cafe-with-chicken-nuggets-lemonade_627829-5095.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-sitting-cafe-with-chicken-nuggets-lemonade_627829-5095.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/smiling-young-man-posing-new-house_23-2147694189.jpg", alt: "Sarah J." }, { src: "http://img.b2bpic.net/free-photo/welcome-portrait-cheerful-african-woman-inviting-visitor-enter-his-home-happy-young-woman-standing-doorway-modern-apartment-showing-living-room-with-hand_657921-1689.jpg", alt: "Mark R." }, -- 2.49.1