From 71225aa1af6d859eb41d17b77f464dddf7287315 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 19:29:57 +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 7467c31..3466fc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-recommending-new-business-app_1262-21064.jpg", imageAlt: "Garantia de qualidade"}, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-meeting-with-group-doctors-shaking-hands-with-one-them-office_637285-7072.jpg", imageAlt: "Equipe confiável"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-meeting-with-group-doctors-shaking-hands-with-one-them-office_637285-7072.jpg?_wi=1", imageAlt: "Equipe confiável"}, { imageSrc: "http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg", imageAlt: "Expertise local"}, ]} @@ -93,16 +93,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Silva", role: "Proprietária", company: "Comércio Silva", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Maria Silva"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Maria Silva"}, { id: "2", name: "João Santos", role: "Gerente", company: "Empresa Santos", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", imageAlt: "João Santos"}, { id: "3", name: "Ana Costa", role: "Diretora", company: "Costa Negócios", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Ana Costa"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Ana Costa"}, { id: "4", name: "Carlos Oliveira", role: "Proprietário", company: "Oliveira Services", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Carlos Oliveira"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Carlos Oliveira"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -154,7 +154,7 @@ export default function LandingPage() { description="Há anos servindo com excelência" subdescription="Compromisso com a qualidade e satisfação do cliente" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-having-meeting-with-group-doctors-shaking-hands-with-one-them-office_637285-7072.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-having-meeting-with-group-doctors-shaking-hands-with-one-them-office_637285-7072.jpg?_wi=2" imageAlt="Nossa missão de servir" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1