Merge version_7 into main #10

Merged
bender merged 6 commits from version_7 into main 2026-02-13 14:52:28 +00:00
6 changed files with 20 additions and 20 deletions

View File

@@ -89,4 +89,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -1269,4 +1269,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -81,7 +81,7 @@ export default function FuturamaPage() {
<div id="characters" data-section="characters">
<TeamCardTwo
title="Crew"
description="The unforgettable characters "
description="The unforgettable characters "
members={[
{
id: "1", name: "Fry", role: "Delivery Boy", description: "A pizza delivery boy from 1999 who discovers he's the greatest pilot in the universe. Optimistic and lovable despite his questionable decisions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SgGlSmvaVv2SYOkECykbr8Q49/tmp/fry-futurama-1770978396630-b564f7f7.jpg", imageAlt: "Fry character portrait"
@@ -257,4 +257,4 @@ export default function FuturamaPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -302,4 +302,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -193,4 +193,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #341f51;;
--secondary-cta: #ffffff;;
--accent: #6139e6;;
--background-accent: #b3a8e8;; */
/* --background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffe6ffe6;;
--primary-cta: #ff00ff;;
--secondary-cta: #1a1a1a;;
--accent: #ff00ff;;
--background-accent: #8b008b;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #341f51;;
--secondary-cta: #ffffff;;
--accent: #6139e6;;
--background-accent: #b3a8e8;;
--background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffe6ffe6;;
--primary-cta: #ff00ff;;
--secondary-cta: #1a1a1a;;
--accent: #ff00ff;;
--background-accent: #8b008b;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);