Merge version_3 into main #3
@@ -1414,4 +1414,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Products", items: [
|
||||
{ label: "Smartphones", href: "#products" },
|
||||
{ label: "Tablets", href: "#products" },
|
||||
{ label: "Accessories", href: "#products" },
|
||||
{ label: "Best Deals", href: "#products" }
|
||||
title: "Продукты", items: [
|
||||
{ label: "Смартфоны", href: "#products" },
|
||||
{ label: "Планшеты", href: "#products" },
|
||||
{ label: "Аксессуары", href: "#products" },
|
||||
{ label: "Лучшие предложения", href: "#products" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" }
|
||||
title: "Компания", items: [
|
||||
{ label: "О нас", href: "#about" },
|
||||
{ label: "Контакты", href: "#contact" },
|
||||
{ label: "Блог", href: "#" },
|
||||
{ label: "Карьера", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Warranty", href: "#" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
{ label: "Returns", href: "#" }
|
||||
title: "Поддержка", items: [
|
||||
{ label: "Часто задаваемые вопросы", href: "#faq" },
|
||||
{ label: "Гарантия", href: "#" },
|
||||
{ label: "Информация о доставке", href: "#" },
|
||||
{ label: "Возвраты", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 TechPhone Store. All rights reserved."
|
||||
copyrightText="© 2025 TechPhone Store. Все права защищены."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user