import ProjectItem from "@/components/project-item"; import { projects } from "@/lib/data"; import { Metadata } from "next"; export const metadata: Metadata = { title: "My Projects | Gabriel Kaszewski", description: "A showcase of my work, including web applications, games, and developer tools built with Rust, Next.js, and more.", alternates: { canonical: "https://gabrielkaszewski.dev/projects", }, openGraph: { title: "My Projects | Gabriel Kaszewski", description: "A showcase of my work, including web applications, games, and developer tools built with Rust, Next.js, and more.", url: "https://gabrielkaszewski.dev/projects", }, twitter: { card: "summary", title: "My Projects | Gabriel Kaszewski", description: "A showcase of my work, including web applications, games, and developer tools built with Rust, Next.js, and more.", }, }; const ProjectsPage = () => { return (
No projects available. Working on it!
)}