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