From 7f622e9c5aa9b54e337dec42baf4be0ceef54ae2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 23:47:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 350 ++++++----------------------------------------- 1 file changed, 44 insertions(+), 306 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f848636..5a217cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,18 +31,9 @@ export default function LandingPage() { @@ -198,23 +68,13 @@ export default function LandingPage() { @@ -225,36 +85,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "99.9%", - title: "System Uptime", - items: [ - "Robust hardware", - "Fail-safe logic", - ], - }, - { - id: "m2", - value: "45%", - title: "Efficiency Gain", - items: [ - "Faster cycle times", - "Less waste", - ], - }, - { - id: "m3", - value: "200+", - title: "Installations", - items: [ - "Global reach", - "Proven record", - ], - }, + { id: "m1", value: "%99.9", title: "Sistem Çalışma Süresi", items: ["Sağlam donanım", "Hata payı olmayan mantık"] }, + { id: "m2", value: "%45", title: "Verimlilik Artışı", items: ["Daha hızlı döngü süreleri", "Daha az israf"] }, + { id: "m3", value: "200+", title: "Kurulum", items: ["Küresel erişim", "Kanıtlanmış kayıt"] }, ]} - title="Proven Performance Metrics" - description="Measuring success in output and operational uptime." + title="Kanıtlanmış Performans Metrikleri" + description="Başarıyı üretim ve operasyonel çalışma süresi ile ölçüyoruz." /> @@ -262,17 +98,9 @@ export default function LandingPage() { @@ -282,63 +110,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah Johnson", - role: "CEO", - company: "TechCorp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-couple-hugging-while-standing-together-with-present-box-white-wall_496169-2562.jpg", - }, - { - id: "2", - name: "Michael Chen", - role: "CTO", - company: "InnovateLab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-business-man-his-son-business-district_1150-34743.jpg", - }, - { - id: "3", - name: "Emily Rodriguez", - role: "Marketing Director", - company: "GrowthCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-corporate-businesswoman_23-2147702109.jpg", - }, - { - id: "4", - name: "David Kim", - role: "Product Manager", - company: "StartupXYZ", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12042.jpg", - }, - { - id: "5", - name: "Laura Smith", - role: "Engineer", - company: "GlobalFoundries", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", - }, + { id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5 }, + { id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5 }, ]} kpiItems={[ - { - value: "500+", - label: "Projects Completed", - }, - { - value: "95%", - label: "Retention Rate", - }, - { - value: "24/7", - label: "Active Support", - }, + { value: "500+", label: "Tamamlanan Proje" }, + { value: "%95", label: "Müşteri Bağlılığı" }, + { value: "7/24", label: "Aktif Destek" }, ]} - title="Client Success Stories" - description="See why industry leaders choose Mons for automation." + title="Müşteri Başarı Hikayeleri" + description="Neden endüstri liderlerinin otomasyon için Mons'u seçtiğini görün." /> @@ -347,24 +128,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "Is Mons automation scalable?", - content: "Yes, our systems are built modularly to grow as you do.", - }, - { - id: "q2", - title: "Do you provide support?", - content: "We offer 24/7 proactive maintenance and support.", - }, - { - id: "q3", - title: "How is security handled?", - content: "Security is built into every layer of our code and hardware.", - }, + { id: "q1", title: "Mons otomasyonu ölçeklenebilir mi?", content: "Evet, sistemlerimiz sizinle birlikte büyüyecek şekilde modüler olarak inşa edilmiştir." }, + { id: "q2", title: "Destek sağlıyor musunuz?", content: "7/24 proaktif bakım ve destek sunuyoruz." }, + { id: "q3", title: "Güvenlik nasıl yönetiliyor?", content: "Güvenlik, kodumuzun ve donanımımızın her katmanına yerleştirilmiştir." }, ]} - title="Frequently Asked Questions" - description="Everything you need to know about our automation services." + title="Sıkça Sorulan Sorular" + description="Otomasyon hizmetlerimiz hakkında bilmeniz gereken her şey." faqsAnimation="slide-up" /> @@ -372,48 +141,17 @@ export default function LandingPage() {