Add YouTube video to Breaking The Silence page

Embeds the Breaking The Silence film (https://youtu.be/hpzvEQs9vEk)
in a dedicated video section on the page.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-04 23:26:47 +00:00
parent 265af9b8fa
commit cdae57d706
1 changed files with 16 additions and 0 deletions

View File

@ -61,6 +61,22 @@ export default function BreakingTheSilencePage() {
</div>
</div>
{/* Video Section */}
<div className="bg-[#222] py-16">
<div className="mx-auto max-w-4xl px-4">
<h2 className="font-serif text-3xl text-white text-center mb-8">Watch the Film</h2>
<div className="relative aspect-video">
<iframe
src="https://www.youtube.com/embed/hpzvEQs9vEk"
title="Breaking The Silence"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
className="absolute inset-0 w-full h-full"
/>
</div>
</div>
</div>
{/* Artwork showcase */}
<div className="bg-gray-50 py-16">
<div className="mx-auto max-w-4xl px-4">