import Image from "next/image"; import Link from "next/link"; const highlights = [ "Courses designed for Latin American professionals", "Real English law case studies and analysis", "AI-powered legal assistant available 24/7", "Interactive practice exercises and assessments", ]; export default function HomePage() { return (

* Professional Legal Education

Learn English Law with Confidence

Courses, case studies, and guided practice designed for Latin American professionals and students.

    {highlights.map((item) => (
  • v {item}
  • ))}
Start Learning Explore Courses
ACVE legal library

AI

Legal Assistant Ready

Ask me anything about English Law

Browse courses Read case studies Practice and exercises
); }