10 Commits

Author SHA1 Message Date
8851b7c8b0 Update src/app/page.tsx 2026-02-11 16:20:17 +00:00
4c54707118 Merge version_6 into main
Merge version_6 into main
2026-02-11 16:16:20 +00:00
26496d19b0 Update src/app/page.tsx 2026-02-11 16:16:15 +00:00
d87aa6f433 Merge version_5 into main
Merge version_5 into main
2026-02-11 16:14:10 +00:00
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 <TextAbout
tag="About The Show" tag="About The Show"
tagIcon={Info} tagIcon={Info}
title="A Delivery Boy from the 20th Century Discovers His True Destiny in the Year 3000" title="ANNIVERSARY"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
buttons={[ buttons={[
{ {
@@ -120,7 +120,7 @@ export default function FuturamaPage() {
<div id="episodes" data-section="episodes"> <div id="episodes" data-section="episodes">
<FeatureCardTwentySix <FeatureCardTwentySix
title="Iconic Episodes" title="Episodes"
description="Dive into the most memorable episodes that made Futurama a beloved classic" description="Dive into the most memorable episodes that made Futurama a beloved classic"
tag="Highlights" tag="Highlights"
tagIcon={Star} tagIcon={Star}

View File

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