Update src/app/training/page.tsx

This commit is contained in:
2026-03-17 20:38:02 +00:00
parent 9bcc865590
commit 40b8894d4f

View File

@@ -47,7 +47,7 @@ export default function TrainingPage() {
{
title: "Error 303: Communication Protocol Failure",
description: "Learn to diagnose and resolve communication protocol failures. Understand error causes, symptoms, prevention strategies, and troubleshooting techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178621.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178621.jpg?_wi=2",
imageAlt: "Error 303 training module",
button: {
text: "Begin Training",
@@ -57,7 +57,7 @@ export default function TrainingPage() {
{
title: "Error 404: Resource Not Found",
description: "Master resource location and availability issues. Learn how to identify missing resources, implement proper error handling, and verify system accessibility.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-using-digital-tablet_1170-833.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-using-digital-tablet_1170-833.jpg?_wi=2",
imageAlt: "Error 404 training module",
button: {
text: "Begin Training",
@@ -67,7 +67,7 @@ export default function TrainingPage() {
{
title: "Error 500: Internal Server Error",
description: "Understand and troubleshoot internal server errors. Learn debugging techniques, log analysis, and prevention measures for server-side failures.",
imageSrc: "http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-22493.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-22493.jpg?_wi=2",
imageAlt: "Error 500 training module",
button: {
text: "Begin Training",
@@ -92,19 +92,19 @@ export default function TrainingPage() {
{
title: "Complete Learning Materials",
description: "Review comprehensive documentation and video tutorials covering all aspects of the error, including technical details, real-world scenarios, and best practices.",
imageSrc: "http://img.b2bpic.net/free-photo/business-person-working-his-laptop-looking-chart-data-his-living-room_482257-18753.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-person-working-his-laptop-looking-chart-data-his-living-room_482257-18753.jpg?_wi=2",
imageAlt: "Learning materials",
},
{
title: "Pass the Assessment",
description: "Complete an 8-question multiple choice test. Answer at least 6-7 questions correctly (80% score) to earn your certification and demonstrate mastery.",
imageSrc: "http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-22493.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-22493.jpg?_wi=3",
imageAlt: "Assessment test",
},
{
title: "Receive Your Certificate",
description: "Upon passing, receive your digital certificate immediately. Download, print, or share your achievement with your professional network.",
imageSrc: "http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg?_wi=3",
imageAlt: "Receive certificate",
},
]}