Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32a9ce764a | |||
| 4e8e54399c | |||
| f777acfe93 | |||
| c3c6402cf8 | |||
| d4911b02e2 | |||
| f9eb511515 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="BlackArtTech"
|
||||
description="Pioneering the intersection of cultural expression and advanced digital engineering. We craft the tools of the future."
|
||||
description="Maximize your creative ROI with enterprise-grade tools built to accelerate professional production and streamline your art-to-market pipeline."
|
||||
buttons={[{ text: "Explore Platforms", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-modern-techno-background-with-abstract-cyber-particles_1048-12198.jpg"
|
||||
/>
|
||||
@@ -193,4 +193,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f0f8ffe6;
|
||||
--primary-cta: #cee7ff;
|
||||
--background: #050505;
|
||||
--card: #121215;
|
||||
--foreground: #f8f9ff;
|
||||
--primary-cta: #ffa500;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta: #1c1c20;
|
||||
--secondary-cta-text: #f0f8ffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
--accent: #00c8ff;
|
||||
--background-accent: #c040ff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user