diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6471b9c..9c762ce 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" }} /> @@ -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() {