From 5680aa2dfd5542cb9fd6c340c84ba13834462c31 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 15:39:59 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2400f22..04d684b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,33 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const plusJakartaSans = Plus_Jakarta_Sans({ - variable: "--font-plus-jakarta-sans", - subsets: ["latin"], + variable: "--font-plus-jakarta-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Futurama - Legendary Animated Sci-Fi Series", - description: "Explore Futurama, the iconic animated series. Discover characters, episodes, and join the fan community of this beloved sci-fi comedy classic.", - keywords: ["Futurama", "animated series", "sci-fi comedy", "Planet Express", "Fry", "Leela", "Bender"], + title: "Futurama - Legendary Animated Sci-Fi Series", description: "Explore Futurama, the iconic animated series. Discover characters, episodes, and join the fan community of this beloved sci-fi comedy classic.", keywords: ["Futurama", "animated series", "sci-fi comedy", "Planet Express", "Fry", "Leela", "Bender"], metadataBase: new URL("https://futurama-website.com"), alternates: { canonical: "https://futurama-website.com" }, openGraph: { - title: "Futurama - Legendary Animated Sci-Fi Series", - description: "Explore Futurama, the iconic animated series with unforgettable characters and hilarious adventures.", - siteName: "Futurama", - type: "website", - images: [{ - url: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg", - alt: "Futurama hero scene" + title: "Futurama - Legendary Animated Sci-Fi Series", description: "Explore Futurama, the iconic animated series with unforgettable characters and hilarious adventures.", siteName: "Futurama", type: "website", images: [{ + url: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg", alt: "Futurama hero scene" }] }, twitter: { - card: "summary_large_image", - title: "Futurama - Legendary Animated Sci-Fi Series", - description: "Discover the iconic Futurama series with memorable characters and timeless humor.", - images: ["https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg"] + card: "summary_large_image", title: "Futurama - Legendary Animated Sci-Fi Series", description: "Discover the iconic Futurama series with memorable characters and timeless humor.", images: ["https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg"] }, robots: { index: true, @@ -40,8 +29,7 @@ export const metadata: Metadata = { index: true, follow: true, "max-video-preview": -1, - "max-image-preview": "large", - "max-snippet": -1, + "max-image-preview": "large", "max-snippet": -1, }, } }; -- 2.49.1 From a907816adc97b01a3d8b03320ef769539f9f284c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 15:40:00 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 150 +++++++++++------------------------------------ 1 file changed, 33 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bfa4c1..54689a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,16 +50,13 @@ export default function FuturamaPage() { ]} slides={[ { - imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg", - imageAlt: "Futuristic robot and cityscape" + imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg", imageAlt: "Futuristic robot and cityscape" }, { - imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg", - imageAlt: "Neon retro-futuristic city" + imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg", imageAlt: "Neon retro-futuristic city" }, { - imageSrc: "https://img.b2bpic.net/free-photo/retro-futuristic-space-travel_23-2151837606.jpg", - imageAlt: "Space adventure scene" + imageSrc: "https://img.b2bpic.net/free-photo/retro-futuristic-space-travel_23-2151837606.jpg", imageAlt: "Space adventure scene" } ]} autoplayDelay={4000} @@ -71,9 +68,7 @@ export default function FuturamaPage() { -- 2.49.1