Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d76d09a570 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
@@ -43,27 +43,31 @@ export default function FuturamaPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboardCarousel
|
||||||
title="Explore the Futurama Universe"
|
title="Welcome to the Year 3000"
|
||||||
description="Join Fry, Leela, and Bender on a wild ride through time and space. Discover new adventures and iconic moments in this beloved animated series."
|
description="Step into the wacky world of Futurama, where pizza delivery meets intergalactic adventure. Follow Fry, Leela, and Bender as they navigate comedy, romance, and danger across the universe."
|
||||||
|
tag="Classic Animated Series"
|
||||||
|
tagIcon={Zap}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
tag="New Episodes"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ label: "Watch Now", href: "/watch", dataWebildId: "cta_btn_1" },
|
{ text: "Watch Episodes", href: "episodes" },
|
||||||
{ label: "Meet the Crew", href: "/characters", dataWebildId: "cta_btn_2" }
|
{ text: "Meet the Crew", href: "characters" }
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
|
imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg", imageAlt: "Futurama main cast"
|
||||||
imageAlt: "Futurama main cast"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
|
imageSrc: "https://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918947.jpg", imageAlt: "Planet Express building"
|
||||||
imageAlt: "Planet Express building"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80",
|
imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930734.jpg", imageAlt: "Space adventure scene"
|
||||||
imageAlt: "Space adventure scene"
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/portrait-woman-with-cool-futuristic-superhero-suit_23-2150944792.jpg", imageAlt: "Fry character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/futuristic-portrait-young-girl-with-high-tech_23-2151133489.jpg", imageAlt: "Leela character"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user