diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx deleted file mode 100644 index 566ddde..0000000 --- a/src/app/contact-us/page.tsx +++ /dev/null @@ -1,47 +0,0 @@ -"use client"; - -import ReactLenis from "lenis/react"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterBase from "@/components/sections/footer/FooterBase"; - -export default function ContactUsPage() { - return ( - - - -
- -
- -
-
- ); -} \ No newline at end of file