import PCard from "./project-card"; export default function ProjectBlock({ title, cards }) { return (

{title}

); }