From 5214dae4f1b3fb2441bab729aa17141c3fc5b00c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:01:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b835b4..ebbb378 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,27 +49,27 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/male-professional-dentist-with-gloves-mask-discuss-what-treatment-will-look-like-patient-s-teeth_158595-7630.jpg", imageAlt: "Clínica moderna e acolhedora" }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg", imageAlt: "Ambiente confortável" + imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=1", imageAlt: "Ambiente confortável" }, { - imageSrc: "http://img.b2bpic.net/free-photo/keeping-your-teeth-good-condition_329181-4762.jpg", imageAlt: "Prevenção de cáries" + imageSrc: "http://img.b2bpic.net/free-photo/keeping-your-teeth-good-condition_329181-4762.jpg?_wi=1", imageAlt: "Prevenção de cáries" }, { - imageSrc: "http://img.b2bpic.net/free-photo/model-tooth-dentist-doctor-shows-patient-tooth-reception-dentist-s-office_1157-40926.jpg", imageAlt: "Tratamentos especializados" + imageSrc: "http://img.b2bpic.net/free-photo/model-tooth-dentist-doctor-shows-patient-tooth-reception-dentist-s-office_1157-40926.jpg?_wi=1", imageAlt: "Tratamentos especializados" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg", imageAlt: "Clareamento e estética" + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg?_wi=1", imageAlt: "Clareamento e estética" }, { - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-wearing-casual-clothes-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-27567.jpg", imageAlt: "Paciente satisfeito" + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-wearing-casual-clothes-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-27567.jpg?_wi=1", imageAlt: "Paciente satisfeito" }, { imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg", imageAlt: "Paciente feliz com resultado" }, { - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-wearing-casual-clothes-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-27567.jpg", imageAlt: "Paciente sorrindo" + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-wearing-casual-clothes-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-27567.jpg?_wi=2", imageAlt: "Paciente sorrindo" } ]} buttons={[ @@ -107,7 +107,7 @@ export default function LandingPage() { description="Você é nosso foco" subdescription="Clínica TOOTH&FACE – Vila Harmonia, Guarulhos" icon={Smile} - imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=2" imageAlt="Consultório moderno e acolhedor" mediaAnimation="slide-up" useInvertedBackground={false} @@ -124,13 +124,13 @@ export default function LandingPage() { textboxLayout="default" features={[ { - title: "Prevenção e Limpeza", description: "Limpeza profunda, orientação de higiene e detecção precoce de problemas.", imageSrc: "http://img.b2bpic.net/free-photo/keeping-your-teeth-good-condition_329181-4762.jpg", imageAlt: "Prevenção e limpeza" + title: "Prevenção e Limpeza", description: "Limpeza profunda, orientação de higiene e detecção precoce de problemas.", imageSrc: "http://img.b2bpic.net/free-photo/keeping-your-teeth-good-condition_329181-4762.jpg?_wi=2", imageAlt: "Prevenção e limpeza" }, { - title: "Tratamentos Restauradores", description: "Restauração de cáries, tratamentos de canal e reconstrução dentária.", imageSrc: "http://img.b2bpic.net/free-photo/model-tooth-dentist-doctor-shows-patient-tooth-reception-dentist-s-office_1157-40926.jpg", imageAlt: "Tratamentos restauradores" + title: "Tratamentos Restauradores", description: "Restauração de cáries, tratamentos de canal e reconstrução dentária.", imageSrc: "http://img.b2bpic.net/free-photo/model-tooth-dentist-doctor-shows-patient-tooth-reception-dentist-s-office_1157-40926.jpg?_wi=2", imageAlt: "Tratamentos restauradores" }, { - title: "Estética Dental", description: "Clareamento, facetas e alinhamento para o sorriso que você sempre desejou.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg", imageAlt: "Estética e clareamento" + title: "Estética Dental", description: "Clareamento, facetas e alinhamento para o sorriso que você sempre desejou.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-lying-bed-early-morning_176420-3629.jpg?_wi=2", imageAlt: "Estética e clareamento" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1