Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5467ed35c | |||
| 242082dfdd | |||
| 82fd7cc7c6 | |||
| 66709fb88b | |||
| 339fd359af | |||
| 4a88277b6e |
@@ -144,7 +144,7 @@ export default function LandscapingPage() {
|
|||||||
text="Ready to transform your vision into reality? Our consultants are here to discuss your project requirements."
|
text="Ready to transform your vision into reality? Our consultants are here to discuss your project requirements."
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
buttons={[{ text: "Book Consultation", href: "#" }]}
|
buttons={[{ text: "Schedule Your Free Consultation", href: "#" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -158,4 +158,4 @@ export default function LandscapingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fbfaf8;
|
--background: #ffffff;
|
||||||
--card: #f2eee9;
|
--card: #f9f9f9;
|
||||||
--foreground: #1a1a1a;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #1a1a1a;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #e6e2db;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #2d5a27;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #b8a995;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #e6e2db;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* 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