From 303922bbb51c548e316fa33b1a53ff1a77929fd8 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Thu, 30 Apr 2026 18:01:56 -0400 Subject: [PATCH] Add Bethesda, ZeniMax, Palo Alto, Street Fighter, Chase credits --- src/components/OnSet.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/OnSet.tsx b/src/components/OnSet.tsx index 904027d..77a1836 100644 --- a/src/components/OnSet.tsx +++ b/src/components/OnSet.tsx @@ -11,6 +11,12 @@ const REEL_URL = "https://player.vimeo.com/video/225920311?h=0&badge=0&autopause const photos: { src: string; alt: string; caption: string }[] = []; const credits = [ + { title: "Bethesda Fallout Day", role: "1st AC", format: "Corporate / Event", year: "2025" }, + { title: "ZeniMax Elder Scrolls Online Update", role: "1st AC", format: "Corporate", year: "2025" }, + { title: "ZeniMax Elder Scrolls Online Update", role: "1st AC", format: "Corporate", year: "2024" }, + { title: "Palo Alto Ad", role: "Arri Trinity Operator", format: "Commercial", year: "—" }, + { title: "Street Fighter DLC Ad", role: "Arri Trinity Operator", format: "Commercial", year: "—" }, + { title: "Chase Small Business Promo", role: "Arri Trinity Operator", format: "Commercial", year: "—" }, { title: "Joe Vogel For Congress", role: "Camera Op / Trinity Op", format: "Political", year: "2024" }, { title: "I Am a Champion", role: "Camera Op / Trinity Op", format: "Sports", year: "2023" }, { title: "Washington Commanders Schedule Release", role: "Director of Photography", format: "Sports", year: "2023" },