diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index a8172d6..6858799 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -3,6 +3,7 @@ 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", @@ -130,29 +131,7 @@ export default async function GalleryPage() { - +