From 84b813800b3d62f2f20413a3fcdabfd43a28c90d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 19:43:29 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {