diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 83e6414..02448e1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,70 +7,50 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import { Phone } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file