From 85277e744d708ece30a54553c9938443f1189d7a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:00:16 +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 167c3d0..10a7aff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { title: "Wide Service Area", description: "Serving Eastern & South Eastern suburbs including the Mornington Peninsula", icon: MapPin } ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg?_wi=1" imageAlt="MJ Airconditioning service area" mediaAnimation="slide-up" tagAnimation="slide-up" @@ -109,7 +109,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Cooling", title: "Split System Air Conditioners", subtitle: "Efficient cooling for your space", description: "Professional installation and maintenance of split system air conditioners. Modern units with energy-efficient technology for consistent comfort throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg", imageAlt: "Split system installation" + tag: "Cooling", title: "Split System Air Conditioners", subtitle: "Efficient cooling for your space", description: "Professional installation and maintenance of split system air conditioners. Modern units with energy-efficient technology for consistent comfort throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg?_wi=2", imageAlt: "Split system installation" }, { id: 2, -- 2.49.1