diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5cb7975..1391996 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const poppins = Poppins({ - variable: "--font-poppins", - subsets: ["latin"], + variable: "--font-poppins", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Futurama - Sci-Fi Comedy Classic | Planet Express", - description: "Explore the world of Futurama, a beloved animated series blending sci-fi adventure with heartfelt comedy. Meet the characters, watch episodes, and join the fan community.", - keywords: "Futurama, animated series, sci-fi comedy, Planet Express, cartoon, fan site", - robots: { + title: "Futurama - Sci-Fi Comedy Classic | Planet Express", description: "Explore the world of Futurama, a beloved animated series blending sci-fi adventure with heartfelt comedy. Meet the characters, watch episodes, and join the fan community.", keywords: "Futurama, animated series, sci-fi comedy, Planet Express, cartoon, fan site", robots: { index: true, follow: true, }, openGraph: { - title: "Futurama - Sci-Fi Comedy Classic", - description: "Step into the 31st century with Fry and the Planet Express crew on hilarious intergalactic adventures.", - type: "website", - siteName: "Futurama Fan Hub", - images: [ + title: "Futurama - Sci-Fi Comedy Classic", description: "Step into the 31st century with Fry and the Planet Express crew on hilarious intergalactic adventures.", type: "website", siteName: "Futurama Fan Hub", images: [ { - url: "https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg", - alt: "Futurama hero image", - }, + url: "https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg", alt: "Futurama hero image"}, ], }, twitter: { - card: "summary_large_image", - title: "Futurama - Sci-Fi Comedy Classic", - description: "Explore the beloved animated series with the Planet Express crew.", - images: ["https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg"], + card: "summary_large_image", title: "Futurama - Sci-Fi Comedy Classic", description: "Explore the beloved animated series with the Planet Express crew.", images: ["https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg"], }, }; diff --git a/src/app/page.tsx b/src/app/page.tsx index e498e06..2aa2bfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,8 @@ export default function HomePage() { { text: "Meet the Crew", href: "characters" } ]} dashboard={{ - title: "Planet Express Stats", - logoIcon: Zap, - imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg", - searchPlaceholder: "Search episodes...", - buttons: [ + title: "Planet Express Stats", logoIcon: Zap, + imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg", searchPlaceholder: "Search episodes...", buttons: [ { text: "Watch Now", href: "#" }, { text: "Fan Art Gallery", href: "#" } ], @@ -70,16 +67,14 @@ export default function HomePage() { { title: "Episodes", values: [140, 140, 140], description: "Packed with laughter" }, { title: "Fan Rating", values: [8.3, 8.3, 8.3], valueSuffix: "/10", description: "IMDb rating" } ], - chartTitle: "Fan Engagement", - chartData: [ + chartTitle: "Fan Engagement", chartData: [ { value: 75 }, { value: 85 }, { value: 90 }, { value: 80 }, { value: 95 } ], - listTitle: "Latest Updates", - listItems: [ + listTitle: "Latest Updates", listItems: [ { icon: Sparkles, title: "New Movie Collection", status: "Released" }, { icon: Heart, title: "Character Spotlight", status: "Featured" }, { icon: Trophy, title: "Award Nominations", status: "Announced" } @@ -92,6 +87,7 @@ export default function HomePage() {