From 57e69e9f4b119002536009a9668571528023fb6d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 01:23:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0c7467..d8248ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,14 +137,14 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", title: "How long does restoration take?", content: "Depending on the complexity, standard care takes 2-3 business days, while deep restoration takes 5-7 days."}, + id: "q1", title: "Restorasyon ne kadar sürer?", content: "Karmaşıklığa bağlı olarak, standart bakım 2-3 iş günü, derin restorasyon ise 5-7 iş günü sürmektedir."}, { - id: "q2", title: "Do you work on luxury brands?", content: "Yes, we specialize in high-end leather repair for global luxury fashion brands."}, + id: "q2", title: "Lüks markalarla çalışıyor musunuz?", content: "Evet, küresel lüks moda markaları için üst düzey deri onarımında uzmanız."}, { - id: "q3", title: "Do you offer pick-up service?", content: "We offer concierge pick-up and delivery services within the Gayrettepe district."}, + id: "q3", title: "Teslim alma hizmetiniz var mı?", content: "Gayrettepe bölgesi içinde kapıdan teslim alma ve teslimat hizmetleri sunmaktayız."}, ]} - title="Frequently Asked Questions" - description="Answers to common concerns about shoe restoration." + title="Sıkça Sorulan Sorular" + description="Ayakkabı restorasyonu hakkında ortak endişelerinize yanıtlar." faqsAnimation="blur-reveal" /> @@ -154,9 +154,9 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain"}} - tag="Expert Shoe Care" - title="Visit Our Studio" - description="Ready for a shoe rejuvenation? Contact us or drop by our location." + tag="Uzman Ayakkabı Bakımı" + title="Stüdyomuzu Ziyaret Edin" + description="Ayakkabı yenilemeye hazır mısınız? Bizimle iletişime geçin veya stüdyomuza uğrayın." imageSrc="http://img.b2bpic.net/free-photo/concentrated-shoemaker-workshop-making-shoes_171337-12270.jpg" mediaAnimation="slide-up" /> @@ -167,27 +167,27 @@ export default function LandingPage() { logoText="Gayrettepe Lostra" columns={[ { - title: "Studio", items: [ + title: "Stüdyo", items: [ { - label: "About Us", href: "#about"}, + label: "Hakkımızda", href: "#about"}, { - label: "Services", href: "#services"}, + label: "Hizmetler", href: "#services"}, ], }, { - title: "Support", items: [ + title: "Destek", items: [ { - label: "FAQ", href: "#faq"}, + label: "SSS", href: "#faq"}, { - label: "Contact", href: "#contact"}, + label: "İletişim", href: "#contact"}, ], }, { - title: "Legal", items: [ + title: "Yasal", items: [ { - label: "Privacy Policy", href: "#"}, + label: "Gizlilik Politikası", href: "#"}, { - label: "Terms of Service", href: "#"}, + label: "Hizmet Şartları", href: "#"}, ], }, ]} @@ -196,4 +196,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1