From 8f018cb187ad2643f949d9132c3a395c6b4d0847 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Thu, 30 Apr 2026 18:08:00 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20years:=20Palo=20Alto/Street=20Fighter/Cha?= =?UTF-8?q?se=20=E2=86=92=202025,=20Tinder=20=E2=86=92=202020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/OnSet.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/OnSet.tsx b/src/components/OnSet.tsx index 77a1836..d59e419 100644 --- a/src/components/OnSet.tsx +++ b/src/components/OnSet.tsx @@ -13,10 +13,10 @@ 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: "Palo Alto Ad", role: "Arri Trinity Operator", format: "Commercial", year: "2025" }, + { title: "Street Fighter DLC Ad", role: "Arri Trinity Operator", format: "Commercial", year: "2025" }, + { title: "Chase Small Business Promo", role: "Arri Trinity Operator", format: "Commercial", 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" }, @@ -25,8 +25,8 @@ const credits = [ { title: "A Chocolate Lens", role: "Camera Operator", format: "Narrative", year: "2023" }, { title: "Capital One: Pride Month", role: "Director of Photography", format: "Corporate", year: "2021" }, { title: "Tafon Nchukwi: My Goal Is to Be UFC Champion", role: "Camera Operator", format: "Sports Doc", year: "2020" }, + { title: "Tinder", role: "Director of Photography", format: "Commercial", year: "2020" }, { title: "Conewago", role: "DP / Editor", format: "Documentary", year: "2020" }, - { title: "Tinder", role: "Director of Photography", format: "Commercial", year: "—" }, { title: "In Memoriam", role: "Director of Photography", format: "Documentary", year: "2019" }, ];