From c258be9762de0a573bd73209c3319c8ac78bf1c6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:43:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ac476e..9bdccdd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,13 +49,13 @@ export default function LandingPage() { testimonials={[ { name: "John Smith", handle: "Homeowner, Sydney", testimonial: "Sam was prompt, professional and fixed the issue where other plumbers failed. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"}, { name: "Sarah Johnson", handle: "Property Manager", testimonial: "Sam was prompt to diagnose the issue and had our hot water replaced the next morning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"}, { name: "Michael Chen", handle: "Business Owner", testimonial: "Honest pricing, excellent workmanship, and reliable service. Our go-to plumber.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -112,15 +112,15 @@ export default function LandingPage() { description="Real feedback from homeowners and businesses who trust Sam McCann Plumbing." testimonials={[ { - id: "1", name: "David Williams", handle: "Homeowner, Inner West", testimonial: "Sam was prompt to diagnose the issue and had our hot water replaced the next morning. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "David Williams"}, + id: "1", name: "David Williams", handle: "Homeowner, Inner West", testimonial: "Sam was prompt to diagnose the issue and had our hot water replaced the next morning. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "David Williams"}, { - id: "2", name: "Emma Rodriguez", handle: "Business Manager", testimonial: "Professional workmanship. Sam fixed our roof leak where other plumbers failed. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Rodriguez"}, + id: "2", name: "Emma Rodriguez", handle: "Business Manager", testimonial: "Professional workmanship. Sam fixed our roof leak where other plumbers failed. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Rodriguez"}, { - id: "3", name: "Robert Thompson", handle: "Property Owner", testimonial: "Honest pricing, reliable service, and clean job sites. Sam is our go-to plumber for any work.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Thompson"}, + id: "3", name: "Robert Thompson", handle: "Property Owner", testimonial: "Honest pricing, reliable service, and clean job sites. Sam is our go-to plumber for any work.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Thompson"}, { - id: "4", name: "Lisa Anderson", handle: "Homeowner", testimonial: "Quick response times and excellent problem-solving. Sam sorted our bathroom plumbing in one day.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lisa Anderson"}, + id: "4", name: "Lisa Anderson", handle: "Homeowner", testimonial: "Quick response times and excellent problem-solving. Sam sorted our bathroom plumbing in one day.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Lisa Anderson"}, { - id: "5", name: "James Miller", handle: "Renovation Contractor", testimonial: "Professional and efficient. Sam handled our commercial fit-out plumbing perfectly. Great to work with.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Miller"}, + id: "5", name: "James Miller", handle: "Renovation Contractor", testimonial: "Professional and efficient. Sam handled our commercial fit-out plumbing perfectly. Great to work with.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James Miller"}, { id: "6", name: "Michelle Scott", handle: "Property Manager", testimonial: "Reliable, friendly, and fair pricing. Sam consistently delivers high-quality work on time.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Michelle Scott"}, ]}