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}