Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 716b5a7baf | |||
| 6dbbeb9379 | |||
| ce70265df5 | |||
| 8c98443cab | |||
| 6d57a6ea9b | |||
| 34c3a934b5 | |||
| 25e5ec3247 | |||
| dcedac725e | |||
| aa572738ba | |||
| 42cadc7ecc | |||
| 7c4739b244 |
@@ -52,15 +52,19 @@ 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"
|
||||||
description="Elite Waste Management delivers efficient, professional clearance services across Hemel Hempstead. Sameday availability, fair pricing, and fivestar service every time."
|
description="Elite Waste Management delivers efficient, professional clearance services across Hemel Hempstead. Sameday availability, fair pricing, and fivestar service every time."
|
||||||
buttons={[
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Call Us Now", href: "tel:01442390065"},
|
||||||
{
|
{
|
||||||
text: "Get Your Free Quote Today", href: "#contact"},
|
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"
|
imageAlt="Modern waste management truck in Hemel Hempstead"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fffefe;
|
--background: #000000;
|
||||||
--card: #f6f7f4;
|
--card: #1f4035;
|
||||||
--foreground: #080908;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #0e3a29;
|
--primary-cta: #ffffff;
|
||||||
--primary-cta-text: #fffefe;
|
--primary-cta-text: #051a12;
|
||||||
--secondary-cta: #e7eecd;
|
--secondary-cta: #0d2b1f;
|
||||||
--secondary-cta-text: #080908;
|
--secondary-cta-text: #d4f6e8;
|
||||||
--accent: #35c18b;
|
--accent: #0d5238;
|
||||||
--background-accent: #ecebe4;
|
--background-accent: #10b981;
|
||||||
|
|
||||||
/* 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