Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c98443cab | |||
| 34c3a934b5 | |||
| dcedac725e | |||
| 42cadc7ecc | |||
| 7c4739b244 |
@@ -52,6 +52,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboard
|
||||
className="!w-screen !max-w-full"
|
||||
imageClassName="w-full h-full object-cover"
|
||||
background={{
|
||||
variant: "downward-rays-static-grid"}}
|
||||
logoText="Elite Waste Management"
|
||||
@@ -60,7 +62,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Get Your Free Quote Today", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/autumn-roadside-maintenance-action-municipal-service_169016-70007.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EriBv2wnNfNbHFQ5BQtKPsuseh/tmp/a-green-rubbish-bin-and-some-old-mattere-1781176446154-938293d9.png"
|
||||
imageAlt="Modern waste management truck in Hemel Hempstead"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fffefe;
|
||||
--card: #f6f7f4;
|
||||
--foreground: #080908;
|
||||
--primary-cta: #0e3a29;
|
||||
--primary-cta-text: #fffefe;
|
||||
--secondary-cta: #e7eecd;
|
||||
--secondary-cta-text: #080908;
|
||||
--accent: #35c18b;
|
||||
--background-accent: #ecebe4;
|
||||
--background: #000000;
|
||||
--card: #1f4035;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #051a12;
|
||||
--secondary-cta: #0d2b1f;
|
||||
--secondary-cta-text: #d4f6e8;
|
||||
--accent: #0d5238;
|
||||
--background-accent: #10b981;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user