From 2584868fde4b2744b506f45299118ef3f53ce9bd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:17:26 +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 4fa78da..4147d0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { tag="Trusted Local Expert" tagIcon={CheckCircle} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/shop-assistant-hypermarket-shows-new-model-gas-stove-young-couple-all-wearing-medical-masks_93675-134090.jpg" + imageSrc="http://img.b2bpic.net/free-photo/shop-assistant-hypermarket-shows-new-model-gas-stove-young-couple-all-wearing-medical-masks_93675-134090.jpg?_wi=1" imageAlt="Professional plumbing installation service" useInvertedBackground={false} buttons={[ @@ -99,7 +99,7 @@ export default function LandingPage() { }, { id: 2, - title: "Gas Line Installation & Service", description: "Professional gas line installation and maintenance for home heating, cooking, and appliances. All work performed by licensed technicians with full compliance to safety codes.", imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-hypermarket-shows-new-model-gas-stove-young-couple-all-wearing-medical-masks_93675-134090.jpg", imageAlt: "Professional gas line installation" + title: "Gas Line Installation & Service", description: "Professional gas line installation and maintenance for home heating, cooking, and appliances. All work performed by licensed technicians with full compliance to safety codes.", imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-hypermarket-shows-new-model-gas-stove-young-couple-all-wearing-medical-masks_93675-134090.jpg?_wi=2", imageAlt: "Professional gas line installation" }, { id: 3, -- 2.49.1