--- import { LANGUAGES } from "@/constants"; import type { Project } from "@/types"; interface Props { project: Project; page: string; } const { project: { name, description, languages, links, stub: isStub }, page, } = Astro.props; ---

{name}

{description}