From 61bc4e1fbec2070ec274d8dd5d18f4068a5f4f87 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 07:39:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f2fb3a0..7f1a44b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function HvacPage() { { text: "Our Services", href: "#services" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/hand-holding-letter-k_53876-63735.jpg" + imageSrc="https://images.unsplash.com/photo-1582234057923-a2665b1d55bc?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" imageAlt="Plumber inspecting pipes under a sink" showDimOverlay={true} /> @@ -199,10 +199,10 @@ export default function HvacPage() { tagIcon={Phone} title="Need Reliable Plumbing Service? Let's Talk!" description="Whether it's a minor repair or a major installation, our expert plumbers are ready to provide fast, effective solutions. Reach out today for a free estimate." - buttons={[ + buttons=[ { text: "Get a Free Quote", href: "#contact" }, { text: "Call (555) 123-4567", href: "tel:5551234567" }, - ]} + ] background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -244,4 +244,4 @@ export default function HvacPage() { ); -} \ No newline at end of file +} -- 2.49.1