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