From 33ed1835b400fc0024d402e06749e8dead621317 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 20:06:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 52 ++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 529a8e7..fe184e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ export default function LandingPage() { navItems={[ { name: "Hakkımızda", id: "about" }, { name: "Neden Biz?", id: "why-us" }, - { name: "Neden Biz?", id: "testimonials" }, + { name: "Müşteri Sesleri", id: "testimonials" }, { name: "Sorular", id: "faq" }, { name: "İletişim", id: "contact" } ]} @@ -44,7 +44,7 @@ export default function LandingPage() {
@@ -64,45 +64,45 @@ export default function LandingPage() {
@@ -122,37 +122,37 @@ export default function LandingPage() { id: "4", name: "Ali Çetin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-smiling-girl-sitting-cafe-sun-rays_176420-5916.jpg", imageAlt: "Ali Çetin" } ]} - cardTitle="Müşterilerimiz Söyleyeceği En İyi Şey" + cardTitle="Müşterilerimizin Söyleyeceği En İyi Şey" cardTag="Gerçek Müşteri Sesleri" cardTagIcon={Heart} cardAnimation="slide-up" useInvertedBackground={true} - ariaLabel="Customer Testimonials" + ariaLabel="Müşteri Yorumları" />
@@ -168,7 +168,7 @@ export default function LandingPage() { @@ -207,7 +207,7 @@ export default function LandingPage() { ] } ]} - copyrightText="© 2025 Haktan Et & Döner | Bayraklı, İzmir | Authentic Turkish Döner" + copyrightText="© 2025 Haktan Et & Döner | Bayraklı, İzmir | Otantik Türk Döner" ariaLabel="Haktan Et & Döner Footer" /> -- 2.49.1