import React from 'react'; import PageHeader from '../components/PageHeader'; import { Phone, Mail, MapPin, Clock, Send, MessageCircle } from 'lucide-react'; import { useLocation } from 'react-router-dom'; const ContactsPage: React.FC = () => { const location = useLocation(); const isEnglish = location.pathname.startsWith('/en'); const title = isEnglish ? 'Contacts' : 'Контакты'; const description = isEnglish ? 'We are always available and ready to answer any questions you may have.' : 'Мы всегда на связи и готовы ответить на любые ваши вопросы.'; return (
{isEnglish ? '450001, Republic of Bashkortostan, Ufa,' : '450001, РБ, г. Уфа,'}
{isEnglish ? '19/1 Komsomolskaya St.' : 'ул. Комсомольская 19/1'}
{isEnglish ? 'Mon–Fri: 09:00–18:00' : 'Пн-Пт: 09:00 - 18:00'}
{isEnglish ? 'Sat–Sun: Closed' : 'Сб-Вс: Выходной'}
{isEnglish ? 'Subscribe to our Telegram channel to stay up to date with company news, current projects and special offers.' : 'Подписывайтесь на наш Telegram-канал, чтобы быть в курсе новостей компании, актуальных проектов и специальных предложений.'}
{isEnglish ? '📱 Scan the QR code with your phone camera' : '📱 Отсканируйте QR-код камерой телефона'}
{isEnglish ? '💬 Or follow the link: ' : '💬 Или перейдите по ссылке: '} @ooo_geo_wektor
{isEnglish ? 'Point your camera at the QR code' : 'Наведите камеру на QR-код'}