diff --git a/src/app/page.tsx b/src/app/page.tsx index 423cee0..4f55e03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,13 +29,13 @@ export default function DentistZoneLanding() { @@ -43,23 +43,23 @@ export default function DentistZoneLanding() {
@@ -67,23 +67,23 @@ export default function DentistZoneLanding() {
@@ -108,22 +108,22 @@ export default function DentistZoneLanding() {
@@ -164,19 +164,19 @@ export default function DentistZoneLanding() {
@@ -185,30 +185,30 @@ export default function DentistZoneLanding() { logoText="Dentist.zone" columns={[ { - title: "Services", items: [ - { label: "Preventive Dentistry", href: "#services" }, - { label: "Cosmetic Dentistry", href: "#services" }, - { label: "Restorative Treatment", href: "#services" }, - { label: "Orthodontics", href: "#services" } + title: "Услуги", items: [ + { label: "Профилактическая стоматология", href: "#services" }, + { label: "Косметическая стоматология", href: "#services" }, + { label: "Восстановительное лечение", href: "#services" }, + { label: "Ортодонтия", href: "#services" } ] }, { - title: "Company", items: [ - { label: "About Us", href: "#about" }, - { label: "Contact", href: "#contact" }, - { label: "Testimonials", href: "#testimonials" }, - { label: "Blog", href: "#" } + title: "Компания", items: [ + { label: "О нас", href: "#about" }, + { label: "Контакты", href: "#contact" }, + { label: "Отзывы", href: "#testimonials" }, + { label: "Блог", href: "#" } ] }, { - title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" } + title: "Юридические", items: [ + { label: "Политика конфиденциальности", href: "#" }, + { label: "Условия обслуживания", href: "#" }, + { label: "Политика использования файлов cookie", href: "#" } ] } ]} - copyrightText="© 2025 Dentist.zone | Excellence in Dental Care" + copyrightText="© 2025 Dentist.zone | Совершенство в стоматологической помощи" />