From e4cfb4b2a31b68ff6460c31080560bce935a4b27 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 03:35:20 +0000 Subject: [PATCH 1/4] Update src/app/contato/page.tsx --- src/app/contato/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contato/page.tsx b/src/app/contato/page.tsx index af3be49..2f2c8e9 100644 --- a/src/app/contato/page.tsx +++ b/src/app/contato/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { @@ -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() {