From b6a14dcf01a70316b7809154c4bf902dbadff2d5 Mon Sep 17 00:00:00 2001 From: Derek Slenk Date: Thu, 26 Jun 2025 22:35:31 +0000 Subject: [PATCH] I still want to embed the video player, I was just letting you know it d --- src/app/gallery/page.tsx | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) 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 +
)) : (