diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2d611b5..63e4258 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,7 +2,7 @@ import { useState } from "react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import ReactLenis from "lenis/react"; @@ -23,10 +23,11 @@ export default function ContactPage() { headingFontWeight="normal" > -

Contact Us