From b596656b17ac48d42c0f3a8dfa48b431b59fb168 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 03:35:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 430b58d..269b0e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { { name: "João Silva", handle: "Paciente", testimonial: "Ambiente super confortável e profissionais qualificados!", rating: 5 } ]} buttons={[{ text: "Agendar Minha Avaliação", href: "/contato" }]} - imageSrc="http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg?_wi=1" imageAlt="Dentista sorridente atendendo paciente em clínica moderna" /> @@ -58,9 +58,9 @@ export default function LandingPage() { animationType="blur-reveal" useInvertedBackground={false} features={[ - { title: "Atendimento Humanizado", description: "Entendemos seus medos e trabalhamos com paciência.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg", imageAlt: "Atendimento humanizado" }, - { title: "Odontopediatria", description: "Experiência mágica e divertida para as crianças.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg", imageAlt: "Odontopediatria" }, - { title: "Tecnologia de Ponta", description: "Diagnósticos precisos com equipamentos modernos.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg", imageAlt: "Tecnologia" } + { title: "Atendimento Humanizado", description: "Entendemos seus medos e trabalhamos com paciência.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg?_wi=2", imageAlt: "Atendimento humanizado" }, + { title: "Odontopediatria", description: "Experiência mágica e divertida para as crianças.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg?_wi=3", imageAlt: "Odontopediatria" }, + { title: "Tecnologia de Ponta", description: "Diagnósticos precisos com equipamentos modernos.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-patient-happy-smiley_23-2148338140.jpg?_wi=4", imageAlt: "Tecnologia" } ]} title="Nossos diferenciais" description="Tecnologia, conforto e paixão por sorrisos." @@ -85,7 +85,7 @@ export default function LandingPage() {