From 0859b86657e0e980eab7ff0bf585878894a23f02 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Thu, 30 Apr 2026 17:52:05 -0400 Subject: [PATCH] Fix reel embed URL to correct Vimeo video ID --- src/components/OnSet.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/OnSet.tsx b/src/components/OnSet.tsx index 9e73eef..904027d 100644 --- a/src/components/OnSet.tsx +++ b/src/components/OnSet.tsx @@ -5,7 +5,7 @@ import Image from "next/image"; import ScrollReveal from "./ScrollReveal"; import { X, Camera, Film, Package, Monitor } from "lucide-react"; -const REEL_URL = "https://player.vimeo.com/video/805286240"; +const REEL_URL = "https://player.vimeo.com/video/225920311?h=0&badge=0&autopause=0&player_id=0&app_id=58479"; // Drop on-set stills into /public/images/on-set/ and add them here const photos: { src: string; alt: string; caption: string }[] = []; @@ -97,14 +97,12 @@ export default function OnSet() {

Reel

-
+