diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx deleted file mode 100644 index 48c473b..0000000 --- a/src/app/contact/page.tsx +++ /dev/null @@ -1,90 +0,0 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Zap, Mail } from 'lucide-react'; - -export default function ContactPage() { - return ( - - - -
- { - alert(`Thank you! We'll contact you at ${email} soon.`); - }} - /> -
- - -
- ); -}