+
-
- diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 6858799..453dccb 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -3,7 +3,6 @@ import type { Metadata } from 'next'; import { Button } from '@/components/ui/button'; import Link from 'next/link'; import { ExternalLink } from 'lucide-react'; -import { Footer } from '@/components/Footer'; export const metadata: Metadata = { title: "Video Gallery - Community Coverage of Chelsea Smallwood", @@ -85,9 +84,7 @@ export default async function GalleryPage() { const videos = await getYouTubeVideos(videoIds); return ( -