Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
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>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
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 BlogPage() {
|
||||
return (
|
||||
@@ -57,6 +57,7 @@ export default function BlogPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Teknoloji Odaklı"
|
||||
description="Geleceği bugünden tasarlıyoruz."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -119,6 +119,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Harekete Geç"
|
||||
title="Projenizi Başlatalım"
|
||||
description="Hassas üretim yeteneklerimizden yararlanın."
|
||||
|
||||
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
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 ServicesPage() {
|
||||
return (
|
||||
@@ -54,6 +54,7 @@ export default function ServicesPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Sektör Lideri Çözümler"
|
||||
description="Uzman kadromuzla yanınızdayız."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user