Update src/app/about/page.tsx
This commit is contained in:
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Ana Sayfa",
|
||||
id: "/",
|
||||
},
|
||||
name: "Ana Sayfa", id: "/"},
|
||||
{
|
||||
name: "Hizmetlerimiz",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Hizmetlerimiz", id: "/services"},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "/about",
|
||||
},
|
||||
name: "Hakkımızda", id: "/about"},
|
||||
{
|
||||
name: "Galeri",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Galeri", id: "/gallery"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "İletişim", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/employee-checks-car-with-mockup-laptop_482257-91166.jpg"
|
||||
brandName="AutoFix Garage"
|
||||
@@ -55,7 +45,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="AutoFix Garage Hakkında"
|
||||
description="AutoFix Garage olarak 15 yılı aşkın süredir otomotiv sektöründe hizmet vermekteyiz. Müşteri memnuniyetini ve araç güvenliğini ön planda tutarak, son teknoloji ekipmanlarımız ve uzman ekibimizle kaliteli çözümler sunuyoruz. Aracınız bizim için bir tutkudan daha fazlası; değer verdiğiniz her şeyin güvencesi."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,26 +55,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "team-1",
|
||||
name: "Can Yılmaz",
|
||||
role: "Baş Mekaniker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairman-with-folder-smiling-workshop_23-2147897928.jpg",
|
||||
imageAlt: "Can Yılmaz fotoğrafı",
|
||||
},
|
||||
id: "team-1", name: "Can Yılmaz", role: "Baş Mekaniker", imageSrc: "http://img.b2bpic.net/free-photo/repairman-with-folder-smiling-workshop_23-2147897928.jpg", imageAlt: "Can Yılmaz fotoğrafı"},
|
||||
{
|
||||
id: "team-2",
|
||||
name: "Deniz Kara",
|
||||
role: "Oto Elektrik Uzmanı",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-pulling-rack-with-car-tires-looking-camera-workshop_637285-7542.jpg",
|
||||
imageAlt: "Deniz Kara fotoğrafı",
|
||||
},
|
||||
id: "team-2", name: "Deniz Kara", role: "Oto Elektrik Uzmanı", imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-pulling-rack-with-car-tires-looking-camera-workshop_637285-7542.jpg", imageAlt: "Deniz Kara fotoğrafı"},
|
||||
{
|
||||
id: "team-3",
|
||||
name: "Murat Demir",
|
||||
role: "Kaporta Ustası",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-technician-grey-uniform-standing-with-crossed-arms-looking-spiteful_176474-35390.jpg",
|
||||
imageAlt: "Murat Demir fotoğrafı",
|
||||
},
|
||||
id: "team-3", name: "Murat Demir", role: "Kaporta Ustası", imageSrc: "http://img.b2bpic.net/free-photo/young-technician-grey-uniform-standing-with-crossed-arms-looking-spiteful_176474-35390.jpg", imageAlt: "Murat Demir fotoğrafı"},
|
||||
]}
|
||||
title="Uzman Ekibimiz"
|
||||
description="Aracınıza en iyi hizmeti sunmak için kendini adamış profesyonellerle çalışıyoruz."
|
||||
@@ -97,58 +71,35 @@ export default function LandingPage() {
|
||||
logoText="AutoFix Garage"
|
||||
columns={[
|
||||
{
|
||||
title: "Hizmetler",
|
||||
items: [
|
||||
title: "Hizmetler", items: [
|
||||
{
|
||||
label: "Motor Tamiri",
|
||||
href: "/services#motor-tamiri",
|
||||
},
|
||||
label: "Motor Tamiri", href: "/services#motor-tamiri"},
|
||||
{
|
||||
label: "Periyodik Bakım",
|
||||
href: "/services#periyodik-bakim",
|
||||
},
|
||||
label: "Periyodik Bakım", href: "/services#periyodik-bakim"},
|
||||
{
|
||||
label: "Lastik Değişimi",
|
||||
href: "/services#lastik-degisimi",
|
||||
},
|
||||
label: "Lastik Değişimi", href: "/services#lastik-degisimi"},
|
||||
{
|
||||
label: "Fren Bakımı",
|
||||
href: "/services#fren-bakimi",
|
||||
},
|
||||
label: "Fren Bakımı", href: "/services#fren-bakimi"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kurumsal",
|
||||
items: [
|
||||
title: "Kurumsal", items: [
|
||||
{
|
||||
label: "Ana Sayfa",
|
||||
href: "/",
|
||||
},
|
||||
label: "Ana Sayfa", href: "/"},
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Hakkımızda", href: "/about"},
|
||||
{
|
||||
label: "Galeri",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Galeri", href: "/gallery"},
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "İletişim", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Yasal",
|
||||
items: [
|
||||
title: "Yasal", items: [
|
||||
{
|
||||
label: "Gizlilik Politikası",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gizlilik Politikası", href: "#"},
|
||||
{
|
||||
label: "Kullanım Koşulları",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kullanım Koşulları", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user