From 9d8ce5f34e7771c1e309b00dec55b0f8ae9b1e72 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 10:30:36 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 57e0045..e7eebbe 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,33 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const nunitoSans = Nunito_Sans({ - variable: "--font-nunito-sans", - subsets: ["latin"], + variable: "--font-nunito-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Futurama | The Legendary Sci-Fi Comedy Series", - description: "Experience the adventures of Fry, Leela, and Bender in Futurama, the beloved animated sci-fi comedy series. Watch all seasons now on Hulu.", - keywords: "Futurama, animated series, science fiction, comedy, Matt Groening, Planet Express", - metadataBase: new URL("https://futurama.com"), + title: "Futurama | The Legendary Sci-Fi Comedy Series", description: "Experience the adventures of Fry, Leela, and Bender in Futurama, the beloved animated sci-fi comedy series. Watch all seasons now on Hulu.", keywords: "Futurama, animated series, science fiction, comedy, Matt Groening, Planet Express", metadataBase: new URL("https://futurama.com"), alternates: { canonical: "https://futurama.com" }, openGraph: { - title: "Futurama | The Legendary Sci-Fi Comedy Series", - description: "Experience the adventures of Fry, Leela, and Bender in Futurama, the beloved animated sci-fi comedy series.", - siteName: "Futurama", - type: "website", - images: [{ - url: "https://img.b2bpic.net/free-vector/city-space-scene_1308-31586.jpg", - alt: "Futurama series hero image" + title: "Futurama | The Legendary Sci-Fi Comedy Series", description: "Experience the adventures of Fry, Leela, and Bender in Futurama, the beloved animated sci-fi comedy series.", siteName: "Futurama", type: "website", images: [{ + url: "https://img.b2bpic.net/free-vector/city-space-scene_1308-31586.jpg", alt: "Futurama series hero image" }] }, twitter: { - card: "summary_large_image", - title: "Futurama | The Legendary Sci-Fi Comedy Series", - description: "Experience the adventures of Fry, Leela, and Bender in Futurama, the beloved animated sci-fi comedy series.", - images: ["https://img.b2bpic.net/free-vector/city-space-scene_1308-31586.jpg"] + card: "summary_large_image", title: "Futurama | The Legendary Sci-Fi Comedy Series", description: "Experience the adventures of Fry, Leela, and Bender in Futurama, the beloved animated sci-fi comedy series.", images: ["https://img.b2bpic.net/free-vector/city-space-scene_1308-31586.jpg"] }, robots: { index: true, From ac2fcc14f2a8a8b1630bb2637f226e43dc6cf0c5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 10:30:36 +0000 Subject: [PATCH 2/2] 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: "#" }