Compare commits
4 Commits
version_10
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 48b555792d | |||
| 24be41a69a | |||
| 4d59840fe4 | |||
| 8fc492dffe |
@@ -44,7 +44,7 @@ export default function FuturamaPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
title="Hello World"
|
||||
title="Welcome to the Year 3000"
|
||||
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}
|
||||
|
||||
@@ -4,15 +4,15 @@
|
||||
|
||||
/* --background: #fcf6ec;;
|
||||
--card: #3b2f4a;;
|
||||
--foreground: #ffffff;;
|
||||
--foreground: #ff0000;;
|
||||
--primary-cta: #a855f7;;
|
||||
--secondary-cta: #3b2f4a;;
|
||||
--accent: #8b5cf6;;
|
||||
--background-accent: #8b5cf6;; */
|
||||
|
||||
--background: #1e1b26;;
|
||||
--background: url('hero-background.jpg') no-repeat center center/cover;;
|
||||
--card: #3b2f4a;;
|
||||
--foreground: #ffffff;;
|
||||
--foreground: #ff0000;;
|
||||
--primary-cta: #a855f7;;
|
||||
--secondary-cta: #3b2f4a;;
|
||||
--accent: #8b5cf6;;
|
||||
|
||||
Reference in New Issue
Block a user