Merge version_6 into main #15

Merged
bender merged 2 commits from version_6 into main 2026-03-05 20:20:34 +00:00
2 changed files with 6 additions and 14 deletions

View File

@@ -81,7 +81,7 @@ export default function LandingPage() {
title: "Consulta Oftalmológica", description: "Avaliação completa da saúde ocular com anamnese detalhada e testes de visão.", icon: Eye,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-eye-problem-pain-doctor-working-office-listening-patient-she-is-explaining-her-symptoms-healtcare-assistance-concept_657921-837.jpg", imageAlt: "consulta médico paciente consultório oftalmologia"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-eye-problem-pain-doctor-working-office-listening-patient-she-is-explaining-her-symptoms-healtcare-assistance-concept_657921-837.jpg?_wi=1", imageAlt: "consulta médico paciente consultório oftalmologia"},
{
imageSrc: "http://img.b2bpic.net/free-photo/eye-doctor-with-female-patient-examination-modern-clinic-ophthalmologist-is-using-special-medical-equipment-eye-health_657921-161.jpg", imageAlt: "exame vista oftalmológico óptico tecnologia"},
],
@@ -101,7 +101,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/glasses-male-hands-workplace-front-computer_169016-18822.jpg", imageAlt: "óculos receita prescrição eyewear ótica"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-eye-problem-pain-doctor-working-office-listening-patient-she-is-explaining-her-symptoms-healtcare-assistance-concept_657921-837.jpg", imageAlt: "consulta médico paciente consultório oftalmologia"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-eye-problem-pain-doctor-working-office-listening-patient-she-is-explaining-her-symptoms-healtcare-assistance-concept_657921-837.jpg?_wi=2", imageAlt: "consulta médico paciente consultório oftalmologia"},
],
},
]}
@@ -123,7 +123,7 @@ export default function LandingPage() {
{
id: "1", name: "Maria Silva", role: "Paciente", testimonial: "O Dr. Alexandre é muito atencioso e competente. Realizei meu exame de vista e recebi todo o suporte necessário. Recomendo para todos!", imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg", imageAlt: "mulher retrato paciente feliz sorriso"},
{
id: "2", name: "João Santos", role: "Paciente", testimonial: "Fiz acompanhamento para glaucoma e fiquei impressionado com os equipamentos e a precisão do diagnóstico. Muito profissional!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "homem retrato paciente satisfeito profissional"},
id: "2", name: "João Santos", role: "Paciente", testimonial: "Fiz acompanhamento para glaucoma e fiquei impressionado com os equipamentos e a precisão do diagnóstico. Muito profissional!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "homem retrato paciente satisfeito profissional"},
{
id: "3", name: "Ana Costa", role: "Mãe", testimonial: "Levei minha filha para avaliação oftalmológica. O Dr. Alexandre foi muito paciente e explicou tudo com clareza. Ótima experiência!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-embracing-each-other_1170-2701.jpg", imageAlt: "mulher mãe retrato sorriso positivo"},
{
@@ -131,7 +131,7 @@ export default function LandingPage() {
{
id: "5", name: "Carla Ferreira", role: "Paciente", testimonial: "Dr. Alexandre combina precisão técnica com um atendimento genuinamente humanizado. Senti-me verdadeiramente cuidado.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "mulher retrato profissional confiante sorriso"},
{
id: "6", name: "Paulo Mendes", role: "Paciente", testimonial: "Recomendo fortemente! O atendimento é de excelência, os equipamentos são modernos e os resultados são garantidos.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "homem retrato paciente recomendação positivo"},
id: "6", name: "Paulo Mendes", role: "Paciente", testimonial: "Recomendo fortemente! O atendimento é de excelência, os equipamentos são modernos e os resultados são garantidos.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "homem retrato paciente recomendação positivo"},
]}
/>
</div>

View File

@@ -2,21 +2,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--secondary-cta: #ecebea;
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000000;
--primary-cta: #00d4ff;
--primary-cta-text: #ffffff;
--primary-cta-text: #000000;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--secondary-cta-text: #000000;
--accent: #e2e2e2;
--background-accent: #00d4ff;