From cf8a8149379874046ac2a7bf3ab4be828ca41cda Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:43:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a974adc..891ab58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,17 +63,17 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Emergency Plumbing", description: "24/7 emergency plumbing services for burst pipes, leaks, and urgent repairs", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg"}, + title: "Emergency Plumbing", description: "24/7 emergency plumbing services for burst pipes, leaks, and urgent repairs", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=1"}, { - title: "Water Supply & Septic", description: "Professional installation and maintenance of water supply systems and septic installations", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg"}, + title: "Water Supply & Septic", description: "Professional installation and maintenance of water supply systems and septic installations", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=2"}, { - title: "Furnace & Boiler Systems", description: "Expert furnace maintenance and boiler system installation with professional care", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53594.jpg"}, + title: "Furnace & Boiler Systems", description: "Expert furnace maintenance and boiler system installation with professional care", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53594.jpg?_wi=1"}, { - title: "Hydronic & Radiant Heating", description: "Modern heating solutions including hydronic systems and radiant floor heating", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53594.jpg"}, + title: "Hydronic & Radiant Heating", description: "Modern heating solutions including hydronic systems and radiant floor heating", imageSrc: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-53594.jpg?_wi=2"}, { title: "Water Quality Solutions", description: "Reverse osmosis systems, water filtration, and water softeners for pure, clean water", imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-machine-scanning_23-2149341559.jpg"}, { - title: "Commercial Services", description: "Comprehensive plumbing and heating solutions tailored for commercial properties", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg"}, + title: "Commercial Services", description: "Comprehensive plumbing and heating solutions tailored for commercial properties", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721540.jpg?_wi=3"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -107,16 +107,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@sarahj_kamloops", testimonial: "Prompt, professional, and saved the day! Found a lost ring in the pipes and fixed the leak perfectly. Highly recommend Adasak Mechanical!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg", imageAlt: "Sarah Johnson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial"}, { id: "2", name: "Michael Chen", handle: "@mchen_hvac", testimonial: "Emergency furnace repair at midnight – they arrived within 30 minutes. Professional, courteous, and fair pricing. Lifesavers!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg", imageAlt: "Michael Chen testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg?_wi=2", imageAlt: "Michael Chen testimonial"}, { id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "Installed our new radiant floor heating system. The team was clean, efficient, and explained everything clearly. Worth every penny!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg", imageAlt: "Emily Rodriguez testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg?_wi=3", imageAlt: "Emily Rodriguez testimonial"}, { id: "4", name: "David Kim", handle: "@dkim_business", testimonial: "Commercial clients loved their quick response and reliability. We've been using Adasak for two years now. Absolutely dependable!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg", imageAlt: "David Kim testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-successful-meeting_23-2148480393.jpg?_wi=4", imageAlt: "David Kim testimonial"}, ]} showRating={true} animationType="slide-up" -- 2.49.1