diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 8e99048..ce064d4 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -2,7 +2,6 @@ import type { Metadata } from 'next'; import { Button } from '@/components/ui/button'; import Link from 'next/link'; -import Image from 'next/image'; import { ExternalLink } from 'lucide-react'; export const metadata: Metadata = { @@ -79,24 +78,22 @@ export default async function GalleryPage() {
{videos.length > 0 ? videos.map((video) => (
- - {`Thumbnail -
- -
- +
{/* 16:9 Aspect Ratio */} + +

- - {video.title} - + {video.title}

+ + Watch on YouTube +
)) : (