From 93ecba2076593bb8ffdf2919a9baf474e74ec91b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 02:44:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87cf683..0a0c9c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@ana", testimonial: "Excelente atendimento e ambiente muito acolhedor.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg?_wi=1", imageAlt: "dentist working with patient", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@pedro", testimonial: "A melhor experiência odontológica que já tive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg?_wi=1", imageAlt: "dentist working with patient", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@clara", testimonial: "Equipe muito atenciosa e profissional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-looking-hopeful-smiling-lean-head-hands-thinking-sitting_1258-194400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-looking-hopeful-smiling-lean-head-hands-thinking-sitting_1258-194400.jpg?_wi=1", imageAlt: "dentist working with patient", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@roberto", testimonial: "Tratamento impecável e muito moderno.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg?_wi=1", imageAlt: "dentist working with patient", }, { @@ -102,7 +102,7 @@ export default function LandingPage() { handle: "@juliana", testimonial: "Recomendo a todos, consultório nota 10.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-dentist_23-2148396152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-dentist_23-2148396152.jpg?_wi=1", imageAlt: "dentist working with patient", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg?_wi=2" imageAlt="Dentista atendendo paciente" mediaAnimation="slide-up" avatars={[ @@ -184,7 +184,7 @@ export default function LandingPage() { title: "Clareamento", subtitle: "Sorriso branco", description: "Técnicas seguras para um sorriso mais iluminado.", - imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg?_wi=2", imageAlt: "clean dental clinic reception", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { title: "Checkup", subtitle: "Prevenção", description: "Limpeza e acompanhamento anual.", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg?_wi=3", imageAlt: "clean dental clinic reception", }, { @@ -200,7 +200,7 @@ export default function LandingPage() { title: "Implantes", subtitle: "Reposição", description: "Recupere a função e a estética dos seus dentes.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-looking-hopeful-smiling-lean-head-hands-thinking-sitting_1258-194400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-looking-hopeful-smiling-lean-head-hands-thinking-sitting_1258-194400.jpg?_wi=2", imageAlt: "clean dental clinic reception", }, ]} @@ -247,17 +247,17 @@ export default function LandingPage() { { id: "1", name: "Ana Silva", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-looking-hopeful-smiling-lean-head-hands-thinking-sitting_1258-194400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-looking-hopeful-smiling-lean-head-hands-thinking-sitting_1258-194400.jpg?_wi=3", }, { id: "2", name: "Pedro Santos", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg?_wi=2", }, { id: "3", name: "Clara Lima", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-dentist_23-2148396152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-dentist_23-2148396152.jpg?_wi=2", }, { id: "4", -- 2.49.1