Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -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() {
|
||||
<AboutMetric
|
||||
title="Futurama: The Show That Conquered Hearts Across Time and Space - A Beloved Comedy Classic"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ icon: Zap, label: "Aired Since", value: "1999" },
|
||||
{ icon: Users, label: "Beloved Characters", value: "50+" },
|
||||
|
||||
Reference in New Issue
Block a user