From 504a7714a0c6a322e4abce875c0a13514d684edf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:37:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28a9311..249ae71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function HomePage() { id: "2", name: "João Santos", handle: "@joaosantos", testimonial: "Ambiente inclusivo, corpo docente dedicado e oportunidades de networking incríveis. Recomendo para todos que buscam educação de qualidade.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg", imageAlt: "João Santos, profissional em carreira"}, + "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg?_wi=1", imageAlt: "João Santos, profissional em carreira"}, { id: "3", name: "Ana Oliveira", handle: "@anaoliveira", testimonial: "Os projetos práticos durante minha formação me deram experiência real de mercado. Saí do Instituto pronta para desafios.", rating: 5, @@ -118,7 +118,7 @@ export default function HomePage() { id: "4", name: "Carlos Ferreira", handle: "@carlosferreira", testimonial: "Investimento que valeu cada centavo. Networking, conhecimento e oportunidades que o Instituto propicia são incomparáveis.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg", imageAlt: "Carlos Ferreira, executivo formado"}, + "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg?_wi=2", imageAlt: "Carlos Ferreira, executivo formado"}, ]} showRating={true} animationType="slide-up" -- 2.49.1