Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0adecd0d1 | |||
| 44018c7c3d | |||
| 4941121c65 | |||
| 01d1b9f5a0 | |||
| 5e5191b383 | |||
| 8260e50523 | |||
| 1590112353 | |||
| b6ca7276ca | |||
| bec4928a53 | |||
| ffdaef4027 |
418
src/app/page.tsx
418
src/app/page.tsx
@@ -34,21 +34,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Услуги",
|
name: "Услуги", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "О клинике",
|
name: "О клинике", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Врачи",
|
name: "Врачи", id: "team"},
|
||||||
id: "team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Запись",
|
name: "Запись", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Diamond Dent"
|
brandName="Diamond Dent"
|
||||||
/>
|
/>
|
||||||
@@ -57,45 +49,28 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Ваша идеальная улыбка — наша миссия"
|
title="Ваша идеальная улыбка — наша миссия"
|
||||||
description="Премиальная стоматология в Грозном. Мы сочетаем передовые технологии и заботливый подход для создания вашей безупречной улыбки."
|
description="Премиальная стоматология в Грозном. Мы сочетаем передовые технологии и заботливый подход для создания вашей безупречной улыбки."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Записаться на приём",
|
text: "Записаться на приём", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Узнать больше",
|
text: "Узнать больше", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg?_wi=1", imageAlt: "modern dental clinic interior"},
|
||||||
imageAlt: "modern dental clinic interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-pov-listening-explication-teeth-treatment-dentist-coverall-showing-x-ray-tablet-stomatology-specialist-wearing-protective-suit-against-infection-with-covid19-pointing-radiograph_482257-13149.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/patient-pov-listening-explication-teeth-treatment-dentist-coverall-showing-x-ray-tablet-stomatology-specialist-wearing-protective-suit-against-infection-with-covid19-pointing-radiograph_482257-13149.jpg", imageAlt: "modern dental clinic interior"},
|
||||||
imageAlt: "modern dental clinic interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-instruments_1157-18593.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/medical-instruments_1157-18593.jpg", imageAlt: "modern dental clinic interior"},
|
||||||
imageAlt: "modern dental clinic interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15260.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15260.jpg", imageAlt: "modern dental clinic interior"},
|
||||||
imageAlt: "modern dental clinic interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "modern dental clinic interior"},
|
||||||
imageAlt: "modern dental clinic interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-dental-tooth-intruments-medical-stomatology-orthodontic-office_482257-12296.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-dental-tooth-intruments-medical-stomatology-orthodontic-office_482257-12296.jpg", imageAlt: "modern dental clinic interior"},
|
||||||
imageAlt: "modern dental clinic interior",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -117,53 +92,29 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "s1",
|
id: "s1", title: "Имплантация", tags: [
|
||||||
title: "Имплантация",
|
"хирургия"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-looking-dental-mold-with-orthodontist_23-2148985828.jpg?_wi=1"},
|
||||||
"хирургия",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-looking-dental-mold-with-orthodontist_23-2148985828.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s2",
|
id: "s2", title: "Отбеливание", tags: [
|
||||||
title: "Отбеливание",
|
"эстетика"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/patient-receiving-dental-treatment_107420-65438.jpg?_wi=1"},
|
||||||
"эстетика",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-receiving-dental-treatment_107420-65438.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s3",
|
id: "s3", title: "Брекеты", tags: [
|
||||||
title: "Брекеты",
|
"ортодонтия"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart_1232-1742.jpg"},
|
||||||
"ортодонтия",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart_1232-1742.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s4",
|
id: "s4", title: "Лечение кариеса", tags: [
|
||||||
title: "Лечение кариеса",
|
"терапия"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-vector/tooth-implant-implant-dental-health-tooth-healthy-implant-vector-illustration_1284-46131.jpg"},
|
||||||
"терапия",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/tooth-implant-implant-dental-health-tooth-healthy-implant-vector-illustration_1284-46131.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s5",
|
id: "s5", title: "Детская стоматология", tags: [
|
||||||
title: "Детская стоматология",
|
"забота"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-vector/creative-dentistry-dental-tooth-care-logo-template_1017-55253.jpg"},
|
||||||
"забота",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-dentistry-dental-tooth-care-logo-template_1017-55253.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "s6",
|
id: "s6", title: "Протезирование", tags: [
|
||||||
title: "Протезирование",
|
"эстетика"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart_1232-1741.jpg"},
|
||||||
"эстетика",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart_1232-1741.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Наши услуги"
|
title="Наши услуги"
|
||||||
description="Профессиональный спектр стоматологических услуг с использованием инновационного оборудования."
|
description="Профессиональный спектр стоматологических услуг с использованием инновационного оборудования."
|
||||||
@@ -178,30 +129,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "10+", description: "лет успешного опыта"},
|
||||||
value: "10+",
|
|
||||||
description: "лет успешного опыта",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "5000+", description: "довольных пациентов"},
|
||||||
value: "5000+",
|
|
||||||
description: "довольных пациентов",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "100%", description: "безопасное оборудование"},
|
||||||
value: "100%",
|
|
||||||
description: "безопасное оборудование",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m4",
|
id: "m4", value: "Без боли", description: "комфортное лечение"},
|
||||||
value: "Без боли",
|
|
||||||
description: "комфортное лечение",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m5",
|
id: "m5", value: "24/7", description: "поддержка пациентов"},
|
||||||
value: "24/7",
|
|
||||||
description: "поддержка пациентов",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Почему выбирают нас?"
|
title="Почему выбирают нас?"
|
||||||
description="Мы гордимся доверием наших пациентов и стремимся к совершенству в каждом аспекте."
|
description="Мы гордимся доверием наших пациентов и стремимся к совершенству в каждом аспекте."
|
||||||
@@ -216,35 +152,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "d1",
|
id: "d1", name: "Аслан Магомедов", role: "Главный врач, имплантолог", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dw84RnSEOsmbFdYVY2F51sVH09/uploaded-1779225402552-aynja8ho.jpg"},
|
||||||
name: "Аслан Магомедов",
|
|
||||||
role: "Главный врач, имплантолог",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dw84RnSEOsmbFdYVY2F51sVH09/uploaded-1779225402552-aynja8ho.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "d2",
|
id: "d2", name: "Амина Исаева", role: "Стоматолог-терапевт", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dw84RnSEOsmbFdYVY2F51sVH09/uploaded-1779308675600-85eg6mq1.jpg"},
|
||||||
name: "Амина Исаева",
|
|
||||||
role: "Стоматолог-терапевт",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dw84RnSEOsmbFdYVY2F51sVH09/uploaded-1779308675600-85eg6mq1.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "d3",
|
id: "d3", name: "Магомед Саидов", role: "Ортодонт", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dw84RnSEOsmbFdYVY2F51sVH09/uploaded-1779308675600-46soe5n4.jpg"},
|
||||||
name: "Магомед Саидов",
|
|
||||||
role: "Ортодонт",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dw84RnSEOsmbFdYVY2F51sVH09/uploaded-1779308675600-46soe5n4.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "d4",
|
id: "d4", name: "Фатима Ибрагимова", role: "Детский стоматолог", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dw84RnSEOsmbFdYVY2F51sVH09/uploaded-1779225402552-n9uorcya.jpg"},
|
||||||
name: "Фатима Ибрагимова",
|
|
||||||
role: "Детский стоматолог",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dw84RnSEOsmbFdYVY2F51sVH09/uploaded-1779225402552-n9uorcya.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "d5",
|
id: "d5", name: "Ибрагим Алиев", role: "Хирург-стоматолог", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dw84RnSEOsmbFdYVY2F51sVH09/uploaded-1779225402552-pn6xqass.jpg"},
|
||||||
name: "Ибрагим Алиев",
|
|
||||||
role: "Хирург-стоматолог",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dw84RnSEOsmbFdYVY2F51sVH09/uploaded-1779225402552-pn6xqass.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Команда профессионалов"
|
title="Команда профессионалов"
|
||||||
description="Лучшие специалисты в области современной стоматологии."
|
description="Лучшие специалисты в области современной стоматологии."
|
||||||
@@ -259,47 +175,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Кейс №1", price: "от 5000 ₽", variant: "виниры", imageSrc: "http://img.b2bpic.net/free-photo/surprised-woman-with-hands-up-amazed-shocked-by-unexpected-news_273609-13734.jpg"},
|
||||||
name: "Кейс №1",
|
|
||||||
price: "от 5000 ₽",
|
|
||||||
variant: "виниры",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/surprised-woman-with-hands-up-amazed-shocked-by-unexpected-news_273609-13734.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Кейс №2", price: "от 8000 ₽", variant: "отбеливание", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-woman-daydreams-with-closed-eyes-smiles-toothily-keeps-palms-near-face-recalls-lovely-moment-feels-glad-poses-indoor-people-pleasant-feelings-emotions-concept_273609-58258.jpg"},
|
||||||
name: "Кейс №2",
|
|
||||||
price: "от 8000 ₽",
|
|
||||||
variant: "отбеливание",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-woman-daydreams-with-closed-eyes-smiles-toothily-keeps-palms-near-face-recalls-lovely-moment-feels-glad-poses-indoor-people-pleasant-feelings-emotions-concept_273609-58258.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Кейс №3", price: "от 12000 ₽", variant: "ортодонтия", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-woman-looking-shy_273609-13720.jpg"},
|
||||||
name: "Кейс №3",
|
|
||||||
price: "от 12000 ₽",
|
|
||||||
variant: "ортодонтия",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-woman-looking-shy_273609-13720.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Кейс №4", price: "от 7000 ₽", variant: "протезирование", imageSrc: "http://img.b2bpic.net/free-photo/female-friends-gesturing-selfie-camera_23-2148143259.jpg"},
|
||||||
name: "Кейс №4",
|
|
||||||
price: "от 7000 ₽",
|
|
||||||
variant: "протезирование",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-friends-gesturing-selfie-camera_23-2148143259.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Кейс №5", price: "от 9000 ₽", variant: "виниры", imageSrc: "http://img.b2bpic.net/free-photo/three-girlfriends-making-selfie_1301-2878.jpg"},
|
||||||
name: "Кейс №5",
|
|
||||||
price: "от 9000 ₽",
|
|
||||||
variant: "виниры",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/three-girlfriends-making-selfie_1301-2878.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Кейс №6", price: "от 6000 ₽", variant: "терапия", imageSrc: "http://img.b2bpic.net/free-photo/happy-glad-curly-haired-woman-winks-eye-makes-peace-gesture-smiles-broadly-looks-away-has-cheerful-expression-focused-away-isolated-red-background-blank-space-your-advertising-content_273609-61422.jpg"},
|
||||||
name: "Кейс №6",
|
|
||||||
price: "от 6000 ₽",
|
|
||||||
variant: "терапия",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-glad-curly-haired-woman-winks-eye-makes-peace-gesture-smiles-broadly-looks-away-has-cheerful-expression-focused-away-isolated-red-background-blank-space-your-advertising-content_273609-61422.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Преображение улыбок"
|
title="Преображение улыбок"
|
||||||
description="Результаты нашей работы, которыми мы гордимся."
|
description="Результаты нашей работы, которыми мы гордимся."
|
||||||
@@ -314,45 +200,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Ибрагим А.", role: "Пациент", company: "Грозный", rating: 5,
|
||||||
name: "Ибрагим А.",
|
imageSrc: "http://img.b2bpic.net/free-photo/adult-man-woman-working-together_23-2148461552.jpg"},
|
||||||
role: "Пациент",
|
|
||||||
company: "Грозный",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-man-woman-working-together_23-2148461552.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Зарема М.", role: "Пациент", company: "Грозный", rating: 5,
|
||||||
name: "Зарема М.",
|
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-shaking-hand-patient_23-2147896666.jpg"},
|
||||||
role: "Пациент",
|
|
||||||
company: "Грозный",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-doctor-shaking-hand-patient_23-2147896666.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Руслан С.", role: "Пациент", company: "Грозный", rating: 5,
|
||||||
name: "Руслан С.",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg"},
|
||||||
role: "Пациент",
|
|
||||||
company: "Грозный",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Мадина К.", role: "Пациент", company: "Грозный", rating: 5,
|
||||||
name: "Мадина К.",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-male-doctor-advising-senior-couple-about-vitamins-medical-appointment-his-office_637285-1483.jpg"},
|
||||||
role: "Пациент",
|
|
||||||
company: "Грозный",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-male-doctor-advising-senior-couple-about-vitamins-medical-appointment-his-office_637285-1483.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Хасан Б.", role: "Пациент", company: "Грозный", rating: 5,
|
||||||
name: "Хасан Б.",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg"},
|
||||||
role: "Пациент",
|
|
||||||
company: "Грозный",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Отзывы наших пациентов"
|
title="Отзывы наших пациентов"
|
||||||
description="Благодарим за доверие к Diamond Dent."
|
description="Благодарим за доверие к Diamond Dent."
|
||||||
@@ -366,84 +227,35 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "pr1",
|
id: "pr1", title: "Гигиена", price: "3000 ₽", period: "сеанс", features: [
|
||||||
title: "Гигиена",
|
"Профессиональная чистка", "Полировка", "Фторирование"],
|
||||||
price: "3000 ₽",
|
|
||||||
period: "сеанс",
|
|
||||||
features: [
|
|
||||||
"Профессиональная чистка",
|
|
||||||
"Полировка",
|
|
||||||
"Фторирование",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Записаться",
|
text: "Записаться"},
|
||||||
},
|
imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg", imageAlt: "Revealing shot of orthodontic chair with nobody in teeth x ray images on modern display"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg",
|
|
||||||
imageAlt: "Revealing shot of orthodontic chair with nobody in teeth x ray images on modern display",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pr2",
|
id: "pr2", title: "Отбеливание", price: "15000 ₽", period: "сеанс", features: [
|
||||||
title: "Отбеливание",
|
"Экспресс отбеливание", "Защита эмали"],
|
||||||
price: "15000 ₽",
|
|
||||||
period: "сеанс",
|
|
||||||
features: [
|
|
||||||
"Экспресс отбеливание",
|
|
||||||
"Защита эмали",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Записаться",
|
text: "Записаться"},
|
||||||
},
|
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg?_wi=2", imageAlt: "Revealing shot of orthodontic chair with nobody in teeth x ray images on modern display"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg?_wi=2",
|
|
||||||
imageAlt: "Revealing shot of orthodontic chair with nobody in teeth x ray images on modern display",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pr3",
|
id: "pr3", title: "Лечение", price: "от 2500 ₽", period: "зуб", features: [
|
||||||
title: "Лечение",
|
"Лечение кариеса", "Пломбирование", "Анестезия"],
|
||||||
price: "от 2500 ₽",
|
|
||||||
period: "зуб",
|
|
||||||
features: [
|
|
||||||
"Лечение кариеса",
|
|
||||||
"Пломбирование",
|
|
||||||
"Анестезия",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Записаться",
|
text: "Записаться"},
|
||||||
},
|
imageSrc: "http://img.b2bpic.net/free-photo/dentistry-team-explaining-radiography-sick-patient-doing-oral-care-examination-cure-toothache-stomatologist-assistant-consulting-x-ray-results-dental-drill-procedure_482257-32294.jpg?_wi=2", imageAlt: "Revealing shot of orthodontic chair with nobody in teeth x ray images on modern display"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/dentistry-team-explaining-radiography-sick-patient-doing-oral-care-examination-cure-toothache-stomatologist-assistant-consulting-x-ray-results-dental-drill-procedure_482257-32294.jpg?_wi=2",
|
|
||||||
imageAlt: "Revealing shot of orthodontic chair with nobody in teeth x ray images on modern display",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pr4",
|
id: "pr4", title: "Имплантация", price: "от 35000 ₽", period: "под ключ", features: [
|
||||||
title: "Имплантация",
|
"Консультация хирурга", "Имплант", "Коронка"],
|
||||||
price: "от 35000 ₽",
|
|
||||||
period: "под ключ",
|
|
||||||
features: [
|
|
||||||
"Консультация хирурга",
|
|
||||||
"Имплант",
|
|
||||||
"Коронка",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Записаться",
|
text: "Записаться"},
|
||||||
},
|
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-looking-dental-mold-with-orthodontist_23-2148985828.jpg?_wi=2", imageAlt: "Revealing shot of orthodontic chair with nobody in teeth x ray images on modern display"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-looking-dental-mold-with-orthodontist_23-2148985828.jpg?_wi=2",
|
|
||||||
imageAlt: "Revealing shot of orthodontic chair with nobody in teeth x ray images on modern display",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "pr5",
|
id: "pr5", title: "Брекеты", price: "от 80000 ₽", period: "полный курс", features: [
|
||||||
title: "Брекеты",
|
"Диагностика", "Система брекетов", "Коррекция"],
|
||||||
price: "от 80000 ₽",
|
|
||||||
period: "полный курс",
|
|
||||||
features: [
|
|
||||||
"Диагностика",
|
|
||||||
"Система брекетов",
|
|
||||||
"Коррекция",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Записаться",
|
text: "Записаться"},
|
||||||
},
|
imageSrc: "http://img.b2bpic.net/free-photo/patient-receiving-dental-treatment_107420-65438.jpg?_wi=2", imageAlt: "Revealing shot of orthodontic chair with nobody in teeth x ray images on modern display"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-receiving-dental-treatment_107420-65438.jpg?_wi=2",
|
|
||||||
imageAlt: "Revealing shot of orthodontic chair with nobody in teeth x ray images on modern display",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Стоимость услуг"
|
title="Стоимость услуг"
|
||||||
description="Прозрачные цены на все стоматологические процедуры."
|
description="Прозрачные цены на все стоматологические процедуры."
|
||||||
@@ -456,30 +268,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Больно ли лечить зубы?", content: "Адрес: Ул. Шейх Али Митаева, 59, Грозный | Телефон: +7 929 103 30 03"},
|
||||||
title: "Больно ли лечить зубы?",
|
|
||||||
content: "Благодаря современным методам анестезии лечение проходит комфортно и без боли.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Сколько длится отбеливание?", content: "Обычно процедура занимает около 60 минут."},
|
||||||
title: "Сколько длится отбеливание?",
|
|
||||||
content: "Обычно процедура занимает около 60 минут.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Можно ли детям?", content: "Да, мы проводим бережный прием для детей любого возраста."},
|
||||||
title: "Можно ли детям?",
|
|
||||||
content: "Да, мы проводим бережный прием для детей любого возраста.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q4",
|
id: "q4", title: "Как записаться?", content: "Адрес: Ул. Шейх Али Митаева, 59, Грозный | Телефон: +7 929 103 30 03"},
|
||||||
title: "Как записаться?",
|
|
||||||
content: "Вы можете записаться через форму на сайте или по телефону.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q5",
|
id: "q5", title: "Есть ли гарантия?", content: "На все виды работ мы предоставляем официальную гарантию."},
|
||||||
title: "Есть ли гарантия?",
|
|
||||||
content: "На все виды работ мы предоставляем официальную гарантию.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Часто задаваемые вопросы"
|
title="Часто задаваемые вопросы"
|
||||||
description="Ответы на популярные вопросы о стоматологическом лечении."
|
description="Ответы на популярные вопросы о стоматологическом лечении."
|
||||||
@@ -491,25 +288,17 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Записаться на прием"
|
title="Записаться на прием"
|
||||||
description="Оставьте заявку, и наш администратор свяжется с вами в течение 15 минут."
|
description="Адрес: Ул. Шейх Али Митаева, 59, Грозный | Телефон: +7 929 103 30 03"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Ваше имя", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Ваше имя",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone",
|
name: "phone", type: "tel", placeholder: "Ваш телефон", required: true,
|
||||||
type: "tel",
|
|
||||||
placeholder: "Ваш телефон",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Услуга или комментарий", rows: 4,
|
||||||
placeholder: "Услуга или комментарий",
|
|
||||||
rows: 4,
|
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg"
|
||||||
buttonText="Отправить заявку"
|
buttonText="Отправить заявку"
|
||||||
@@ -522,42 +311,27 @@ export default function LandingPage() {
|
|||||||
logoText="Diamond Dent"
|
logoText="Diamond Dent"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Контакты",
|
title: "Контакты", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "г. Грозный, ул. Стоматологическая, 1",
|
label: "Ул. Шейх Али Митаева, 59, Грозный", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "+7 (999) 000-00-00",
|
label: "+7 929 103 30 03", href: "tel:+79291033003"},
|
||||||
href: "tel:+79990000000",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "График работы",
|
title: "График работы", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Пн–Сб: 09:00 – 19:00",
|
label: "Пн–Пт: 09:00 – 20:00", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Воскресенье: выходной",
|
label: "Сб: 10:00 – 18:00", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Соцсети",
|
title: "Соцсети", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "https://instagram.com/diamonddent_grozny"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "WhatsApp",
|
label: "WhatsApp", href: "https://wa.me/79291033003"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -566,4 +340,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user