diff --git a/src/app/page.tsx b/src/app/page.tsx index f8ff783..c2535fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,19 +176,19 @@ export default function LandingPage() { }, { id: "3", name: "Emily Rodriguez", role: "Fã de Sushi", company: "Belo Horizonte, MG", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80", imageAlt: "Emily Rodriguez" + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80&_wi=1", imageAlt: "Emily Rodriguez" }, { id: "4", name: "David Kim", role: "Gestor de Restaurante", company: "Curitiba, PR", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&q=80", imageAlt: "David Kim" + imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&q=80&_wi=1", imageAlt: "David Kim" }, { id: "5", name: "Jessica Martinez", role: "Influencer Food", company: "Recife, PE", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80", imageAlt: "Jessica Martinez" + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80&_wi=2", imageAlt: "Jessica Martinez" }, { id: "6", name: "Alex Thompson", role: "Crítico Gastronômico", company: "Fortaleza, CE", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&q=80", imageAlt: "Alex Thompson" + imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&q=80&_wi=2", imageAlt: "Alex Thompson" }, ]} gridVariant="uniform-all-items-equal"