From 5741fba68c6a09b98882edf3d5716f5d7e3376e4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:52:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39e16eb..325904e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,7 +171,7 @@ export default function LandingPage() { handle: 'Head of IT, Presidency University', testimonial: 'The hands-on labs provided by ZecurX are exceptional. Students gained practical skills that traditional classroom teaching cannot deliver. Highly recommend for any institution serious about cybersecurity education.', rating: 5, - icon: Star, + imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqMM5gGPrg2xpbGx2soIlMnW3O/professional-headshot-portrait-of-dr-r-k-1773315676662-c641a3d3.png', }, { id: '3', @@ -179,7 +179,7 @@ export default function LandingPage() { handle: 'Academic Coordinator, Mount Carmel', testimonial: 'Exceptional instructors with real industry experience. Our students were engaged throughout the entire workshop. The curriculum covers current threats and defensive mechanisms.', rating: 5, - icon: Award, + imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqMM5gGPrg2xpbGx2soIlMnW3O/professional-headshot-portrait-of-dr-r-k-1773315676662-c641a3d3.png', }, { id: '4', @@ -187,7 +187,7 @@ export default function LandingPage() { handle: 'Dean, MSRIT', testimonial: 'ZecurX Academy stands out for bridging the gap between theory and practice. Our students left with certifications and confidence to pursue cybersecurity careers.', rating: 5, - icon: CheckCircle, + imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqMM5gGPrg2xpbGx2soIlMnW3O/professional-headshot-portrait-of-dr-r-k-1773315676662-c641a3d3.png', }, ]} /> -- 2.49.1