--- import { Menu } from "lucide-react"; interface Props { title: string; } const { title } = Astro.props; ---

{title}