import FunZoneCarousel from "@/components/fun-zone-carousel"; import { funZoneItems } from "@/lib/data"; import { Metadata } from "next"; export const metadata: Metadata = { title: "Fun Zone | Gabriel Kaszewski", description: "Games, tools, and toys I built for fun. Try them out!", keywords: [ "games", "pixel canvas", "wordle", "game jam", "interactive", "playground", ], alternates: { canonical: "https://gabrielkaszewski.dev/fun-zone", }, openGraph: { title: "Fun Zone | Gabriel Kaszewski", description: "Games, tools, and toys I built for fun. Try them out!", url: "https://gabrielkaszewski.dev/fun-zone", }, twitter: { card: "summary", title: "Fun Zone | Gabriel Kaszewski", description: "Games, tools, and toys I built for fun. Try them out!", }, }; const FunZonePage = () => { return (
stuff I made for fun