Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cf1216226 | |||
| 8851b7c8b0 | |||
| 4c54707118 | |||
| 26496d19b0 | |||
| d87aa6f433 | |||
| 43b46fbcfc | |||
| 040b8aba39 | |||
| 623edd72bd | |||
| 5a7e2ae7ec | |||
| 7c9b858083 | |||
| 48b6485da6 | |||
| 4bde697033 | |||
| a61e1cb0bb | |||
| 7c54234f35 |
@@ -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}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user