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 +}