"use client"; import ProjectsGrid from "@/components/ProjectsGrid"; export default function Project() { return (
); }