From 21a9a74d76e226a22120a8cca75b284b71389d5d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 22:10:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5450843..a32fa9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,19 +92,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Digital Literacy", description: "Master the essentials of the modern web and digital workspace.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg?_wi=6"}, + title: "Digital Literacy", description: "Master the essentials of the modern web and digital workspace.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-diverse-business-people_53876-47352.jpg?_wi=1"}, { id: 2, - title: "Advanced Software Tools", description: "Learn the industry-standard software used in tech and business today.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg?_wi=7"}, + title: "Advanced Software Tools", description: "Learn the industry-standard software used in tech and business today.", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-writing-code_53876-59998.jpg?_wi=1"}, { id: 3, - title: "Career Readiness", description: "Resume workshops, interview preparation, and job placement assistance.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg?_wi=8"}, + title: "Career Readiness", description: "Resume workshops, interview preparation, and job placement assistance.", imageSrc: "http://img.b2bpic.net/free-photo/people-shaking-hands-after-meeting_53876-46340.jpg?_wi=1"}, { id: 4, - title: "Data Analytics", description: "Unlock insights with data visualization and analytical tools.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg?_wi=9"}, + title: "Data Analytics", description: "Unlock insights with data visualization and analytical tools.", imageSrc: "http://img.b2bpic.net/free-photo/data-analyst-working-with-charts_53876-55639.jpg?_wi=1"}, { id: 5, - title: "Cybersecurity Basics", description: "Stay safe online with foundational security best practices.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-education-shoot_53876-47033.jpg?_wi=10"}, + title: "Cybersecurity Basics", description: "Stay safe online with foundational security best practices.", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept_53876-56360.jpg?_wi=1"}, ]} title="Core Training Programs" description="Comprehensive skill sets designed for modern job markets." -- 2.49.1