From 69935d8861cb5d446f7921a621020f3ce3d567eb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:06:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05eee43..eac060b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { features={[ { id: "s1", title: "Emergency Plumbing", description: "24/7 urgent repairs when you need them most.", tag: "Emergency", imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg" }, { id: "s2", title: "Drain Cleaning", description: "Clear your drains efficiently and effectively.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721568.jpg" }, - { id: "s3", title: "Water Heater", description: "Professional repair and installation services.", tag: "Installation", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg" } + { id: "s3", title: "Water Heater", description: "Professional repair and installation services.", tag: "Installation", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg?_wi=1" } ]} title="Professional Services" description="We offer a wide range of plumbing services to keep your home running smoothly." @@ -122,7 +122,7 @@ export default function LandingPage() { id: "prod-1", name: "Professional Wrench Set", price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg?_wi=2", category: "Tools", rating: 5 }}