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

{title}

); }