Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8d0ff181c | |||
| 323753813a | |||
| 108cf6a3d0 | |||
| 0108ca63e2 | |||
| 5bd4f53e62 |
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
description="Trusted by Cape Cod homeowners for extraordinary, meticulous, and professional home cleaning services. We redefine cleanliness with passion."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Quote", href: "#contact"},
|
||||
text: "Claim Your Free Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-cleaning-house_23-2147917176.jpg"
|
||||
/>
|
||||
@@ -189,4 +189,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--background: #ffffff;
|
||||
--card: #ffffff;
|
||||
--foreground: #0B1F3A;
|
||||
--primary-cta: #0B1F3A;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #e2e2e2;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user