diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx deleted file mode 100644 index fcba783..0000000 --- a/src/app/contact/page.tsx +++ /dev/null @@ -1,54 +0,0 @@ -"use client"; - -import ReactLenis from "lenis/react"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterCard from "@/components/sections/footer/FooterCard"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Instagram, Facebook, Linkedin } from "lucide-react"; - -export default function ContactPage() { - return ( - - - - - - - - ); -} \ No newline at end of file