"use client"; import React from "react"; import { Course, getImageUrl } from "@/lib/api"; import { Target, Zap, Clock, Award, CheckCircle2, Info, Calendar, Users } from "lucide-react"; interface AboutCourseProps { course: Course; instructors: any[]; } export default function AboutCourse({ course, instructors }: AboutCourseProps) { const meta = course.marketing_metadata || {}; return (
Duration
{meta.duration || "Self-paced immersion"}
Certification
{meta.certification_info || "Accredited Certificate"}
Passing Grade
{course.passing_percentage}% Proficiency
{inst.role || "Instructor"}
{meta.objectives || "Comprehensive learning path designed to master core concepts and advanced applications."}
{meta.requirements || "No specific prerequisites required. An open mind and dedication to learning are the only things needed to succeed."}
Each module is structured to provide both theoretical knowledge and practical applications in real-world scenarios.
{meta.modules_summary || "Explore the rich content structured across multiple interactive modules. Each section builds upon the previous one to ensure a cohesive learning experience."}