From f52c338308cfd7f9a421ad72854f8005032c8c34 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:10:53 +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 a1a2078..31834c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Get 24/7 Emergency Support", href: "#contact"}, + text: "Get 24/7 Emergency Support", href: "/contact"}, ]} avatars={[ { src: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", alt: "Plumber assembling pipe" }, @@ -176,7 +176,7 @@ export default function LandingPage() { { id: "f3", title: "Why is late-night maintenance important?", content: "Preventing total failure early stops costly secondary water damage to your foundation." } ]} buttons={[ - { text: "Book Service Now", href: "#contact" } + { text: "Book Service Now", href: "/contact" } ]} title="Need Help? Find Answers." description="Common questions regarding our professional services." -- 2.49.1