Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 716b5a7baf | |||
| 6dbbeb9379 | |||
| ce70265df5 | |||
| 8c98443cab | |||
| 6d57a6ea9b | |||
| 34c3a934b5 | |||
| 25e5ec3247 | |||
| aa572738ba |
@@ -59,10 +59,12 @@ export default function LandingPage() {
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now", href: "tel:01442390065"},
|
||||
{
|
||||
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"
|
||||
/>
|
||||
@@ -256,4 +258,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000802;
|
||||
--card: #0b1a0b;
|
||||
--foreground: #e6ffe6;
|
||||
--primary-cta: #80da9b;
|
||||
--primary-cta-text: #000802;
|
||||
--secondary-cta: #07170b;
|
||||
--secondary-cta-text: #e6ffe6;
|
||||
--accent: #38714a;
|
||||
--background-accent: #2c6541;
|
||||
--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