13 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
4bde697033 Update src/app/styles/variables.css 2026-02-11 15:45:21 +00:00
a61e1cb0bb Update src/app/page.tsx 2026-02-11 15:45:20 +00:00
7c54234f35 Merge version_2 into main
Merge version_2 into main
2026-02-11 14:45:55 +00:00
2 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -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="Episodes"
description="Dive into the most memorable episodes that made Futurama a beloved classic"
tag="Highlights"
tagIcon={Star}

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #e3deea;;
--card: #ffffff;;
--foreground: #27231f;;
--primary-cta: #27231f;;
--secondary-cta: #ffffff;;
--accent: #c68a62;;
--background-accent: #c68a62;; */
/* --background: #010912;;
--card: #3c3c54;;
--foreground: #d4d4d4;;
--primary-cta: #9c27b0;;
--secondary-cta: #6a1b9a;;
--accent: #ff5722;;
--background-accent: #7b1fa2;; */
--background: #e3deea;;
--card: #ffffff;;
--foreground: #27231f;;
--primary-cta: #27231f;;
--secondary-cta: #ffffff;;
--accent: #c68a62;;
--background-accent: #c68a62;;
--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);