diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 913ed40..3eef686 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import Link from "next/link"; @@ -47,17 +46,6 @@ export default function ContactPage() { /> - -