Compare commits
18 Commits
version_35
...
version_53
| Author | SHA1 | Date | |
|---|---|---|---|
| befa6cde3a | |||
| 55bf3a8141 | |||
| a723be4647 | |||
| 653841544a | |||
| 1a8986a9f8 | |||
| 38fe62c97a | |||
| 4cf1639816 | |||
| 76581c83ab | |||
| 7671818811 | |||
| 614fa827f8 | |||
| e7cc423e32 | |||
| 88b08700c0 | |||
| 93ba909b6a | |||
| ff39e7f8cd | |||
| 947f5610eb | |||
| 1009433a91 | |||
| fc373f83d7 | |||
| 75497448fd |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #060000;
|
||||
--card: #1d0d0d;
|
||||
--foreground: #ffe6e6;
|
||||
--primary-cta: #ff3d4a;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #1f0a0a;
|
||||
--secondary-cta-text: #ffe6e6;
|
||||
--accent: #7b2d2d;
|
||||
--background-accent: #b8111f;
|
||||
--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;
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user