diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7d3e50f..825f528 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,15 +1,15 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function ContactPage() { return ( - - - - + + + + ); } \ No newline at end of file