diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a5ffd6..ea4e5e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,27 +135,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sofia Marques", handle: "@sofiamarques", testimonial: "Transformou completamente a forma como trabalho. Interface elegante e intuitiva que realmente respeita o meu tempo.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sofia Marques" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sofia Marques" }, { id: "2", name: "João Silva", handle: "@joao_silva", testimonial: "Excelente ferramenta para equipas. Simplicidade e poder combinados de forma perfeita.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "João Silva" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "João Silva" }, { id: "3", name: "Maria Oliveira", handle: "@maria_oliveira", testimonial: "Design impecável. Cada detalhe foi pensado com cuidado. Recomendo sem hesitar!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Oliveira" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Maria Oliveira" }, { id: "4", name: "Carlos Costa", handle: "@carlos_costa", testimonial: "Aumentou a produtividade da nossa equipa em 40%. Investimento absolutamente justificado.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Carlos Costa" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Carlos Costa" }, { id: "5", name: "Ana Pereira", handle: "@ana_pereira", testimonial: "O suporte é impeccável. Equipa dedicada e sempre pronta a ajudar. Muito impressionada!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ana Pereira" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Ana Pereira" }, { id: "6", name: "Miguel Ramos", handle: "@miguel_ramos", testimonial: "Minimalismo bem executado. Sem bloat, só o essencial. Perfeito para profissionais exigentes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Miguel Ramos" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Miguel Ramos" } ]} />