From f977e55b423e2f9afbf076d9a6d8c69ef588f32d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 11:36:32 +0000 Subject: [PATCH] Switch to version 2: remove src/app/contact-us/page.tsx --- src/app/contact-us/page.tsx | 47 ------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 src/app/contact-us/page.tsx 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