Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d960ef3ad3 | |||
| 16a53cc8d1 | |||
| bb2b059645 | |||
| 7b546c0ec6 |
@@ -113,9 +113,9 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
tag="Let's Get Started"
|
tag="Get In Touch"
|
||||||
title="Contact Niño's Lawncare"
|
title="Book Your Lawn Service"
|
||||||
description="Need a quote? Reach out via phone, email, or our contact form."
|
description="Call (903) 424-5782, email jnino433@gmail.com, or use the form below."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #001a0a;
|
||||||
--card: #1a1a1a;
|
--card: #072b15;
|
||||||
--foreground: #f5f5f5;
|
--foreground: #f5fcf5;
|
||||||
--primary-cta: #80da9b;
|
--primary-cta: #8b5cf6;
|
||||||
--primary-cta-text: #000802;
|
--primary-cta-text: #000802;
|
||||||
--secondary-cta: #c89bff;
|
--secondary-cta: #1a0d0b;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #38714a;
|
--accent: #c4a8f9;
|
||||||
--background-accent: #1a0d0b;
|
--background-accent: #003314;
|
||||||
|
|
||||||
/* 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