5 Commits

Author SHA1 Message Date
4d59840fe4 Bob AI: i dont like this hero section, use another one 2026-02-16 18:51:34 +02:00
8fc492dffe Bob AI: make hero title text in red color 2026-02-16 18:49:54 +02:00
fe5027f898 Bob AI: change hero title to Hello World 2026-02-16 18:47:06 +02:00
d76d09a570 Update src/app/page.tsx 2026-02-16 15:49:32 +00:00
56f960b9a0 Merge version_3 into main
Merge version_3 into main
2026-02-16 15:48:19 +00:00
2 changed files with 12 additions and 8 deletions

View File

@@ -44,13 +44,17 @@ export default function FuturamaPage() {
<div id="hero" data-section="hero">
<HeroBillboard
title="Explore the Futurama Universe"
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."
background={{ variant: "sparkles-gradient" }}
tag="New Episodes"
title="Welcome to Futurama"
description="Dive into the absurdly fun universe of Futurama, where the future is a wild ride filled with pizza, robots, and intergalactic intrigue."
background={{ variant: "radial-gradient" }}
tag="Classic Comedy"
buttons={[
{ label: "Watch Now", href: "/watch", dataWebildId: "cta_btn_1" },
{ label: "Meet the Crew", href: "/characters", dataWebildId: "cta_btn_2" }
{ label: "Watch Episodes", href: "/episodes", dataWebildId: "watch_episodes_button" },
{ label: "Meet the Crew", href: "/characters", dataWebildId: "meet_crew_button" }
]}
links={[
{ text: "Seasons", href: "/seasons", dataWebildId: "seasons_link" },
{ text: "Merchandise", href: "/merchandise", dataWebildId: "merchandise_link" }
]}
mediaItems={[
{

View File

@@ -4,7 +4,7 @@
/* --background: #fcf6ec;;
--card: #3b2f4a;;
--foreground: #ffffff;;
--foreground: #ff0000;;
--primary-cta: #a855f7;;
--secondary-cta: #3b2f4a;;
--accent: #8b5cf6;;
@@ -12,7 +12,7 @@
--background: #1e1b26;;
--card: #3b2f4a;;
--foreground: #ffffff;;
--foreground: #ff0000;;
--primary-cta: #a855f7;;
--secondary-cta: #3b2f4a;;
--accent: #8b5cf6;;