diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index eb3c9a3..07f398d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,37 +8,29 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import TextAbout from '@/components/sections/about/TextAbout'; import { Phone } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -80,36 +61,8 @@ export default function LandingPage() {