diff --git a/src/app/page.tsx b/src/app/page.tsx index e793b10..0c908bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function HomePage() { description="NETRIX is Indonesia's premier AI-powered learning platform designed specifically for Teknik Komputer & Jaringan (TKJ) education. Connect with your instructor community, access interactive labs, and progress from fundamentals to industry certifications with real-time mentorship and hands-on simulations." mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-modern-clean-software-dashboard-interf-1772547861750-c98c930e.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-modern-clean-software-dashboard-interf-1772547861750-c98c930e.png?_wi=1", imageAlt: "NETRIX Teacher Dashboard with analytics and student progress tracking", }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/an-interactive-network-laboratory-simula-1772547866189-2847adf8.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/an-interactive-network-laboratory-simula-1772547866189-2847adf8.png?_wi=1", imageAlt: "Interactive network lab simulation environment with routing configuration", }, ]} @@ -85,19 +85,19 @@ export default function HomePage() { { title: "Interactive Virtual Labs", description: "Cloud-based GNS3/Wireshark labs accessible from any device. Practice router configuration, switch management, VLAN setup, and troubleshooting without expensive hardware. Supports Cisco, MikroTik, and Ubiquiti equipment.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-virtual-networking-lab-interface-showi-1772547861040-b7594ac2.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-virtual-networking-lab-interface-showi-1772547861040-b7594ac2.png?_wi=1", imageAlt: "Virtual lab interface showing network topology configuration", }, { title: "AI-Powered Tutor (NETRIX Assistant)", description: "Fine-tuned Indonesian AI assistant specialized in TKJ concepts. Get instant help with subnetting calculations, configuration debugging, troubleshooting logic, and complex networking concepts. Explains step-by-step with visual diagrams.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/an-ai-chat-interface-for-a-learning-assi-1772547862054-9cf3967e.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/an-ai-chat-interface-for-a-learning-assi-1772547862054-9cf3967e.png?_wi=1", imageAlt: "AI tutor interface with networking problem explanation", }, { title: "Curriculum Alignment to KKNI & BNSP", description: "Content mapped to Indonesian national qualifications framework and BNSP certification standards. Covers OSI layers, IP addressing, subnetting, routing, switching, security, and automation with Python/Ansible scripting.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-structured-curriculum-dashboard-showin-1772547861227-239e064e.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-structured-curriculum-dashboard-showin-1772547861227-239e064e.png?_wi=1", imageAlt: "Curriculum modules organized by KKNI competency levels", }, { @@ -107,7 +107,7 @@ export default function HomePage() { { title: "Teacher Dashboard & Analytics", description: "Comprehensive class management portal. Track student progress, assign practical labs, review configurations, generate performance reports, and identify struggling students automatically. Support for 1-to-1 and classroom teaching.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-comprehensive-teacher-dashboard-with-m-1772547861308-8355f140.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-comprehensive-teacher-dashboard-with-m-1772547861308-8355f140.png?_wi=1", imageAlt: "Teacher dashboard showing student progress analytics", }, { diff --git a/src/app/student-portal/page.tsx b/src/app/student-portal/page.tsx index 8b26eb7..97576b0 100644 --- a/src/app/student-portal/page.tsx +++ b/src/app/student-portal/page.tsx @@ -50,11 +50,11 @@ export default function StudentPortalPage() { description="Learn computer and network engineering through interactive virtual labs, AI-powered tutoring, and industry-aligned curriculum. Practice networking configurations, master Cisco commands, and earn certifications that lead to real jobs. Study at your pace with 24/7 access to labs, practice questions, and expert guidance." mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/an-interactive-network-laboratory-simula-1772547866189-2847adf8.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/an-interactive-network-laboratory-simula-1772547866189-2847adf8.png?_wi=2", imageAlt: "Interactive network lab simulation for hands-on learning", }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/an-ai-chat-interface-for-a-learning-assi-1772547862054-9cf3967e.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/an-ai-chat-interface-for-a-learning-assi-1772547862054-9cf3967e.png?_wi=2", imageAlt: "AI tutor providing personalized learning support", }, ]} @@ -77,19 +77,19 @@ export default function StudentPortalPage() { { title: "Interactive Virtual Labs (24/7 Access)", description: "Practice real networking scenarios without expensive hardware. Configure routers, switches, VLANs, and troubleshoot issues just like network technicians. Cloud-based labs accessible from anywhere.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-virtual-networking-lab-interface-showi-1772547861040-b7594ac2.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-virtual-networking-lab-interface-showi-1772547861040-b7594ac2.png?_wi=3", imageAlt: "Virtual lab environment for hands-on networking practice", }, { title: "AI Learning Assistant (NETRIX Tutor)", description: "Get instant help with subnetting calculations, routing concepts, security best practices, and more. The AI explains step-by-step with diagrams, not just answers. Available in Indonesian.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/an-ai-chat-interface-for-a-learning-assi-1772547862054-9cf3967e.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/an-ai-chat-interface-for-a-learning-assi-1772547862054-9cf3967e.png?_wi=3", imageAlt: "AI chatbot providing personalized tutoring support", }, { title: "Adaptive Practice Question Bank", description: "2,000+ practice questions covering CCNA, BNSP, and entry-level certifications. Get detailed explanations for every answer. Track your weak areas and focus your study time effectively.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-structured-curriculum-dashboard-showin-1772547861227-239e064e.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-structured-curriculum-dashboard-showin-1772547861227-239e064e.png?_wi=3", imageAlt: "Practice question interface with progress tracking", }, ]} diff --git a/src/app/teacher-onboarding/page.tsx b/src/app/teacher-onboarding/page.tsx index 70b2b15..ea57fb6 100644 --- a/src/app/teacher-onboarding/page.tsx +++ b/src/app/teacher-onboarding/page.tsx @@ -50,11 +50,11 @@ export default function TeacherOnboardingPage() { description="Join 150+ Indonesian schools transforming computer and network engineering education. Get comprehensive training, intuitive tools, and dedicated support to launch your program in just 2 weeks. Manage classes, track student progress, and deliver hands-on labs without expensive hardware investments." mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-comprehensive-teacher-dashboard-with-m-1772547861308-8355f140.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-comprehensive-teacher-dashboard-with-m-1772547861308-8355f140.png?_wi=2", imageAlt: "Teacher dashboard with comprehensive analytics and student management", }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-modern-clean-software-dashboard-interf-1772547861750-c98c930e.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-modern-clean-software-dashboard-interf-1772547861750-c98c930e.png?_wi=2", imageAlt: "Advanced classroom management interface with real-time notifications", }, ]} @@ -77,19 +77,19 @@ export default function TeacherOnboardingPage() { { title: "Intuitive Class Management", description: "Create classes, invite students with QR codes, organize by batch year or skill level. Monitor attendance, manage assignments, and communicate with students directly from the dashboard.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-structured-curriculum-dashboard-showin-1772547861227-239e064e.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-structured-curriculum-dashboard-showin-1772547861227-239e064e.png?_wi=2", imageAlt: "Class management interface showing student organization tools", }, { title: "Advanced Progress Analytics", description: "Real-time dashboards showing student completion rates, skill assessments, quiz scores, and lab performance. Identify struggling students automatically and get actionable insights for intervention.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-comprehensive-teacher-dashboard-with-m-1772547861308-8355f140.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-comprehensive-teacher-dashboard-with-m-1772547861308-8355f140.png?_wi=3", imageAlt: "Analytics dashboard with student progress metrics", }, { title: "Pre-Built Curriculum & Labs", description: "Access 15+ ready-to-use virtual networking labs aligned with KKNI standards and BNSP certifications. Customize content for your classes without extra preparation time.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-virtual-networking-lab-interface-showi-1772547861040-b7594ac2.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARChGFCfu26pJ7abvgtraIFthB/a-virtual-networking-lab-interface-showi-1772547861040-b7594ac2.png?_wi=2", imageAlt: "Virtual lab interface showing customizable lab assignments", }, ]}