Update src/app/page.tsx
This commit is contained in:
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "cleaning", title: "Higiene Oral", author: "Destartarização e Polimento", description: "Limpeza profunda e polimento dos dentes para uma saúde oral óptima.", tags: ["Preventivo", "Limpeza"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-dentist-nurse-examining-male-patient-s-teeth_1098-20337.jpg?_wi=1", imageAlt: "Serviço de higiene oral profissional"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-dentist-nurse-examining-male-patient-s-teeth_1098-20337.jpg", imageAlt: "Serviço de higiene oral profissional"
|
||||
},
|
||||
{
|
||||
id: "implants", title: "Implantes Dentários", author: "Substituição Permanente", description: "Implantes de última geração para restaurar dentes perdidos com naturalidade.", tags: ["Reabilitação", "Moderno"],
|
||||
@@ -101,11 +101,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "general", title: "Medicina Dentária Geral", author: "Cuidado Completo", description: "Exames, destartarizações, restaurações e tratamentos de cáries com qualidade garantida.", tags: ["Completo", "Confiável"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-dentist-nurse-examining-male-patient-s-teeth_1098-20337.jpg?_wi=2", imageAlt: "Medicina dentária geral"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-dentist-nurse-examining-male-patient-s-teeth_1098-20337.jpg", imageAlt: "Medicina dentária geral"
|
||||
},
|
||||
{
|
||||
id: "preventive", title: "Tratamentos Preventivos", author: "Saúde a Longo Prazo", description: "Programas de manutenção e prevenção para garantir uma saúde oral duradoura.", tags: ["Prevenção", "Saúde"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-dentist-nurse-examining-male-patient-s-teeth_1098-20337.jpg?_wi=3", imageAlt: "Tratamento preventivo dentário"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-asian-dentist-nurse-examining-male-patient-s-teeth_1098-20337.jpg", imageAlt: "Tratamento preventivo dentário"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
@@ -159,16 +159,16 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "rating", value: "4,9★", title: "Classificação Google", description: "Avaliação média de 4,9 estrelas de 15 avaliações verificadas."
|
||||
id: "rating", value: "4,9★", title: "Classificação Google", description: "Avaliação média de 4,9 estrelas de 15 avaliações verificadas.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Classificação Google video"
|
||||
},
|
||||
{
|
||||
id: "experience", value: "10+", title: "Anos de Experiência", description: "Mais de uma década de excelência em cuidados dentários."
|
||||
id: "experience", value: "10+", title: "Anos de Experiência", description: "Mais de uma década de excelência em cuidados dentários.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Anos de Experiência video"
|
||||
},
|
||||
{
|
||||
id: "patients", value: "1000+", title: "Pacientes Satisfeitos", description: "Milhares de pacientes confiam em nós para o seu sorriso."
|
||||
id: "patients", value: "1000+", title: "Pacientes Satisfeitos", description: "Milhares de pacientes confiam em nós para o seu sorriso.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Pacientes Satisfeitos video"
|
||||
},
|
||||
{
|
||||
id: "technology", value: "100%", title: "Tecnologia Moderna", description: "Equipamentos de última geração para melhor qualidade de tratamento."
|
||||
id: "technology", value: "100%", title: "Tecnologia Moderna", description: "Equipamentos de última geração para melhor qualidade de tratamento.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Tecnologia Moderna video"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user