Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dcedac725e | |||
| 42cadc7ecc | |||
| 7c4739b244 |
@@ -52,6 +52,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
|
className="!w-screen !max-w-full"
|
||||||
|
imageClassName="w-full h-full object-cover"
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-static-grid"}}
|
variant: "downward-rays-static-grid"}}
|
||||||
logoText="Elite Waste Management"
|
logoText="Elite Waste Management"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fffefe;
|
--background: #000802;
|
||||||
--card: #f6f7f4;
|
--card: #0b1a0b;
|
||||||
--foreground: #080908;
|
--foreground: #e6ffe6;
|
||||||
--primary-cta: #0e3a29;
|
--primary-cta: #80da9b;
|
||||||
--primary-cta-text: #fffefe;
|
--primary-cta-text: #000802;
|
||||||
--secondary-cta: #e7eecd;
|
--secondary-cta: #07170b;
|
||||||
--secondary-cta-text: #080908;
|
--secondary-cta-text: #e6ffe6;
|
||||||
--accent: #35c18b;
|
--accent: #38714a;
|
||||||
--background-accent: #ecebe4;
|
--background-accent: #2c6541;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user