From 73069225367b64d9f770fadb207bceb2fcbab982 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:23:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f972be2..7c266e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,15 +60,15 @@ export default function LandingPage() { testimonials={[ { name: "Varun Mehta", handle: "Local Guide", testimonial: "Had an excellent experience with Gavin. He did an awesome job fixing our sink mixer — quick, professional, and with great attention to detail. The work was done efficiently and everything is working perfectly now.", rating: 5, - imageSrc: "https://img.freepik.com/premium-photo/portrait-confident-male-customer-service-representative_380164-92409.jpg", imageAlt: "Varun Mehta testimonial" + imageSrc: "https://img.freepik.com/premium-photo/portrait-confident-male-customer-service-representative_380164-92409.jpg?_wi=1", imageAlt: "Varun Mehta testimonial" }, { name: "Rajeev Goel", handle: "Local Guide", testimonial: "I'm blown away by the exceptional service I received from GSB! Not only did he fix my plumbing issue with ease, but he did so with humility and kindness.", rating: 5, - imageSrc: "https://img.freepik.com/premium-photo/portrait-satisfied-customer-thumbs-up-smiling_380164-92410.jpg", imageAlt: "Rajeev Goel testimonial" + imageSrc: "https://img.freepik.com/premium-photo/portrait-satisfied-customer-thumbs-up-smiling_380164-92410.jpg?_wi=1", imageAlt: "Rajeev Goel testimonial" }, { name: "Amoxsan", handle: "Verified Customer", testimonial: "I had a gas leak and hot water not running last night and I called GSB plumbing. They came and fixed it quickly with great experience.", rating: 5, - imageSrc: "https://img.freepik.com/premium-photo/portrait-happy-customer-satisfied-service_380164-92411.jpg", imageAlt: "Amoxsan testimonial" + imageSrc: "https://img.freepik.com/premium-photo/portrait-happy-customer-satisfied-service_380164-92411.jpg?_wi=1", imageAlt: "Amoxsan testimonial" } ]} testimonialRotationInterval={5000} @@ -115,37 +115,37 @@ export default function LandingPage() { { id: 1, title: "Emergency Repairs", description: "24/7 emergency response for leaks, blockages, burst pipes, and urgent plumbing issues. Quick arrival and professional solutions.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=2" } }, { id: 2, title: "Maintenance & Inspections", description: "Regular maintenance to prevent costly problems. Professional inspections identify issues before they become emergencies.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=3" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=4" } }, { id: 3, title: "Pipe Repair & Replacement", description: "Expert repair and replacement of damaged pipes using quality materials and modern techniques.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=5" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=6" } }, { id: 4, title: "Drain Cleaning & Unblocking", description: "Professional drain cleaning services to clear blockages and keep your plumbing flowing smoothly.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=7" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/two-plumber-horizontal-compositions_1284-11793.jpg?_wi=8" } } ]} @@ -183,13 +183,13 @@ export default function LandingPage() {