From de07daf7860a1bb5610fa6c8d2d863f064f3f1e6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:28:13 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f8c5be5..c081661 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -36,7 +36,7 @@ export default function ContactPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", href: "/contact" } + { name: "Contact", id: "/contact" } ]} button={{ text: "Get a Quote", href: "/contact" }} animateOnLoad={false} From 4683cd1f5561370feef243f1d5ba621b08180a74 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 14:28:13 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c791d1..fa839a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function HvacPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", href: "/contact" } + { name: "Contact", id: "/contact" } ]} button={{ text: "Get a Quote", href: "/contact" }} animateOnLoad={false}