From ac2fcc14f2a8a8b1630bb2637f226e43dc6cf0c5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 10:30:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 118 +++++++++-------------------------------------- 1 file changed, 23 insertions(+), 95 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ca0377..5b3ae64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,9 +57,7 @@ export default function HomePage() { @@ -266,32 +198,28 @@ export default function HomePage() { copyrightText="© 2024 Futurama Fan Site. All rights reserved. Planet Express, Futurama, and related character names are trademarks of 20th Television." columns={[ { - title: "Watch", - items: [ + title: "Watch", items: [ { label: "Watch on Hulu", href: "https://www.hulu.com" }, { label: "Stream Now", href: "https://www.hulu.com" }, { label: "New Seasons", href: "#" } ] }, { - title: "About", - items: [ + title: "About", items: [ { label: "The Series", href: "#about" }, { label: "Characters", href: "#characters" }, { label: "Episodes", href: "#episodes" } ] }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Fan Reviews", href: "#testimonials" }, { label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" } ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }