Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-10 14:28:17 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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