diff --git a/src/app/page.tsx b/src/app/page.tsx
index b25fe31..3188501 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,34 +29,34 @@ export default function LandingPage() {
@@ -68,12 +68,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- { id: "f1", title: "General Dentistry", description: "Preventive exams, cleanings, and digital diagnostics.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg" },
- { id: "f2", title: "Advanced Implants", description: "Permanent solutions for missing teeth using advanced technology.", tag: "Specialized", imageSrc: "http://img.b2bpic.net/free-photo/dentists-holding-dental-tools_107420-65567.jpg" },
- { id: "f3", title: "Orthodontics", description: "Expert teeth alignment and smile correction treatments.", tag: "Cosmetic", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg" },
+ { id: "f1", title: "Общая стоматология", description: "Профилактические осмотры, чистка и цифровая диагностика.", tag: "Базовое", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-talking-patient-showing-dental-jaw_23-2147862033.jpg" },
+ { id: "f2", title: "Современная имплантация", description: "Долговечные решения для восстановления отсутствующих зубов.", tag: "Специализированное", imageSrc: "http://img.b2bpic.net/free-photo/dentists-holding-dental-tools_107420-65567.jpg" },
+ { id: "f3", title: "Ортодонтия", description: "Профессиональное выравнивание зубов и коррекция прикуса.", tag: "Эстетика", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985788.jpg" },
]}
- title="Professional Dental Services"
- description="We offer comprehensive oral health services to maintain your perfect smile."
+ title="Профессиональные стоматологические услуги"
+ description="Мы предлагаем комплексные услуги для поддержания здоровья и красоты вашей улыбки."
/>
@@ -83,14 +83,14 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- { id: "t1", name: "Alice M.", role: "Patient", testimonial: "The best clinic I've been to. Very gentle and professional staff.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg?_wi=1" },
- { id: "t2", name: "Robert B.", role: "Patient", testimonial: "Excellent service and state-of-the-art facilities. My teeth have never felt better.", imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-smiling-listening-music_23-2147600806.jpg" },
- { id: "t3", name: "Sarah K.", role: "Patient", testimonial: "I was anxious about dental visits, but they made me feel completely at ease.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-having-conversation-talking-smartphone-leaning-wall_839833-27543.jpg" },
- { id: "t4", name: "Mark D.", role: "Patient", testimonial: "Professional, clean, and highly effective. Highly recommend their implant services.", imageSrc: "http://img.b2bpic.net/free-photo/adult-man-woman-working-together_23-2148461552.jpg" },
- { id: "t5", name: "Elena R.", role: "Patient", testimonial: "Such a warm atmosphere. The team explains every step clearly and effectively.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg?_wi=2" },
+ { id: "t1", name: "Алиса М.", role: "Пациент", testimonial: "Лучшая клиника, где я была. Очень бережный и профессиональный подход.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg?_wi=1" },
+ { id: "t2", name: "Роберт Б.", role: "Пациент", testimonial: "Отличный сервис и современное оборудование. Мои зубы никогда не чувствовали себя лучше.", imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-smiling-listening-music_23-2147600806.jpg" },
+ { id: "t3", name: "Сара К.", role: "Пациент", testimonial: "Я всегда боялась визитов к стоматологу, но здесь меня успокоили и окружили заботой.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-having-conversation-talking-smartphone-leaning-wall_839833-27543.jpg" },
+ { id: "t4", name: "Марк Д.", role: "Пациент", testimonial: "Профессионально, чисто и очень эффективно. Всем рекомендую их услуги по имплантации.", imageSrc: "http://img.b2bpic.net/free-photo/adult-man-woman-working-together_23-2148461552.jpg" },
+ { id: "t5", name: "Елена Р.", role: "Пациент", testimonial: "Очень теплая атмосфера. Команда подробно объясняет каждый шаг лечения.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg?_wi=2" },
]}
- title="What Our Patients Say"
- description="Real stories from our patients about their experiences with us."
+ title="Что говорят наши пациенты"
+ description="Реальные истории пациентов о том, как мы возвращаем уверенность в своей улыбке."
/>
@@ -99,13 +99,13 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
faqs={[
- { id: "faq1", title: "Do you accept insurance?", content: "Yes, we accept most major dental insurance plans." },
- { id: "faq2", title: "How often should I get a checkup?", content: "We recommend every 6 months for a clean and healthy mouth." },
- { id: "faq3", title: "Can I book online?", content: "Yes, you can schedule your appointment through our contact form." },
+ { id: "faq1", title: "Принимаете ли вы страховки?", content: "Да, мы работаем с большинством основных планов стоматологического страхования." },
+ { id: "faq2", title: "Как часто нужно приходить на осмотр?", content: "Мы рекомендуем посещать клинику каждые 6 месяцев для поддержания здоровья полости рта." },
+ { id: "faq3", title: "Можно ли записаться онлайн?", content: "Да, вы можете легко записаться на прием через нашу форму на сайте." },
]}
- ctaTitle="Book Your Visit"
- ctaDescription="Ready to take care of your oral health? Contact our team today."
- ctaButton={{ text: "Book Your Appointment Online", href: "#" }}
+ ctaTitle="Запишитесь на прием"
+ ctaDescription="Готовы позаботиться о здоровье своих зубов? Свяжитесь с нами сегодня."
+ ctaButton={{ text: "Записаться онлайн", href: "#" }}
ctaIcon={Calendar}
/>
@@ -113,8 +113,8 @@ export default function LandingPage() {