Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-19 01:23:51 +00:00

View File

@@ -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"
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}