Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Book Consultation", href: "#" }]}
|
||||
buttons={[{ text: "Schedule Your Free Consultation", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,4 +158,4 @@ export default function LandscapingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fbfaf8;
|
||||
--card: #f2eee9;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #1a1a1a;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #e6e2db;
|
||||
--secondary-cta-text: #2d5a27;
|
||||
--accent: #b8a995;
|
||||
--background-accent: #e6e2db;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user