Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-07 19:31:57 +00:00
2 changed files with 87 additions and 1466 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -29,13 +29,13 @@ export default function DentistZoneLanding() {
<NavbarLayoutFloatingInline
brandName="Dentist.zone"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "Услуги", id: "services" },
{ name: "О нас", id: "about" },
{ name: "Отзывы", id: "testimonials" },
{ name: "Контакты", id: "contact" }
]}
button={{
text: "Book Appointment", href: "#contact"
text: "Записаться", href: "#contact"
}}
animateOnLoad={true}
/>
@@ -43,23 +43,23 @@ export default function DentistZoneLanding() {
<div id="hero" data-section="hero">
<HeroSplitKpi
title="Your Smile, Our Priority"
description="Experience world-class dental care with cutting-edge technology and a compassionate team dedicated to your oral health and wellbeing."
tag="Trusted Dental Excellence"
title="Ваша улыбка — наш приоритет"
description="Испытайте первоклассную стоматологическую помощь с использованием передовых технологий и команды, посвященной вашему здоровью полости рта и благополучию."
tag="Надежный стоматологический опыт"
tagIcon={Smile}
background={{ variant: "sparkles-gradient" }}
kpis={[
{ value: "15+", label: "Years Experience" },
{ value: "5000+", label: "Happy Patients" },
{ value: "99%", label: "Satisfaction Rate" }
{ value: "15+", label: "Лет опыта" },
{ value: "5000+", label: "Довольных пациентов" },
{ value: "99%", label: "Уровень удовлетворения" }
]}
enableKpiAnimation={true}
buttons={[
{ text: "Schedule Visit", href: "#contact" },
{ text: "Learn More", href: "#services" }
{ text: "Записаться на прием", href: "#contact" },
{ text: "Подробнее", href: "#services" }
]}
imageSrc="http://img.b2bpic.net/free-photo/back-view-woman-filling-dental-document-sitting-chiar-waiting-room-preparing-teeth-exemination-while-doctor-working-background-concept-crowded-professional-orthodontist-office_482257-3585.jpg"
imageAlt="Modern dental office reception area"
imageAlt="Современный стоматологический кабинет"
mediaAnimation="slide-up"
imagePosition="right"
/>
@@ -67,23 +67,23 @@ export default function DentistZoneLanding() {
<div id="services" data-section="services">
<FeatureCardOne
title="Comprehensive Dental Services"
description="From routine cleanings to advanced cosmetic procedures, we offer the full spectrum of dental care to keep your smile healthy and radiant."
tag="Our Services"
title="Комплексные стоматологические услуги"
description="От регулярных чисток до сложных косметических процедур — мы предоставляем полный спектр стоматологической помощи для поддержания здоровья и красоты вашей улыбки."
tag="Наши услуги"
tagIcon={Sparkles}
textboxLayout="default"
features={[
{
title: "Preventive Dentistry", description: "Regular cleanings, exams, and screenings to maintain optimal oral health and prevent dental issues.", imageSrc: "http://img.b2bpic.net/free-photo/instrument-cosmetic-specialist-surgeon-work_1303-509.jpg", imageAlt: "Professional dental cleaning equipment"
title: "Профилактическая стоматология", description: "Регулярные чистки, осмотры и обследования для поддержания оптимального здоровья полости рта и профилактики стоматологических проблем.", imageSrc: "http://img.b2bpic.net/free-photo/instrument-cosmetic-specialist-surgeon-work_1303-509.jpg", imageAlt: "Профессиональное оборудование для очистки зубов"
},
{
title: "Cosmetic Dentistry", description: "Professional teeth whitening, veneers, and smile makeovers to enhance your natural beauty.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treating-her-patient-teeth_8353-1661.jpg", imageAlt: "Cosmetic dentistry treatment"
title: "Косметическая стоматология", description: "Профессиональное отбеливание зубов, виниры и переделка улыбки для повышения вашей естественной красоты.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treating-her-patient-teeth_8353-1661.jpg", imageAlt: "Лечение косметической стоматологией"
},
{
title: "Restorative Treatment", description: "Fillings, crowns, and implants to restore damaged teeth and maintain your smile's function.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-teeth-girl-dental-office-dentistry-concept_169016-66731.jpg", imageAlt: "Dental restoration procedure"
title: "Восстановительное лечение", description: "Пломбы, коронки и имплантаты для восстановления поврежденных зубов и сохранения функции вашей улыбки.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-teeth-girl-dental-office-dentistry-concept_169016-66731.jpg", imageAlt: "Процедура восстановления зубов"
},
{
title: "Orthodontics", description: "Modern braces and aligners to straighten your teeth and improve your bite alignment.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-model-female-patient-dental-clinic_23-2147879151.jpg", imageAlt: "Orthodontic treatment"
title: "Ортодонтия", description: "Современные брекеты и элайнеры для выравнивания зубов и улучшения прикуса.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-model-female-patient-dental-clinic_23-2147879151.jpg", imageAlt: "Ортодонтическое лечение"
}
]}
gridVariant="two-columns-alternating-heights"
@@ -95,12 +95,12 @@ export default function DentistZoneLanding() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Dedicated to Excellence in" },
{ type: "image", src: "http://img.b2bpic.net/free-vector/dental_24908-54022.jpg", alt: "Dentist.zone logo" },
{ type: "text", content: "Patient Care" }
{ type: "text", content: "Преданность совершенству в" },
{ type: "image", src: "http://img.b2bpic.net/free-vector/dental_24908-54022.jpg", alt: "Логотип Dentist.zone" },
{ type: "text", content: "уходе за пациентами" }
]}
buttons={[
{ text: "Meet Our Team", href: "#contact" }
{ text: "Познакомиться с командой", href: "#contact" }
]}
useInvertedBackground={false}
/>
@@ -108,22 +108,22 @@ export default function DentistZoneLanding() {
<div id="products" data-section="products">
<ProductCardTwo
title="Advanced Treatment Options"
description="State-of-the-art dental solutions designed for your comfort and results."
tag="Premium Treatments"
title="Передовые варианты лечения"
description="Современные стоматологические решения, разработанные для вашего комфорта и результатов."
tag="Премиальные методы лечения"
textboxLayout="default"
products={[
{
id: "1", brand: "Digital", name: "Intra-Oral Imaging", price: "Advanced Diagnostics", rating: 5,
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/woman-analyzing-green-screen-monitor-teeth-x-ray-dental-examination-dentist-using-chroma-key-mockup-display-checkup-while-looking-radiography-oral-care_482257-28163.jpg", imageAlt: "Digital dental imaging"
id: "1", brand: "Цифровой", name: "Внутриротовая визуализация", price: "Передовая диагностика", rating: 5,
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/woman-analyzing-green-screen-monitor-teeth-x-ray-dental-examination-dentist-using-chroma-key-mockup-display-checkup-while-looking-radiography-oral-care_482257-28163.jpg", imageAlt: "Цифровая визуализация зубов"
},
{
id: "2", brand: "Comfort", name: "Sedation Dentistry", price: "Anxiety-Free Care", rating: 5,
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-bathrobe-using-smart-phone-while-relaxing-by-pool-wellness-center_637285-7416.jpg", imageAlt: "Comfortable patient care"
id: "2", brand: "Комфорт", name: "Седативная стоматология", price: "Лечение без стресса", rating: 5,
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-bathrobe-using-smart-phone-while-relaxing-by-pool-wellness-center_637285-7416.jpg", imageAlt: "Комфортный уход за пациентом"
},
{
id: "3", brand: "Modern", name: "Laser Treatment", price: "Precision Procedures", rating: 5,
reviewCount: "420+", imageSrc: "http://img.b2bpic.net/free-photo/team-dentists-treats-patients-teeth-using-modern-equipment-dentistry-concept_169016-67261.jpg", imageAlt: "Laser dental treatment"
id: "3", brand: "Современный", name: "Лазерное лечение", price: "Точные процедуры", rating: 5,
reviewCount: "420+", imageSrc: "http://img.b2bpic.net/free-photo/team-dentists-treats-patients-teeth-using-modern-equipment-dentistry-concept_169016-67261.jpg", imageAlt: "Лазерное стоматологическое лечение"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -134,29 +134,29 @@ export default function DentistZoneLanding() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Our Patients Say"
description="Real stories from people who've experienced exceptional dental care at Dentist.zone."
title="Что говорят наши пациенты"
description="Реальные истории людей, которые получили исключительную стоматологическую помощь в Dentist.zone."
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "Patient since 2018", testimonial: "Dr. Johnson and the team made my root canal procedure painless and comfortable. Their professionalism and care are unmatched. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_23-2147615403.jpg?_wi=1", imageAlt: "Sarah Mitchell"
id: "1", name: "Сара Митчелл", handle: "Пациентка с 2018 года", testimonial: "Доктор Джонсон и его команда сделали эндодонтическое лечение безболезненным и комфортным. Их профессионализм и забота не имеют себе равных. Настоятельно рекомендую!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_23-2147615403.jpg?_wi=1", imageAlt: "Сара Митчелл"
},
{
id: "2", name: "Michael Chen", handle: "Patient since 2019", testimonial: "My teeth have never looked better thanks to their cosmetic dentistry services. The results exceeded my expectations and the staff is wonderful.", imageSrc: "http://img.b2bpic.net/free-photo/funny-african-man-with-bushy-curly-hair-blinking-his-eye-having-warm-broad-smile_273609-14063.jpg", imageAlt: "Michael Chen"
id: "2", name: "Майкл Чен", handle: "Пациент с 2019 года", testimonial: "Мои зубы никогда не выглядели так хорошо благодаря их услугам косметической стоматологии. Результаты превзошли мои ожидания, а персонал просто чудесный.", imageSrc: "http://img.b2bpic.net/free-photo/funny-african-man-with-bushy-curly-hair-blinking-his-eye-having-warm-broad-smile_273609-14063.jpg", imageAlt: "Майкл Чен"
},
{
id: "3", name: "Emily Rodriguez", handle: "Patient since 2020", testimonial: "As someone with dental anxiety, I was nervous about my visit. The team's compassion and use of sedation made it a breeze. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_23-2147615403.jpg?_wi=2", imageAlt: "Emily Rodriguez"
id: "3", name: "Эмили Родригез", handle: "Пациентка с 2020 года", testimonial: "Как человек со страхом стоматолога, я была нервной перед посещением. Сочувствие команды и использование седации сделали всё легко. Спасибо!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_23-2147615403.jpg?_wi=2", imageAlt: "Эмили Родригез"
},
{
id: "4", name: "David Thompson", handle: "Patient since 2017", testimonial: "The office is state-of-the-art and the team is incredibly knowledgeable. I've been a patient for years and wouldn't go anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-hands-hips-gray-background_1187-3016.jpg", imageAlt: "David Thompson"
id: "4", name: "Дэвид Томпсон", handle: "Пациент с 2017 года", testimonial: "Офис оборудован на высочайшем уровне, а команда невероятно компетентна. Я был пациентом на протяжении многих лет и не пойду ни куда.", imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-hands-hips-gray-background_1187-3016.jpg", imageAlt: "Дэвид Томпсон"
},
{
id: "5", name: "Jessica Williams", handle: "Patient since 2021", testimonial: "My daughter's orthodontic journey has been wonderful. The progress is excellent and the team keeps her motivated. Best decision we made!", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg", imageAlt: "Jessica Williams"
id: "5", name: "Джессика Уильямс", handle: "Пациентка с 2021 года", testimonial: "Ортодонтическое лечение моей дочери прошло замечательно. Прогресс отличный, а команда поддерживает её мотивацию. Лучшее решение, которое мы могли принять!", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg", imageAlt: "Джессика Уильямс"
},
{
id: "6", name: "Robert Lee", handle: "Patient since 2016", testimonial: "Regular cleanings and preventive care have kept my teeth healthy. The attention to detail and friendly atmosphere make every visit pleasant.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", imageAlt: "Robert Lee"
id: "6", name: "Роберт Ли", handle: "Пациент с 2016 года", testimonial: "Регулярные чистки и профилактический уход сохраняют мои зубы здоровыми. Внимание к деталям и дружеская атмосфера делают каждое посещение приятным.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", imageAlt: "Роберт Ли"
}
]}
/>
@@ -164,19 +164,19 @@ export default function DentistZoneLanding() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Get In Touch"
tag="Свяжитесь с нами"
tagIcon={MessageSquare}
title="Schedule Your Appointment Today"
description="Book your next dental visit with our convenient online scheduling system. We look forward to seeing you and keeping your smile healthy."
title="Запишитесь на прием сегодня"
description="Запланируйте свое следующее посещение стоматолога с помощью нашей удобной системы онлайн-бронирования. Мы с нетерпением ждем встречи с вами и сохранения здоровья вашей улыбки."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/portrait-diverse-latin-people_23-2151057834.jpg"
imageAlt="Professional dental team ready to help"
imageAlt="Профессиональная стоматологическая команда готова помочь"
mediaPosition="right"
mediaAnimation="slide-up"
inputPlaceholder="Enter your email"
buttonText="Schedule Now"
termsText="We respect your privacy. We'll only contact you about your appointment."
inputPlaceholder="Введите ваш email"
buttonText="Записаться"
termsText="Мы уважаем вашу конфиденциальность. Мы свяжемся с вами только по поводу вашего приема."
/>
</div>
@@ -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 | Совершенство в стоматологической помощи"
/>
</div>
</ThemeProvider>