Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c55344e17 | |||
| 5c773536e6 | |||
| 30cb80659e | |||
| aa9140e67b | |||
| 8b991a2ae9 | |||
| c8ba78a86a | |||
| 7c54236055 | |||
| eb36720feb | |||
| 3963f51157 | |||
| e229a65932 | |||
| ab035e908e | |||
| d8596bc70b | |||
| 88444f4e3d |
@@ -43,7 +43,7 @@ export default function FuturamaPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="FUTURAMA"
|
||||
description="Explore the legendary animated series that revolutionized science fiction comedy. Join Fry and the Planet Express crew on their wildest adventures."
|
||||
description="Explore the legendary animated series."
|
||||
buttons={[
|
||||
{ text: "Watch Now", href: "https://www.hulu.com" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
@@ -80,20 +80,20 @@ export default function FuturamaPage() {
|
||||
|
||||
<div id="characters" data-section="characters">
|
||||
<TeamCardTwo
|
||||
title="Meet the Crew"
|
||||
description="The unforgettable characters that make Futurama legendary. Each brings their own quirks, dreams, and hilarious perspectives to the Planet Express crew."
|
||||
title="Crew"
|
||||
description="The unforgettable characters "
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Fry", role: "Delivery Boy", description: "A pizza delivery boy from 1999 who discovers he's the greatest pilot in the universe. Optimistic and lovable despite his questionable decisions.", imageSrc: "https://img.b2bpic.net/free-vector/professional-purchaser-with-tablet-analyzing-market-buyer-customer_1284-16582.jpg", imageAlt: "Fry character portrait"
|
||||
id: "1", name: "Fry", role: "Delivery Boy", description: "A pizza delivery boy from 1999 who discovers he's the greatest pilot in the universe. Optimistic and lovable despite his questionable decisions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/tmp/fry-futurama-1770978396630-b564f7f7.jpg", imageAlt: "Fry character portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Leela", role: "Captain", description: "The one-eyed captain of Planet Express with unmatched piloting skills. Strong-willed, capable, and secretly caring about her crew.", imageSrc: "https://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-37862.jpg", imageAlt: "Leela character portrait"
|
||||
id: "2", name: "Leela", role: "Captain", description: "The one-eyed captain of Planet Express with unmatched piloting skills. Strong-willed, capable, and secretly caring about her crew.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/tmp/leela-futurama-1770987559289-683160a1.jpg", imageAlt: "Leela character portrait"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Bender", role: "Bending Unit", description: "An alcoholic robot with kleptomaniac tendencies. Despite his flaws, he's genuinely loyal to his friends and crewmates.", imageSrc: "https://img.b2bpic.net/free-psd/flat-man-character_23-2151534195.jpg", imageAlt: "Bender character portrait"
|
||||
id: "3", name: "Bender", role: "Bending Unit", description: "An alcoholic robot with kleptomaniac tendencies. Despite his flaws, he's genuinely loyal to his friends and crewmates.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/tmp/bender-futurama-1770987973947-15df465f.jpg", imageAlt: "Bender character portrait"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Professor", role: "Owner & Scientist", description: "The eccentric 160-year-old founder of Planet Express. A brilliant but forgetful scientist who sends his crew on dangerous missions.", imageSrc: "https://img.b2bpic.net/free-vector/salesman-different-situations_23-2147880408.jpg", imageAlt: "Professor character portrait"
|
||||
id: "4", name: "Professor", role: "Owner & Scientist", description: "The eccentric 160-year-old founder of Planet Express. A brilliant but forgetful scientist who sends his crew on dangerous missions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/tmp/professor-futurama-1770991007028-713d7a05.jpg", imageAlt: "Professor character portrait"
|
||||
}
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -110,7 +110,7 @@ export default function FuturamaPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Season 1", name: "Space Pilot 3000", price: "Series Premiere", rating: 5,
|
||||
reviewCount: "12.3k", imageSrc: "https://img.b2bpic.net/free-vector/city-space-scene_1308-31586.jpg", imageAlt: "Fry arrives in the future"
|
||||
reviewCount: "12.3k", imageSrc: "https://img.b2bpic.net/free-vector/technological-background-with-circuit-lines-diagram-blue-color_1017-26290.jpg?id=9106760", imageAlt: "Fry arrives in the future"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Season 3", name: "The Luck of the Fryrish", price: "Fan Favorite", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user