Merge version_2 into main #8

Merged
bender merged 2 commits from version_2 into main 2026-03-07 23:25:27 +00:00
2 changed files with 8 additions and 7 deletions

View File

@@ -37,6 +37,7 @@ export default function LandingPage() {
]}
button={{ text: "Get Quote", href: "contact" }}
brandName="J&JD Landscaping"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdZmTeEJu87FUnUV3dZwh5Elcq/uploaded-1772925636481-3kdf4vh3.jpg"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #1f7cff;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #1a1a1a;
--primary-cta: #dc2626;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #ffffff;
--accent: #1f7cff;
--background-accent: #f96b2f;
--accent: #2563eb;
--background-accent: #16a34a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);