Update src/app/about/page.tsx
This commit is contained in:
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
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 AboutPage() {
|
||||
return (
|
||||
@@ -38,6 +38,7 @@ export default function AboutPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Vizyonumuz"
|
||||
description="Endüstriyel 4.0 dönüşümünü desteklemek."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user