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:
parent
265af9b8fa
commit
cdae57d706
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue