From 465d39b6c82fa7a6d01a3298ffff5a2a0de2f983 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:12:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b278bd..82385af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,17 +54,17 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg", imageAlt: "Professional plumbing services"}, + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg?_wi=1", imageAlt: "Professional plumbing services"}, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg", imageAlt: "Expert sanitaryware installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg?_wi=2", imageAlt: "Expert sanitaryware installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg", imageAlt: "Same day plumbing repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg?_wi=3", imageAlt: "Same day plumbing repair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg", imageAlt: "Licensed technician service"}, + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg?_wi=4", imageAlt: "Licensed technician service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg", imageAlt: "Precision pipe repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg?_wi=5", imageAlt: "Precision pipe repair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg", imageAlt: "Trusted Singapore plumbers"}, + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-bathroom-with-window-overlooking-city_169016-26294.jpg?_wi=6", imageAlt: "Trusted Singapore plumbers"}, ]} /> @@ -115,15 +115,15 @@ export default function LandingPage() { description="Our clients trust us for fast, professional service." testimonials={[ { - id: "t1", name: "Jy W.", handle: "Verified Customer", testimonial: "Texted them in the morning and the problem was fixed in the afternoon within one hour. Very efficient.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"}, + id: "t1", name: "Jy W.", handle: "Verified Customer", testimonial: "Texted them in the morning and the problem was fixed in the afternoon within one hour. Very efficient.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=1"}, { - id: "t2", name: "Sam Tay", handle: "Verified Customer", testimonial: "Very professionally done! Friendly service and on time! Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg"}, + id: "t2", name: "Sam Tay", handle: "Verified Customer", testimonial: "Very professionally done! Friendly service and on time! Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=1"}, { - id: "t3", name: "Kevin Tan", handle: "Verified Customer", testimonial: "Quality and professionalism were both excellent. Would definitely use again for any plumbing needs.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"}, + id: "t3", name: "Kevin Tan", handle: "Verified Customer", testimonial: "Quality and professionalism were both excellent. Would definitely use again for any plumbing needs.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=2"}, { - id: "t4", name: "Jy W.", handle: "Verified Customer", testimonial: "Fantastic service and quick resolution to my leak problem. Expert technicians.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg"}, + id: "t4", name: "Jy W.", handle: "Verified Customer", testimonial: "Fantastic service and quick resolution to my leak problem. Expert technicians.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=2"}, { - id: "t5", name: "Sam Tay", handle: "Verified Customer", testimonial: "The best plumbing service in Bedok. Fast, reliable, and professional.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"}, + id: "t5", name: "Sam Tay", handle: "Verified Customer", testimonial: "The best plumbing service in Bedok. Fast, reliable, and professional.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=3"}, ]} title="What Our Clients Say" /> -- 2.49.1