diff --git a/src/app/page.tsx b/src/app/page.tsx index 3fb5fa4..d49dcaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,16 +105,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Daniel Leone Lima", role: "Cliente", company: "Mamanguape", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { id: "2", name: "Fabiana Lucena", role: "Local Guide", company: "Google", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, { id: "3", name: "Germano Lima", role: "Cliente", company: "Mamanguape", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, { id: "4", name: "Aline Santos", role: "Cliente Frequente", company: "Mamanguape", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"}, ]} kpiItems={[ { value: "5.0", label: "Avaliação no Google Maps" },