Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user