Update src/app/contact/page.tsx

This commit is contained in:
2026-04-01 19:43:29 +00:00
parent 5c32195f56
commit 84b813800b

View File

@@ -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() {
<TextAbout
useInvertedBackground={false}
title="İletişim Bilgileri"
description="Ofisimize bekleriz."
/>
</div>