Compare commits

...

15 Commits

Author SHA1 Message Date
7dde699a1f Update theme colors 2026-06-14 06:17:32 +00:00
ca09b62ac2 Update theme colors 2026-06-14 06:17:23 +00:00
b70ff2c7dd Update theme colors 2026-06-14 06:17:21 +00:00
c8b007ae6d Update theme colors 2026-06-14 06:17:10 +00:00
7191d08c69 Update theme colors 2026-06-14 06:16:59 +00:00
922452fff4 Update theme colors 2026-06-14 06:16:57 +00:00
15bd3f81ba Update theme colors 2026-06-14 06:16:48 +00:00
fb1733ae60 Update theme colors 2026-06-14 06:16:40 +00:00
d468776053 Update theme colors 2026-06-14 06:16:38 +00:00
d1386b289d Update theme colors 2026-06-14 06:16:35 +00:00
d7f7c9eb4f Update src/pages/HomePage/sections/Catalog.tsx 2026-06-14 06:14:38 +00:00
475da46fd1 Update src/pages/HomePage/sections/Catalog.tsx 2026-06-14 06:12:29 +00:00
2e3fdb8175 Update src/pages/HomePage/sections/Catalog.tsx 2026-06-14 06:10:18 +00:00
4e472a75bc Update theme colors 2026-06-14 06:08:36 +00:00
5e65015970 Update theme colors 2026-06-14 06:08:25 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #080200;
--card: #1a0d0b;
--foreground: #ffe6d5;
--primary-cta: #ffaa70;
--primary-cta-text: #080200;
--secondary-cta: #170b07;
--secondary-cta-text: #ffe6d5;
--accent: #7b5e4a;
--background-accent: #b8541e;
--background: #000000;
--card: #481f1f;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #280101;
--secondary-cta: #361311;
--secondary-cta-text: #f6d4d4;
--accent: #51000b;
--background-accent: #ff2231;
/* @layout/border-radius/rounded */
--radius: 1rem;

View File

@@ -18,7 +18,7 @@ export default function CatalogSection(): React.JSX.Element {
title: "Cyber Drift",
description: "High-octane synth wave",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-light-lamp-design_23-2151124490.jpg",
imageSrc: "https://images.pexels.com/photos/10194141/pexels-photo-10194141.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=10194141",
},
{
title: "Neon Soul",
@@ -36,7 +36,7 @@ export default function CatalogSection(): React.JSX.Element {
title: "Pulse Flow",
description: "Rhythmic house beats",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/options-choice-changes-arrows-graphic_53876-124373.jpg",
imageSrc: "https://images.pexels.com/photos/9376869/pexels-photo-9376869.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=9376869",
},
{
title: "Glitch Core",
@@ -54,7 +54,7 @@ export default function CatalogSection(): React.JSX.Element {
title: "Zenith",
description: "Ambient cinematic waves",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-glowing-background_23-2151907748.jpg",
imageSrc: "https://images.pexels.com/photos/3069868/pexels-photo-3069868.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=3069868",
},
]}
/>