Compare commits

...

49 Commits

Author SHA1 Message Date
befa6cde3a Update theme colors 2026-06-14 06:08:08 +00:00
55bf3a8141 Update theme colors 2026-06-14 06:08:05 +00:00
a723be4647 Update theme colors 2026-06-14 06:07:59 +00:00
653841544a Update theme colors 2026-06-14 06:07:49 +00:00
1a8986a9f8 Update theme colors 2026-06-14 06:07:46 +00:00
38fe62c97a Update theme colors 2026-06-14 06:07:39 +00:00
4cf1639816 Update theme colors 2026-06-14 06:07:34 +00:00
76581c83ab Update theme colors 2026-06-14 06:07:17 +00:00
7671818811 Update theme colors 2026-06-14 06:07:04 +00:00
614fa827f8 Update theme colors 2026-06-14 06:06:54 +00:00
e7cc423e32 Update theme colors 2026-06-14 06:06:45 +00:00
88b08700c0 Update theme colors 2026-06-14 06:06:02 +00:00
93ba909b6a Update theme colors 2026-06-14 06:05:49 +00:00
ff39e7f8cd Update theme colors 2026-06-14 06:05:44 +00:00
947f5610eb Update theme colors 2026-06-14 06:05:41 +00:00
1009433a91 Update src/pages/HomePage/sections/Features.tsx 2026-06-14 06:04:19 +00:00
fc373f83d7 Update src/pages/HomePage/sections/Features.tsx 2026-06-14 06:03:54 +00:00
75497448fd Update src/pages/HomePage/sections/Features.tsx 2026-06-14 06:03:09 +00:00
f06831ab3c Update theme fonts 2026-06-14 06:01:22 +00:00
d86d9e53ca Update theme fonts 2026-06-14 06:01:08 +00:00
d98a4c740f Update theme fonts 2026-06-14 06:00:59 +00:00
317b2890cb Update theme fonts 2026-06-14 06:00:42 +00:00
6d7578ec93 Update theme fonts 2026-06-14 06:00:29 +00:00
56fab6cf83 Update theme fonts 2026-06-14 06:00:17 +00:00
3883e4c297 Update theme colors 2026-06-14 06:00:00 +00:00
77da4db20e Update theme colors 2026-06-14 05:59:38 +00:00
43ffaebc83 Update theme colors 2026-06-14 05:59:36 +00:00
7abf615163 Update theme colors 2026-06-14 05:59:28 +00:00
dad1f72701 Update theme colors 2026-06-14 05:59:15 +00:00
48ab814f17 Update theme colors 2026-06-14 05:59:12 +00:00
52ab902dc5 Update theme colors 2026-06-14 05:59:08 +00:00
50ab310ab9 Update theme colors 2026-06-14 05:59:03 +00:00
804a2e5443 Update theme colors 2026-06-14 05:58:56 +00:00
20f6f75d31 Update theme colors 2026-06-14 05:58:48 +00:00
1f551347c7 Update theme colors 2026-06-14 05:58:41 +00:00
b5c5a2cc06 Update theme colors 2026-06-14 05:58:27 +00:00
4acc06c118 Update theme colors 2026-06-14 05:58:24 +00:00
e224e2f5af Update theme colors 2026-06-14 05:58:11 +00:00
5218af5ef3 Update theme colors 2026-06-14 05:57:53 +00:00
fec4d52ae0 Update theme colors 2026-06-14 05:57:43 +00:00
f03bde88df Update theme colors 2026-06-14 05:57:36 +00:00
dca5a619bc Update theme colors 2026-06-14 05:57:22 +00:00
94fbb821cd Update theme colors 2026-06-14 05:57:12 +00:00
7dedbd4dbf Update theme colors 2026-06-14 05:57:09 +00:00
1d14519661 Update theme colors 2026-06-14 05:57:02 +00:00
4f2b5b2df8 Update theme colors 2026-06-14 05:56:53 +00:00
44f2ab0719 Update theme colors 2026-06-14 05:56:48 +00:00
31c7abe505 Update theme colors 2026-06-14 05:56:44 +00:00
995212c254 Update theme colors 2026-06-14 05:56:39 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -1,19 +1,19 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Libre+Baskerville:wght@400;500;600;700&display=swap');
@import "tailwindcss";
@import "./styles/masks.css";
@import "./styles/animations.css";
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #030128;
--card: #241f48;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #030128;
--secondary-cta: #131136;
--secondary-cta-text: #d5d4f6;
--accent: #44358a;
--background-accent: #b597fe;
--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;
/* @layout/border-radius/rounded */
--radius: 1rem;
@@ -88,7 +88,7 @@
--color-background-accent: var(--background-accent);
/* Fonts */
--font-sans: 'Open Sans', sans-serif;
--font-sans: 'Inter', sans-serif;
--font-tight: "Inter Tight", sans-serif;
--font-mono: monospace;
@@ -137,7 +137,7 @@ body {
margin: 0;
background-color: var(--background);
color: var(--foreground);
font-family: 'Open Sans', sans-serif;
font-family: 'Inter', sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -150,7 +150,7 @@ h3,
h4,
h5,
h6 {
font-family: 'Open Sans', sans-serif;
font-family: 'Libre Baskerville', sans-serif;
}
/* Default card/button styles. Template theme.css imports come after this file

View File

@@ -17,17 +17,17 @@ export default function FeaturesSection(): React.JSX.Element {
{
title: "Analog Warmth",
description: "Authentic warmth of classic gear matched with digital fidelity.",
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074265.jpg",
imageSrc: "https://images.pexels.com/photos/33500466/pexels-photo-33500466.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=33500466",
},
{
title: "Dynamic Range",
description: "Experience unparalleled depth and clarity in every beat.",
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-style-piano_23-2151056763.jpg",
imageSrc: "https://images.pexels.com/photos/34263843/pexels-photo-34263843.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=34263843",
},
{
title: "Seamless Integration",
description: "Ready to drop into any workstation or project workflow.",
imageSrc: "http://img.b2bpic.net/free-vector/opened-clapper-neon-sign_1262-15682.jpg",
imageSrc: "https://images.pexels.com/photos/9872962/pexels-photo-9872962.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=9872962",
},
]}
/>