Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-28 13:32:56 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-stomatologist-speaking-video-camera-sitting-chair-dental-clinic-with-assistent-background-dentistry-doctor-looking-webcam-explaining-treatment-while-nurse-is-talking-with-patient_482257-13315.jpg?_wi=6" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-stomatologist-speaking-video-camera-sitting-chair-dental-clinic-with-assistent-background-dentistry-doctor-looking-webcam-explaining-treatment-while-nurse-is-talking-with-patient_482257-13315.jpg?_wi=8" }
]}
buttons={[{ text: "Записаться на прием", href: "#contact" }]}
buttons={[{ text: "Записаться на бесплатную консультацию", href: "#contact" }]}
/>
</div>
@@ -97,7 +97,7 @@ export default function LandingPage() {
textboxLayout="default"
testimonials={[
{ id: "1", name: "Анна К.", role: "Пациент", company: "Клиника", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-having-dental-procedure-orthodontist_23-2148985752.jpg?_wi=1" },
{ id: "2", name: "Игорь С.", role: "Пациент", company: "Клиника", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206249.jpg" }
{ id: "2", name: "Игорь S.", role: "Пациент", company: "Клиника", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206249.jpg" }
]}
description="Отзывы наших довольных пациентов"
useInvertedBackground={false}