diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d7a9fde..3e9ce7b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import { TextAbout } from '@/components/sections/about/TextAbout'; +import TextAbout from '@/components/sections/about/TextAbout/TextAbout'; export default function ContactPage() { return ( @@ -49,6 +49,7 @@ export default function ContactPage() {