import { Plus, ArrowRight } from "lucide-react"; import { Link } from "react-router-dom"; import { Card, CardContent } from "../../components/ui/card"; import { Button } from "../../components/ui/button"; import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogDescription, DialogTrigger, DialogClose, } from "../../components/ui/dialog"; import { Input } from "../../components/ui/input"; import { Select } from "../../components/ui/select"; import uploadIcon from "../../assets/icons/upload.png"; export function LearnEnglishPage() { const levels = [ { id: "beginner", title: "Beginner", description: "Designed for learners starting from scratch. Focuses on simple grammar, and everyday communication.", }, { id: "intermediate", title: "Intermediate", description: "For learners who can communicate at a basic level and want to improve fluency, accuracy, and confidence.", }, { id: "advanced", title: "Advanced", description: "Targets advanced learners aiming for professional, academic, and complex conversational English.", }, ]; return (
Manage learning content by level
{level.description}