6 Commits

Author SHA1 Message Date
a5467ed35c Update theme colors 2026-05-11 02:01:53 +00:00
242082dfdd Update theme colors 2026-05-11 02:01:49 +00:00
82fd7cc7c6 Update theme colors 2026-05-11 02:01:45 +00:00
66709fb88b Update src/app/page.tsx 2026-05-11 01:59:49 +00:00
339fd359af Switch to version 2: modified src/app/page.tsx 2026-05-11 01:59:15 +00:00
4a88277b6e Merge version_3 into main
Merge version_3 into main
2026-05-11 01:57:35 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -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>
); );
} }

View File

@@ -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);