From 762cd4f9089e1e5cf7b4f26f627e5d98466fe033 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 18:27:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9d580a..276db57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,14 +84,15 @@ export default function LandingPage() { type: "text", content: "Your Local Experts in Plumbing & Heating"}, { type: "text", content: "UBR Plumbing & Heating provides reliable, high-quality services to homeowners and businesses. With years of experience, our licensed technicians are committed to delivering prompt, efficient, and lasting solutions. We pride ourselves on transparent pricing and exceptional customer care, ensuring your peace of mind." + }, + { + type: "image", src: "http://img.b2bpic.net/free-photo/experienced-pensive-person-is-making-custom-made-shoes-his-personal-workshop_613910-17401.jpg", alt: "plumber working on pipes under a sink in a modern kitchen" } ]} buttons={[ { text: "Learn More", href: "#about"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/experienced-pensive-person-is-making-custom-made-shoes-his-personal-workshop_613910-17401.jpg" - imageAlt="plumber working on pipes under a sink in a modern kitchen" /> -- 2.49.1