diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 66988cf..769720b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; @@ -30,7 +30,7 @@ export default function ContactPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "/contact" }, ]} button={{ text: "Call Now", href: "tel:804-938-0669" @@ -40,7 +40,7 @@ export default function ContactPage() {