Update src/app/about/page.tsx
This commit is contained in:
@@ -26,13 +26,10 @@ export default function AboutPage() {
|
||||
brandName="Futurama"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Characters", id: "/characters" },
|
||||
{ name: "Episodes", id: "/episodes" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Watch Now",
|
||||
href: "https://www.hulu.com"
|
||||
text: "Watch Now", href: "https://www.hulu.com"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -63,46 +60,22 @@ export default function AboutPage() {
|
||||
tagIcon={Users}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Philip J. Fry",
|
||||
role: "Delivery Boy & Hero",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-good-looking-student-woman-with-ginger-curly-hair-freckles-looking-with-calm-relaxed-expression_176420-12014.jpg",
|
||||
imageAlt: "Philip J. Fry character"
|
||||
id: "1", name: "Philip J. Fry", role: "Delivery Boy & Hero", imageSrc: "https://img.b2bpic.net/free-photo/portrait-good-looking-student-woman-with-ginger-curly-hair-freckles-looking-with-calm-relaxed-expression_176420-12014.jpg", imageAlt: "Philip J. Fry character"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Turanga Leela",
|
||||
role: "Ship Captain & Mutant",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/young-redhead-girl-with-wavy-hair_273609-21845.jpg",
|
||||
imageAlt: "Turanga Leela character"
|
||||
id: "2", name: "Turanga Leela", role: "Ship Captain & Mutant", imageSrc: "https://img.b2bpic.net/free-photo/young-redhead-girl-with-wavy-hair_273609-21845.jpg", imageAlt: "Turanga Leela character"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bender Rodriguez",
|
||||
role: "Bending Unit & Best Friend",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/young-beautiful-ginger-girl-gray-wall_176420-428.jpg",
|
||||
imageAlt: "Bender Rodriguez character"
|
||||
id: "3", name: "Bender Rodriguez", role: "Bending Unit & Best Friend", imageSrc: "https://img.b2bpic.net/free-photo/young-beautiful-ginger-girl-gray-wall_176420-428.jpg", imageAlt: "Bender Rodriguez character"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Professor Farnsworth",
|
||||
role: "Mad Scientist & CEO",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-woman-with-natural-smiling-face-with-red-lips-wearing-green-t-shirt_176532-11509.jpg",
|
||||
imageAlt: "Professor Farnsworth character"
|
||||
id: "4", name: "Professor Farnsworth", role: "Mad Scientist & CEO", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-woman-with-natural-smiling-face-with-red-lips-wearing-green-t-shirt_176532-11509.jpg", imageAlt: "Professor Farnsworth character"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Dr. Zoidberg",
|
||||
role: "Company Doctor & Decapodian",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg",
|
||||
imageAlt: "Dr. Zoidberg character"
|
||||
id: "5", name: "Dr. Zoidberg", role: "Company Doctor & Decapodian", imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Dr. Zoidberg character"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Amy Wong",
|
||||
role: "Intern & Mars University Graduate",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg",
|
||||
imageAlt: "Amy Wong character"
|
||||
id: "6", name: "Amy Wong", role: "Intern & Mars University Graduate", imageSrc: "https://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg", imageAlt: "Amy Wong character"
|
||||
}
|
||||
]}
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
@@ -120,7 +93,7 @@ export default function AboutPage() {
|
||||
description="After achieving massive success with The Simpsons, creator Matt Groening wanted to explore new creative territories with Futurama. Working alongside David X. Cohen, Groening developed a show that would push the boundaries of animated storytelling while maintaining the heart and humor that made him famous. The series required extensive research into scientific concepts, future technology predictions, and mathematical theorems - many episodes contain hidden mathematical jokes and references that reward attentive viewers. The show's writing staff included several PhD holders who ensured scientific accuracy while never sacrificing entertainment value."
|
||||
metrics={[
|
||||
{ value: "26", title: "Emmy Nominations Total" },
|
||||
{ value: "72", title": "Writers Guild Nominations" }
|
||||
{ value: "72", title: "Writers Guild Nominations" }
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/technological-exploration-settlement_23-2151768601.jpg"
|
||||
imageAlt="Behind the scenes of Futurama creation"
|
||||
@@ -133,33 +106,27 @@ export default function AboutPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Characters", href: "/characters" },
|
||||
{ label: "Episodes", href: "/episodes" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Watch",
|
||||
items: [
|
||||
title: "Watch", items: [
|
||||
{ label: "Hulu", href: "https://www.hulu.com" },
|
||||
{ label: "Stream Online", href: "https://www.hulu.com" },
|
||||
{ label: "Buy Episodes", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{ label: "Fan Discussions", href: "#" },
|
||||
{ label: "Fan Art", href: "#" },
|
||||
{ label: "Theories", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user