From 2adc692d67b7c5b1d001fc7bdbe8ff1d4b68274c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:15:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0eae1b..a7e89e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,19 +59,19 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-driving-lawn-mower-outdoors_23-2149382195.jpg", imageAlt: "Professional lawn mower repair service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/ratchets-metallic-nozzles_23-2148180577.jpg?_wi=1", imageAlt: "McManus workshop interior" + imageSrc: "http://img.b2bpic.net/free-photo/ratchets-metallic-nozzles_23-2148180577.jpg", imageAlt: "McManus workshop interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22925.jpg?_wi=1", imageAlt: "Expert repair technician at work" + imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22925.jpg", imageAlt: "Expert repair technician at work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-women-wearing-winter-clothes_329181-13075.jpg?_wi=1", imageAlt: "Snow blower maintenance service" + imageSrc: "http://img.b2bpic.net/free-photo/two-women-wearing-winter-clothes_329181-13075.jpg", imageAlt: "Snow blower maintenance service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=1", imageAlt: "Convenient pickup and delivery service" + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Convenient pickup and delivery service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2836.jpg?_wi=1", imageAlt: "Satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2836.jpg", imageAlt: "Satisfied customer" } ]} mediaAnimation="opacity" @@ -82,7 +82,7 @@ export default function LandingPage() { @@ -151,7 +150,7 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "Honest and Fast", quote: "They rebuilt my carburetor and saved me money. Professional work at fair prices.", name: "David L.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2836.jpg?_wi=2", imageAlt: "David L." + id: "1", title: "Honest and Fast", quote: "They rebuilt my carburetor and saved me money. Professional work at fair prices.", name: "David L.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2836.jpg", imageAlt: "David L." }, { id: "2", title: "Best Pickup Service", quote: "Picked up my mower, fixed it, and returned it—much cheaper than others and so convenient.", name: "Maria G.", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", imageAlt: "Maria G." -- 2.49.1