import { Metadata } from "next"; export const metadata: Metadata = { title: "Movie Corner | Gabriel Kaszewski", description: "My personal cinema journal — what I watch and how I feel about it.", }; const MOVIE_REVIEWS_URL = "https://movies.gabrielkaszewski.dev/users/5d253151-0f6a-4246-9bc5-cb0b5869731b"; const genres = ["Sci-Fi", "Drama", "Family"]; export default function MovieCornerPage() { return (
🎬

Movie Corner

What I watch, what I think. A personal cinema journal.

“I'd only give one piece of advice to anyone marrying. We're all quite similar in the end. We all get old and tell the same tales too many times. But try and marry someone kind.”

— About Time, 2013
{genres.map((genre, i) => ( {genre} ))}