From 28e65a8704cdb2757a64ecde4c4bc681e971f743 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:43:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf70695..c20c2cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,13 +57,13 @@ export default function LandingPage() { testimonials={[ { name: "Robert Martinez", handle: "Homeowner", testimonial: "Excellent service! They were professional, thorough, and efficient. Highly recommended.", 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"}, { name: "Jennifer Walsh", handle: "Property Manager", testimonial: "MCNJ Services has been our go-to for all maintenance needs. Outstanding work every time.", 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=2"}, { name: "David Chen", handle: "Homeowner", testimonial: "Professional team, fair pricing, and they explained everything thoroughly. Will use again!", 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=3"}, ]} testimonialRotationInterval={5000} /> @@ -85,10 +85,10 @@ export default function LandingPage() { features={[ { id: 1, - title: "Dryer Vent Cleaning", description: "Remove lint buildup and improve drying efficiency while preventing fire hazards", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg", imageAlt: "air duct ductwork hvac cleaning"}, + title: "Dryer Vent Cleaning", description: "Remove lint buildup and improve drying efficiency while preventing fire hazards", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg?_wi=1", imageAlt: "air duct ductwork hvac cleaning"}, { id: 2, - title: "Air Duct Cleaning", description: "Professional ductwork cleaning to improve air quality and HVAC performance", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg", imageAlt: "air duct ductwork hvac cleaning"}, + title: "Air Duct Cleaning", description: "Professional ductwork cleaning to improve air quality and HVAC performance", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg?_wi=2", imageAlt: "air duct ductwork hvac cleaning"}, { id: 3, title: "Chimney Inspection", description: "Complete chimney inspection and cleaning for safe fireplace operation", imageSrc: "http://img.b2bpic.net/free-photo/man-burning-firepit-with-paper_23-2147841068.jpg", imageAlt: "chimney inspection chimney cleaning fireplace maintenance"}, -- 2.49.1