import Card from '../components/Card'; import { projects, type Project } from '../data/projects'; export default function Projects() { return ( <>