diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 869ba89..f6e5fc7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index f544783..0372465 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -252,22 +252,22 @@ export default function LandingPage() { animationType="smooth" faqs={[ { - id: "faq-1", title: "Are all phones genuine and authentic?", content: "Yes, 100% of our phones are genuine. We partner directly with manufacturers and authorized distributors. Every device comes with an official warranty and authenticity certificate." + id: "faq-1", title: "Все телефоны подлинные и аутентичные?", content: "Да, 100% всех наших телефонов подлинные. Мы работаем напрямую с производителями и авторизованными дистрибьюторами. Каждое устройство поставляется с официальной гарантией и сертификатом подлинности." }, { - id: "faq-2", title: "What is your return and exchange policy?", content: "We offer a 30-day money-back guarantee on all purchases. If you're not satisfied, you can return the phone in original condition for a full refund or exchange." + id: "faq-2", title: "Какова ваша политика возврата и обмена?", content: "Мы предлагаем 30-дневную гарантию возврата денег при покупке. Если вы не удовлетворены, вы можете вернуть телефон в исходном состоянии для полного возврата или обмена." }, { - id: "faq-3", title: "Do you offer warranty coverage?", content: "Yes, all phones come with the manufacturer's official warranty (typically 1-2 years). We also offer extended warranty options for additional peace of mind." + id: "faq-3", title: "Вы предоставляете гарантийное покрытие?", content: "Да, все телефоны поставляются с официальной гарантией производителя (обычно 1-2 года). Мы также предлагаем опции расширенной гарантии для дополнительного спокойствия." }, { - id: "faq-4", title: "How fast is your shipping?", content: "Standard shipping takes 3-5 business days. We also offer express shipping (1-2 days) and same-day delivery in select areas. All orders ship free over $50." + id: "faq-4", title: "Как быстро вы отправляете?", content: "Стандартная доставка занимает 3-5 рабочих дней. Мы также предлагаем срочную доставку (1-2 дня) и доставку в день заказа в отдельных районах. Все заказы на сумму свыше 50 долларов отправляются бесплатно." }, { - id: "faq-5", title: "Can I buy phones in bulk for business?", content: "Absolutely! We have a dedicated Business Partner program with special bulk discounts, flexible payment terms, and dedicated account managers. Contact our sales team for details." + id: "faq-5", title: "Могу ли я купить телефоны оптом для бизнеса?", content: "Конечно! У нас есть специальная программа для деловых партнеров с особыми оптовыми скидками, гибкими условиями оплаты и специально назначенными менеджерами по счетам. Свяжитесь с нашей командой продаж для уточнения деталей." }, { - id: "faq-6", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, Apple Pay, Google Pay, and wire transfers for business orders. Secure checkout is encrypted for your protection." + id: "faq-6", title: "Какие способы оплаты вы принимаете?", content: "Мы принимаем все основные кредитные карты, PayPal, Apple Pay, Google Pay и банковские переводы для корпоративных заказов. Безопасное оформление заказа зашифровано для вашей защиты." } ]} /> @@ -277,33 +277,33 @@ export default function LandingPage() { ); -} +} \ No newline at end of file