diff --git a/app/movie-corner/page.tsx b/app/movie-corner/page.tsx new file mode 100644 index 0000000..7989036 --- /dev/null +++ b/app/movie-corner/page.tsx @@ -0,0 +1,81 @@ +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 ( +
+ 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 + +