From 9d8af789553efab1ddbec01bb2a9a6d84ae0f536 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 15:54:06 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 57 +++++++++--------------------------------- 1 file changed, 12 insertions(+), 45 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index dbcb219..e9618f2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" }} /> @@ -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() {