6 Commits

Author SHA1 Message Date
43b46fbcfc Update src/app/page.tsx 2026-02-11 16:14:05 +00:00
040b8aba39 Merge version_4 into main
Merge version_4 into main
2026-02-11 16:02:19 +00:00
623edd72bd Update src/app/page.tsx 2026-02-11 16:02:14 +00:00
5a7e2ae7ec Bob AI: change theme to dark purple 2026-02-11 15:58:43 +00:00
7c9b858083 Bob AI: change theme to dark magento 2026-02-11 15:57:47 +00:00
48b6485da6 Merge version_3 into main
Merge version_3 into main
2026-02-11 15:45:26 +00:00
2 changed files with 15 additions and 15 deletions

View File

@@ -85,7 +85,7 @@ export default function FuturamaPage() {
<TextAbout
tag="About The Show"
tagIcon={Info}
title="A Delivery Boy from the 20th Century Discovers His True Destiny in the Year 3000"
title="ANNIVERSARY"
useInvertedBackground="noInvert"
buttons={[
{
@@ -120,7 +120,7 @@ export default function FuturamaPage() {
<div id="episodes" data-section="episodes">
<FeatureCardTwentySix
title="Iconic Episodes"
title="Top Episodes"
description="Dive into the most memorable episodes that made Futurama a beloved classic"
tag="Highlights"
tagIcon={Star}

View File

@@ -3,20 +3,20 @@
/* --vw is set by ThemeProvider */
/* --background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--secondary-cta: #0e1a29;;
--accent: #3f5c79;;
--background-accent: #004a93;; */
--card: #3c3c54;;
--foreground: #d4d4d4;;
--primary-cta: #9c27b0;;
--secondary-cta: #6a1b9a;;
--accent: #ff5722;;
--background-accent: #7b1fa2;; */
--background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--secondary-cta: #0e1a29;;
--accent: #3f5c79;;
--background-accent: #004a93;;
--background: #1e1e2f;;
--card: #3c3c54;;
--foreground: #d4d4d4;;
--primary-cta: #9c27b0;;
--secondary-cta: #6a1b9a;;
--accent: #ff5722;;
--background-accent: #7b1fa2;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);