From 16c940e3e52d72d96c092b536bfb68e206f0d8d1 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Mon, 5 Jan 2026 09:08:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf5338a..9f64302 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { title="Empower the Next Generation of Developers" description="Children 404 teaches kids the future of technology through hands-on coding, game development, robotics, and creative problem-solving. Start your child's IT journey today." tag="Learn to Code" - imageSrc="https://img.b2bpic.net/free-photo/html-css-collage-concept-with-person_23-2150061981.jpg" - imageAlt="Children learning coding in a modern classroom" + imageSrc="asset://students-coding-classroom" + imageAlt="Students working on coding projects in modern classroom" textPosition="bottom-left" showBlur={true} showDimOverlay={true} @@ -67,8 +67,8 @@ export default function LandingPage() { description="Children 404 Leadership" subdescription="IT Education for the Future" icon={BookOpen} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2xj61j" - imageAlt="Instructor mentoring a student" + imageSrc="asset://instructor-mentoring-student" + imageAlt="Experienced instructor mentoring a young student during coding session" useInvertedBackground="noInvert" /> @@ -79,10 +79,10 @@ export default function LandingPage() { description="Our curriculum combines fundamental programming concepts with exciting real-world applications. Students don't just learn syntax—they build games, websites, robots, and apps that solve actual problems." tag="Hands-On Learning" images={[ - { id: 1, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r66mao" }, - { id: 2, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gz5xj4" }, - { id: 3, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vgu5zb" }, - { id: 4, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8be9yi" } + { id: 1, imageSrc: "asset://student-game-development", imageAlt: "Student creating a game with visual coding interface" }, + { id: 2, imageSrc: "asset://robotics-workshop", imageAlt: "Students building and programming robots in workshop" }, + { id: 3, imageSrc: "asset://web-development-project", imageAlt: "Young developer building their first website" }, + { id: 4, imageSrc: "asset://mobile-app-showcase", imageAlt: "Student presenting their mobile app project" } ]} textboxLayout="default" useInvertedBackground="noInvert" @@ -186,10 +186,10 @@ export default function LandingPage() { useInvertedBackground="noInvert" gridVariant="uniform-all-items-equal" members={[ - { id: "1", name: "Alex Chen", role: "Lead Instructor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=grhk13" }, - { id: "2", name: "Sarah Mitchell", role: "Web Development", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wmn8io" }, - { id: "3", name: "Marcus Johnson", role: "Game Development", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gwl3d8" }, - { id: "4", name: "Emma Rodriguez", role: "Robotics & IoT", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=95c05q" } + { id: "1", name: "Alex Chen", role: "Lead Instructor", imageSrc: "asset://alex-chen-instructor", imageAlt: "Alex Chen, Lead Instructor with computer science background" }, + { id: "2", name: "Sarah Mitchell", role: "Web Development", imageSrc: "asset://sarah-mitchell-instructor", imageAlt: "Sarah Mitchell, Web Development specialist and mentor" }, + { id: "3", name: "Marcus Johnson", role: "Game Development", imageSrc: "asset://marcus-johnson-instructor", imageAlt: "Marcus Johnson, Game Development expert and educator" }, + { id: "4", name: "Emma Rodriguez", role: "Robotics & IoT", imageSrc: "asset://emma-rodriguez-instructor", imageAlt: "Emma Rodriguez, Robotics and IoT specialist" } ]} /> @@ -204,12 +204,12 @@ export default function LandingPage() { useInvertedBackground="noInvert" gridVariant="uniform-all-items-equal" testimonials={[ - { id: "1", name: "Jamie Chen", role: "Student", company: "Age 12", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aydmov" }, - { id: "2", name: "Sarah Thompson", role: "Parent", company: "Proud Mom", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1fy7sw" }, - { id: "3", name: "Lucas Park", role: "Student", company: "Age 14", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3p0aht" }, - { id: "4", name: "Michael Wong", role: "Parent", company: "Supportive Dad", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3a7fla" }, - { id: "5", name: "Emma Okafor", role: "Student", company: "Age 13", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aydmov" }, - { id: "6", name: "David Kumar", role: "Parent", company: "Enthusiastic Guardian", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1fy7sw" } + { id: "1", name: "Jamie Chen", role: "Student", company: "Age 12", rating: 5, imageSrc: "asset://jamie-chen-student", imageAlt: "Jamie Chen, 12-year-old coding student" }, + { id: "2", name: "Sarah Thompson", role: "Parent", company: "Proud Mom", rating: 5, imageSrc: "asset://sarah-thompson-parent", imageAlt: "Sarah Thompson, parent of Children 404 student" }, + { id: "3", name: "Lucas Park", role: "Student", company: "Age 14", rating: 5, imageSrc: "asset://lucas-park-student", imageAlt: "Lucas Park, 14-year-old programming enthusiast" }, + { id: "4", name: "Michael Wong", role: "Parent", company: "Supportive Dad", rating: 5, imageSrc: "asset://michael-wong-parent", imageAlt: "Michael Wong, supportive parent and advocate" }, + { id: "5", name: "Emma Okafor", role: "Student", company: "Age 13", rating: 5, imageSrc: "asset://emma-okafor-student", imageAlt: "Emma Okafor, 13-year-old web development student" }, + { id: "6", name: "David Kumar", role: "Parent", company: "Enthusiastic Guardian", rating: 5, imageSrc: "asset://david-kumar-parent", imageAlt: "David Kumar, enthusiastic parent and supporter" } ]} /> @@ -221,8 +221,8 @@ export default function LandingPage() { tag="Help & Support" textboxLayout="default" useInvertedBackground="noInvert" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uwv9k6" - imageAlt="Learning and support resources" + imageSrc="asset://support-resources" + imageAlt="Student support resources and learning materials" mediaPosition="left" animationType="smooth" faqs={[