Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
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: "#" }
|
||||
]
|
||||
|
||||
@@ -26,13 +26,10 @@ export default function ContactPage() {
|
||||
brandName="Futurama"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Characters", id: "/characters" },
|
||||
{ name: "Episodes", id: "/episodes" }
|
||||
{ name: "About", id: "/about" }
|
||||
]}
|
||||
button={{
|
||||
text: "Watch Now",
|
||||
href: "https://www.hulu.com"
|
||||
text: "Watch Now", href: "https://www.hulu.com"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -59,34 +56,22 @@ export default function ContactPage() {
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I join the Futurama fan community?",
|
||||
content: "Simply subscribe to our newsletter above to get started! You'll receive weekly updates about new episodes, fan discussions, theories, and exclusive content. We also have active social media communities where fans share art, memes, and episode discussions."
|
||||
id: "1", title: "How do I join the Futurama fan community?", content: "Simply subscribe to our newsletter above to get started! You'll receive weekly updates about new episodes, fan discussions, theories, and exclusive content. We also have active social media communities where fans share art, memes, and episode discussions."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I submit fan art or theories?",
|
||||
content: "We love fan creativity! While we don't currently have a submission system on this site, we encourage fans to share their artwork and theories on our social media pages. Tag us in your posts and use #FuturamaFans to connect with other community members."
|
||||
id: "2", title: "Can I submit fan art or theories?", content: "We love fan creativity! While we don't currently have a submission system on this site, we encourage fans to share their artwork and theories on our social media pages. Tag us in your posts and use #FuturamaFans to connect with other community members."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How often do you send newsletter updates?",
|
||||
content: "We send out weekly newsletters every Tuesday with the latest Futurama news, episode discussions, fan spotlights, and community updates. During new season releases, we may send additional special updates. You can adjust your preferences or unsubscribe at any time."
|
||||
id: "3", title: "How often do you send newsletter updates?", content: "We send out weekly newsletters every Tuesday with the latest Futurama news, episode discussions, fan spotlights, and community updates. During new season releases, we may send additional special updates. You can adjust your preferences or unsubscribe at any time."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is this an official Futurama website?",
|
||||
content: "No, this is a fan-created website dedicated to celebrating Futurama and its community. We are not affiliated with Matt Groening, Fox, Comedy Central, or Hulu. All content is created by fans for fans, with respect for the original creators and copyright holders."
|
||||
id: "4", title: "Is this an official Futurama website?", content: "No, this is a fan-created website dedicated to celebrating Futurama and its community. We are not affiliated with Matt Groening, Fox, Comedy Central, or Hulu. All content is created by fans for fans, with respect for the original creators and copyright holders."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "How can I watch Futurama episodes?",
|
||||
content: "Futurama episodes are currently available on Hulu with a subscription. You can also purchase episodes through various digital platforms like Amazon Prime Video, Apple TV, or Google Play. Some episodes may be available for free on official comedy websites periodically."
|
||||
id: "5", title: "How can I watch Futurama episodes?", content: "Futurama episodes are currently available on Hulu with a subscription. You can also purchase episodes through various digital platforms like Amazon Prime Video, Apple TV, or Google Play. Some episodes may be available for free on official comedy websites periodically."
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you have episode discussion threads?",
|
||||
content: "Yes! Subscribers to our newsletter get access to weekly episode discussion topics and fan theory threads. We cover classic episodes, analyze story arcs, and explore the deeper meanings behind Futurama's most beloved moments. It's a great way to connect with fellow fans."
|
||||
id: "6", title: "Do you have episode discussion threads?", content: "Yes! Subscribers to our newsletter get access to weekly episode discussion topics and fan theory threads. We cover classic episodes, analyze story arcs, and explore the deeper meanings behind Futurama's most beloved moments. It's a great way to connect with fellow fans."
|
||||
}
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/technological-exploration-settlement_23-2151768601.jpg"
|
||||
@@ -102,33 +87,27 @@ export default function ContactPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Characters", href: "/characters" },
|
||||
{ label: "Episodes", href: "/episodes" }
|
||||
{ label: "About", href: "/about" }
|
||||
]
|
||||
},
|
||||
{
|
||||
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: "#" }
|
||||
]
|
||||
|
||||
@@ -5,15 +5,11 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const rubik = Rubik({
|
||||
variable: "--font-rubik",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-rubik", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Futurama - The Ultimate Animated Sci-Fi Comedy Series",
|
||||
description: "Explore Futurama: the iconic animated series with Fry, Leela, and Bender. Discover episodes, characters, fan favorites, and relive the sci-fi comedy classic.",
|
||||
keywords: "Futurama, animated series, sci-fi comedy, Matt Groening, Fry, Leela, Bender",
|
||||
robots: {
|
||||
title: "Futurama - The Ultimate Animated Sci-Fi Comedy Series", description: "Explore Futurama: the iconic animated series with Fry, Leela, and Bender. Discover episodes, characters, fan favorites, and relive the sci-fi comedy classic.", keywords: "Futurama, animated series, sci-fi comedy, Matt Groening, Fry, Leela, Bender", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
|
||||
183
src/app/page.tsx
183
src/app/page.tsx
@@ -8,9 +8,11 @@ import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwent
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import Link from 'next/link';
|
||||
import { Sparkles, Users, Film, TrendingUp } from 'lucide-react';
|
||||
import { Sparkles, Users, Film, TrendingUp, HelpCircle, Zap } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -31,13 +33,10 @@ export default function HomePage() {
|
||||
brandName="Futurama"
|
||||
navItems={[
|
||||
{ name: "About", id: "/about" },
|
||||
{ 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>
|
||||
@@ -49,14 +48,13 @@ export default function HomePage() {
|
||||
background={{ variant: "downward-rays-animated-grid" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/exploration-settlements-different-planets_23-2151768649.jpg",
|
||||
alt: "futuristic sci-fi animated space retro-future"
|
||||
src: "https://img.b2bpic.net/free-photo/exploration-settlements-different-planets_23-2151768649.jpg", alt: "futuristic sci-fi animated space retro-future"
|
||||
}
|
||||
]}
|
||||
avatarText="Loved by millions of fans worldwide"
|
||||
buttons={[
|
||||
{ text: "Watch Episodes", href: "https://www.hulu.com" },
|
||||
{ text: "Learn More", href: "/about" }
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -87,32 +85,16 @@ export default function HomePage() {
|
||||
tagIcon={Users}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fry",
|
||||
role: "Delivery Boy",
|
||||
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: "Fry character"
|
||||
id: "1", name: "Fry", role: "Delivery Boy", 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: "Fry character"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Leela",
|
||||
role: "Ship Captain",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/young-redhead-girl-with-wavy-hair_273609-21845.jpg",
|
||||
imageAlt: "Leela character"
|
||||
id: "2", name: "Leela", role: "Ship Captain", imageSrc: "https://img.b2bpic.net/free-photo/young-redhead-girl-with-wavy-hair_273609-21845.jpg", imageAlt: "Leela character"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bender",
|
||||
role: "Robot",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/young-beautiful-ginger-girl-gray-wall_176420-428.jpg",
|
||||
imageAlt: "Bender character"
|
||||
id: "3", name: "Bender", role: "Robot", imageSrc: "https://img.b2bpic.net/free-photo/young-beautiful-ginger-girl-gray-wall_176420-428.jpg", imageAlt: "Bender character"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Professor",
|
||||
role: "Scientist",
|
||||
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 character"
|
||||
id: "4", name: "Professor", role: "Scientist", 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 character"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -130,25 +112,16 @@ export default function HomePage() {
|
||||
tagIcon={Film}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Seymour's Loyalty: A Timeless Bond",
|
||||
category: ["Season 4", "Drama", "Emotional"],
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/artificial-intelligence-concept-youtube-thumbnail_23-2150395152.jpg",
|
||||
imageAlt: "Episode featuring Seymour"
|
||||
id: "1", title: "Seymour's Loyalty: A Timeless Bond", category: ["Season 4", "Drama", "Emotional"],
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/artificial-intelligence-concept-youtube-thumbnail_23-2150395152.jpg", imageAlt: "Episode featuring Seymour"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Robot Santa's Gift of Chaos",
|
||||
category: ["Season 3", "Comedy", "Holiday"],
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/gradient-artificial-intelligence-youtube-thumbnail_23-2150330588.jpg",
|
||||
imageAlt: "Episode featuring Robot Santa"
|
||||
id: "2", title: "Robot Santa's Gift of Chaos", category: ["Season 3", "Comedy", "Holiday"],
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/gradient-artificial-intelligence-youtube-thumbnail_23-2150330588.jpg", imageAlt: "Episode featuring Robot Santa"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "The Luck of the Fryrish",
|
||||
category: ["Season 3", "Adventure", "Time Travel"],
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/flat-design-metaverse-technology-youtube-thumbnail_23-2149424566.jpg",
|
||||
imageAlt: "Episode about Fry's past"
|
||||
id: "3", title: "The Luck of the Fryrish", category: ["Season 3", "Adventure", "Time Travel"],
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/flat-design-metaverse-technology-youtube-thumbnail_23-2149424566.jpg", imageAlt: "Episode about Fry's past"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -164,70 +137,22 @@ export default function HomePage() {
|
||||
tag="Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Martinez, Graphic Designer",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "A Perfect Blend of Humor and Heart",
|
||||
quote: "Futurama has been my comfort show for years. The character development, especially Fry's journey, is absolutely brilliant. Every rewatch reveals new jokes and emotional depth I missed before.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "https://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg",
|
||||
avatarAlt: "Sarah Martinez",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg"
|
||||
id: "1", name: "Sarah Martinez, Graphic Designer", date: "Date: 15 November 2024", title: "A Perfect Blend of Humor and Heart", quote: "Futurama has been my comfort show for years. The character development, especially Fry's journey, is absolutely brilliant. Every rewatch reveals new jokes and emotional depth I missed before.", tag: "Fan", avatarSrc: "https://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", avatarAlt: "Sarah Martinez", imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen, Software Engineer",
|
||||
date: "Date: 10 October 2024",
|
||||
title: "Sci-Fi Comedy Gold",
|
||||
quote: "The science fiction elements are well-researched and clever, but never overshadow the comedy. Bender alone has some of the funniest lines in animation history. This show is pure genius.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "https://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
avatarAlt: "James Chen",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg"
|
||||
id: "2", name: "James Chen, Software Engineer", date: "Date: 10 October 2024", title: "Sci-Fi Comedy Gold", quote: "The science fiction elements are well-researched and clever, but never overshadow the comedy. Bender alone has some of the funniest lines in animation history. This show is pure genius.", tag: "Fan", avatarSrc: "https://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", avatarAlt: "James Chen", imageSrc: "https://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez, Teacher",
|
||||
date: "Date: 22 September 2024",
|
||||
title: "Surprisingly Educational",
|
||||
quote: "I use clips from Futurama in my science classes! The show manages to sneak in real scientific concepts while being hilarious and entertaining. My students love it, and they learn at the same time.",
|
||||
tag: "Educator",
|
||||
avatarSrc: "https://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg",
|
||||
avatarAlt: "Elena Rodriguez",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg"
|
||||
id: "3", name: "Elena Rodriguez, Teacher", date: "Date: 22 September 2024", title: "Surprisingly Educational", quote: "I use clips from Futurama in my science classes! The show manages to sneak in real scientific concepts while being hilarious and entertaining. My students love it, and they learn at the same time.", tag: "Educator", avatarSrc: "https://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg", avatarAlt: "Elena Rodriguez", imageSrc: "https://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Thompson, Retro Gaming Enthusiast",
|
||||
date: "Date: 8 August 2024",
|
||||
title: "Nostalgic and Timeless",
|
||||
quote: "Even though it's set 1000 years in the future, there's something so nostalgic and timeless about this show. The retro-future aesthetic is iconic and has influenced so much of sci-fi pop culture.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "https://img.b2bpic.net/free-photo/young-male-posing-isolated-against-blank-studio-wall_273609-12356.jpg",
|
||||
avatarAlt: "Marcus Thompson",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/young-male-posing-isolated-against-blank-studio-wall_273609-12356.jpg"
|
||||
id: "4", name: "Marcus Thompson, Retro Gaming Enthusiast", date: "Date: 8 August 2024", title: "Nostalgic and Timeless", quote: "Even though it's set 1000 years in the future, there's something so nostalgic and timeless about this show. The retro-future aesthetic is iconic and has influenced so much of sci-fi pop culture.", tag: "Fan", avatarSrc: "https://img.b2bpic.net/free-photo/young-male-posing-isolated-against-blank-studio-wall_273609-12356.jpg", avatarAlt: "Marcus Thompson", imageSrc: "https://img.b2bpic.net/free-photo/young-male-posing-isolated-against-blank-studio-wall_273609-12356.jpg"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Avery Singh, Art Director",
|
||||
date: "Date: 19 July 2024",
|
||||
title: "Animation Excellence",
|
||||
quote: "The animation quality, character design, and color palette are exceptional. Futurama is a masterclass in visual storytelling. Every frame is thoughtfully composed and beautifully executed.",
|
||||
tag: "Creative Professional",
|
||||
avatarSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-serious-man-with-curly-hair_176532-7988.jpg",
|
||||
avatarAlt: "Avery Singh",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-serious-man-with-curly-hair_176532-7988.jpg"
|
||||
id: "5", name: "Avery Singh, Art Director", date: "Date: 19 July 2024", title: "Animation Excellence", quote: "The animation quality, character design, and color palette are exceptional. Futurama is a masterclass in visual storytelling. Every frame is thoughtfully composed and beautifully executed.", tag: "Creative Professional", avatarSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-serious-man-with-curly-hair_176532-7988.jpg", avatarAlt: "Avery Singh", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-serious-man-with-curly-hair_176532-7988.jpg"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Park, Philosophy Student",
|
||||
date: "Date: 5 June 2024",
|
||||
title: "Deeper Meanings Abound",
|
||||
quote: "Beyond the comedy, Futurama tackles existential questions and moral dilemmas. The show respects its audience's intelligence while keeping everything entertaining. It's rare to find that balance.",
|
||||
tag: "Student",
|
||||
avatarSrc: "https://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-looks-camera-olive-green_141793-93004.jpg",
|
||||
avatarAlt: "David Park",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-looks-camera-olive-green_141793-93004.jpg"
|
||||
id: "6", name: "David Park, Philosophy Student", date: "Date: 5 June 2024", title: "Deeper Meanings Abound", quote: "Beyond the comedy, Futurama tackles existential questions and moral dilemmas. The show respects its audience's intelligence while keeping everything entertaining. It's rare to find that balance.", tag: "Student", avatarSrc: "https://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-looks-camera-olive-green_141793-93004.jpg", avatarAlt: "David Park", imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-looks-camera-olive-green_141793-93004.jpg"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -254,36 +179,80 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about Futurama"
|
||||
tag="FAQ"
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Where can I watch Futurama?", content: "Futurama is available on Hulu, which holds the streaming rights to the series. New episodes and movies are regularly added as they become available. You can also find episodes on various other platforms and through purchase options."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How many seasons are there?", content: "Futurama has 7 seasons in total, including the original run (Seasons 1-4) and the revival seasons (Seasons 5-7). Additionally, there are 2 feature-length movies: Bender's Big Score and Into the Wild Green Yonder. A new season has been greenlit for 2024."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Is Futurama suitable for kids?", content: "Futurama is rated TV-14 and contains some adult humor and mild language. While many episodes are family-friendly, some contain references and jokes intended for mature audiences. Parents should preview episodes to determine appropriateness for their children."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Who created Futurama?", content: "Futurama was created by Matt Groening, the mastermind behind The Simpsons. The show was developed in collaboration with David X. Cohen and aired on Fox, later moving to Comedy Central for additional seasons."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Will there be more Futurama content?", content: "Yes! Futurama has been revived multiple times, and new content has been confirmed for production. Hulu has ordered additional seasons, so expect fresh episodes featuring the beloved Planet Express crew in the coming years."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What makes Futurama unique?", content: "Futurama combines sharp sci-fi concepts with genuine humor and surprisingly emotional storytelling. The show respects its audience intelligence, weaves complex narratives, develops characters meaningfully, and isn't afraid to tackle serious themes alongside comedy."
|
||||
}
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/technological-exploration-settlement_23-2151768601.jpg"
|
||||
imageAlt="Futuristic space scene"
|
||||
mediaPosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Stay Connected"
|
||||
title="Join The Futurama Community"
|
||||
description="Subscribe to our newsletter for the latest news, episode discussions, fan theories, and exclusive content updates about Futurama."
|
||||
tagIcon={Zap}
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Subscribe"
|
||||
termsText="We respect your privacy. You can unsubscribe at any time. Check our terms and conditions for more details."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ 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