9 Commits

Author SHA1 Message Date
6c1bce5568 Merge version_3 into main
Merge version_3 into main
2026-03-12 12:00:13 +00:00
a8f01907ae Update src/app/page.tsx 2026-03-12 12:00:09 +00:00
0025098ff6 Merge version_2 into main
Merge version_2 into main
2026-03-12 11:52:47 +00:00
71029f7b94 Update src/app/page.tsx 2026-03-12 11:52:43 +00:00
38b7d79dc8 Merge version_2 into main
Merge version_2 into main
2026-03-12 11:52:22 +00:00
5741fba68c Update src/app/page.tsx 2026-03-12 11:52:18 +00:00
2859ee4ace Merge version_1 into main
Merge version_1 into main
2026-03-12 11:43:00 +00:00
95f0e29bfd Merge version_1 into main
Merge version_1 into main
2026-03-12 11:42:31 +00:00
c2fa76095d Merge version_1 into main
Merge version_1 into main
2026-03-12 11:42:05 +00:00

View File

@@ -111,7 +111,7 @@ export default function LandingPage() {
description="ZecurX delivers practical cybersecurity training directly to universities, helping students understand real-world digital threats and defensive strategies. Our curriculum combines academic rigor with hands-on laboratory experiences, preparing the next generation of cybersecurity professionals." description="ZecurX delivers practical cybersecurity training directly to universities, helping students understand real-world digital threats and defensive strategies. Our curriculum combines academic rigor with hands-on laboratory experiences, preparing the next generation of cybersecurity professionals."
metrics={[ metrics={[
{ value: '20+', title: 'Universities Partnered' }, { value: '20+', title: 'Universities Partnered' },
{ value: '50+', title: 'Workshops Conducted' }, { value: '2,000+', title: 'Students Certified' },
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqMM5gGPrg2xpbGx2soIlMnW3O/abstract-cybersecurity-threat-visualizat-1773315676921-413a936e.png?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqMM5gGPrg2xpbGx2soIlMnW3O/abstract-cybersecurity-threat-visualizat-1773315676921-413a936e.png?_wi=2"
imageAlt="Cyber threat protection visualization" imageAlt="Cyber threat protection visualization"
@@ -163,7 +163,7 @@ export default function LandingPage() {
handle: 'Director, IIBS', handle: 'Director, IIBS',
testimonial: 'ZecurX brought industry-standard cybersecurity training to our campus. The live demonstrations of threat vectors were eye-opening and directly applicable to real-world scenarios our students will face.', testimonial: 'ZecurX brought industry-standard cybersecurity training to our campus. The live demonstrations of threat vectors were eye-opening and directly applicable to real-world scenarios our students will face.',
rating: 5, rating: 5,
imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqMM5gGPrg2xpbGx2soIlMnW3O/professional-headshot-portrait-of-dr-r-k-1773315676662-c641a3d3.png', imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqMM5gGPrg2xpbGx2soIlMnW3O/professional-headshot-portrait-of-dr-r-k-1773315676662-c641a3d3.png?_wi=1',
}, },
{ {
id: '2', id: '2',
@@ -171,7 +171,7 @@ export default function LandingPage() {
handle: 'Head of IT, Presidency University', 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.', 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, 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?_wi=2',
}, },
{ {
id: '3', id: '3',
@@ -179,7 +179,7 @@ export default function LandingPage() {
handle: 'Academic Coordinator, Mount Carmel', 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.', 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, 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?_wi=3',
}, },
{ {
id: '4', id: '4',
@@ -187,7 +187,7 @@ export default function LandingPage() {
handle: 'Dean, MSRIT', 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.', 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, 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?_wi=4',
}, },
]} ]}
/> />