From c466926f2bda716bbc2a75210fabc5456ef8af17 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 18:58:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45fd548..7913783 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,11 +94,12 @@ export default function LandingPage() { heading={[ { type: "text", content: "Delivering Superior Comfort to Southern California"}, + { + type: "image", src: "http://img.b2bpic.net/free-photo/modern-gray-design-small-room_1262-3575.jpg", alt: "Professional HVAC team working on a commercial unit"}, { type: "text", content: "At HVAC Solutions of SoCal, we're dedicated to providing exceptional heating, ventilation, and air conditioning services. With years of experience and a team of certified professionals, we pride ourselves on reliability, transparency, and customer satisfaction, ensuring your indoor environment is always perfect." } ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-gray-design-small-room_1262-3575.jpg" /> -- 2.49.1