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";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const poppins = Poppins({
|
const poppins = Poppins({
|
||||||
variable: "--font-poppins",
|
variable: "--font-poppins", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Futurama - Sci-Fi Comedy Classic | Planet Express",
|
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: {
|
||||||
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,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Futurama - Sci-Fi Comedy Classic",
|
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: [
|
||||||
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",
|
url: "https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg", alt: "Futurama hero image"},
|
||||||
alt: "Futurama hero image",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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"],
|
||||||
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" }
|
{ text: "Meet the Crew", href: "characters" }
|
||||||
]}
|
]}
|
||||||
dashboard={{
|
dashboard={{
|
||||||
title: "Planet Express Stats",
|
title: "Planet Express Stats", logoIcon: Zap,
|
||||||
logoIcon: Zap,
|
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg", searchPlaceholder: "Search episodes...", buttons: [
|
||||||
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: "Watch Now", href: "#" },
|
||||||
{ text: "Fan Art Gallery", 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: "Episodes", values: [140, 140, 140], description: "Packed with laughter" },
|
||||||
{ title: "Fan Rating", values: [8.3, 8.3, 8.3], valueSuffix: "/10", description: "IMDb rating" }
|
{ title: "Fan Rating", values: [8.3, 8.3, 8.3], valueSuffix: "/10", description: "IMDb rating" }
|
||||||
],
|
],
|
||||||
chartTitle: "Fan Engagement",
|
chartTitle: "Fan Engagement", chartData: [
|
||||||
chartData: [
|
|
||||||
{ value: 75 },
|
{ value: 75 },
|
||||||
{ value: 85 },
|
{ value: 85 },
|
||||||
{ value: 90 },
|
{ value: 90 },
|
||||||
{ value: 80 },
|
{ value: 80 },
|
||||||
{ value: 95 }
|
{ value: 95 }
|
||||||
],
|
],
|
||||||
listTitle: "Latest Updates",
|
listTitle: "Latest Updates", listItems: [
|
||||||
listItems: [
|
|
||||||
{ icon: Sparkles, title: "New Movie Collection", status: "Released" },
|
{ icon: Sparkles, title: "New Movie Collection", status: "Released" },
|
||||||
{ icon: Heart, title: "Character Spotlight", status: "Featured" },
|
{ icon: Heart, title: "Character Spotlight", status: "Featured" },
|
||||||
{ icon: Trophy, title: "Award Nominations", status: "Announced" }
|
{ icon: Trophy, title: "Award Nominations", status: "Announced" }
|
||||||
@@ -92,6 +87,7 @@ export default function HomePage() {
|
|||||||
<AboutMetric
|
<AboutMetric
|
||||||
title="Futurama: The Show That Conquered Hearts Across Time and Space - A Beloved Comedy Classic"
|
title="Futurama: The Show That Conquered Hearts Across Time and Space - A Beloved Comedy Classic"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
metricsAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ icon: Zap, label: "Aired Since", value: "1999" },
|
{ icon: Zap, label: "Aired Since", value: "1999" },
|
||||||
{ icon: Users, label: "Beloved Characters", value: "50+" },
|
{ icon: Users, label: "Beloved Characters", value: "50+" },
|
||||||
|
|||||||
Reference in New Issue
Block a user