diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ae3120a..c45f372 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,37 +2,38 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import ContactText from "@/components/sections/contact/ContactText"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import ReactLenis from "lenis/react"; export default function ContactPage() { return ( - + - - - + + +
+ +
+
); -} +} \ No newline at end of file