diff --git a/src/app/page.tsx b/src/app/page.tsx index 25a5339..8061f56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,22 +113,22 @@ export default function TrainingPortal() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@sarahj_learns", testimonial: - "The login system is incredibly smooth. I can access all my courses from anywhere, and the password recovery feature saved me so much time!", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sarah Johnson"}, + "The login system is incredibly smooth. I can access all my courses from anywhere, and the password recovery feature saved me so much time!", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", handle: "@mchen_pro", testimonial: - "Best training platform I've used. The security features give me peace of mind, and the interface is intuitive for all my devices.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Michael Chen"}, + "Best training platform I've used. The security features give me peace of mind, and the interface is intuitive for all my devices.", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Michael Chen"}, { id: "3", name: "Emily Rodriguez", handle: "@emily_trains", testimonial: - "Seamless registration process and excellent customer support. They helped me reset my password in seconds!", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Emily Rodriguez"}, + "Seamless registration process and excellent customer support. They helped me reset my password in seconds!", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Emily Rodriguez"}, { id: "4", name: "David Kim", handle: "@davidkim_ed", testimonial: - "The authentication portal is secure and user-friendly. I recommend this training center to all my colleagues.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "David Kim"}, + "The authentication portal is secure and user-friendly. I recommend this training center to all my colleagues.", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "David Kim"}, { id: "5", name: "Jessica Lee", handle: "@jessicalee_dev", testimonial: - "Fast login, reliable access, and great support when I had questions. This is professional-grade training infrastructure.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Jessica Lee"}, + "Fast login, reliable access, and great support when I had questions. This is professional-grade training infrastructure.", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Jessica Lee"}, { id: "6", name: "Robert Martinez", handle: "@rmartinez_learn", testimonial: - "The forgot password feature is a lifesaver. Clear instructions and quick recovery made getting back in effortless.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Robert Martinez"}, + "The forgot password feature is a lifesaver. Clear instructions and quick recovery made getting back in effortless.", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Robert Martinez"}, ]} />