Update src/app/page.tsx

This commit is contained in:
2026-06-10 14:28:13 +00:00
parent de07daf786
commit 4683cd1f55

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}