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 ( -
-
-
+

YouTube Community Coverage @@ -128,10 +125,6 @@ export default async function GalleryPage() { Back to Home

-
-
- -
); } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d4e26af..e204f69 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,6 +3,7 @@ import { Inter } from 'next/font/google'; import './globals.css'; import { Toaster } from '@/components/ui/toaster'; import { ThemeProvider } from '@/components/theme-provider'; +import { Footer } from '@/components/Footer'; const inter = Inter({ subsets: ['latin'] }); @@ -71,7 +72,12 @@ export default function RootLayout({ enableSystem disableTransitionOnChange > - {children} +
+
+ {children} +
+
diff --git a/src/app/long-story/page.tsx b/src/app/long-story/page.tsx index ae87d10..5e7be2b 100644 --- a/src/app/long-story/page.tsx +++ b/src/app/long-story/page.tsx @@ -7,7 +7,6 @@ import { CardHeader, } from '@/components/ui/card'; import Link from 'next/link'; -import { Footer } from '@/components/Footer'; export const metadata: Metadata = { title: "The Full Story: Chelsea Smallwood's Controversial Empire", description: "A deep dive into how Chelsea Smallwood built a business on monetizing infidelity, the controversy surrounding 'The Other Woman and the Wife,' and the serious allegations of cyberbullying and harassment in the Kristen Jacobs lawsuit.", @@ -15,9 +14,7 @@ export const metadata: Metadata = { export default function LongStoryPage() { return ( -
-
-
+

Chelsea Smallwood's Controversial Empire @@ -199,10 +196,6 @@ export default function LongStoryPage() {

-
- - -