From 7cdff4df99215b8994715d0de38cf981c042fcb0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:16:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eee653f..cee3e44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,13 +90,14 @@ export default function LandingPage() { type: "text", content: "About Babcock Plumbing: Your Trusted Local Experts"}, { type: "text", content: "Babcock Plumbing has proudly served Scottsdale for over 15 years, building a reputation for reliability, speed, and transparent service. We are a fully licensed and insured team dedicated to solving your plumbing challenges, big or small, with professionalism and care. Our commitment is to deliver lasting solutions and peace of mind to both residential and commercial clients."}, + { + type: "image", src: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-15088.jpg", alt: "Professional plumber inspecting pipes under a sink." + } ]} buttons={[ { - text: "Learn More About Us", href: "#"}, + text: "Learn More About Us", href: "#"} ]} - imageSrc="http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-15088.jpg" - imageAlt="Professional plumber inspecting pipes under a sink." /> -- 2.49.1