import Link from "next/link"; const navItems = [ { href: "/", label: "Home", className: "bg-[#e0483d] hover:bg-[#cb3a30]" }, { href: "/lessons", label: "Lessons", className: "bg-[#f08b24] hover:bg-[#d97706]" }, { href: "/practice", label: "Practice", className: "bg-[#1faa59] hover:bg-[#168845]" }, ]; export function Header() { return (
C

Cabrits

Math Playground

Ages 12-16 Form 1 Term 2
); }