From b305a8059b36291f832a357f16cece8b120a1111 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 02:03:54 +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 19ef8f0..86f6417 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,7 +156,7 @@ export default function LandingPage() { description="We are available for emergency repairs and scheduled maintenance. Contact us today for a free quote." buttons={[ { - text: "Contact Us", href: "mailto:floyds@example.com"}, + text: "Contact Us", href: "/contact"}, ]} /> @@ -170,4 +170,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1