Compare commits

...

5 Commits

Author SHA1 Message Date
0d8ca7105f Update theme colors 2026-04-09 21:16:59 +00:00
5a97eef5c4 Update theme colors 2026-04-09 21:16:51 +00:00
e56724ed6f Update theme colors 2026-04-09 21:16:41 +00:00
6f80f0f51f Update src/app/page.tsx 2026-04-09 21:16:02 +00:00
5349259b29 Merge version_4 into main
Merge version_4 into main
2026-04-09 21:14:15 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ export default function LandingPage() {
text: "", onClick: () => window.location.href = "/", href: "/" text: "", onClick: () => window.location.href = "/", href: "/"
}} }}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775769235178-757192uf.jpg" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775769235178-757192uf.jpg"
logoClassName="!w-24 !h-24 md:!w-32 md:!h-32"
/> />
</div> </div>

View File

@@ -13,12 +13,12 @@
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #120a00e6; --foreground: #120a00e6;
--primary-cta: #E34400; --primary-cta: #ff8c42;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #f9f9f9;
--secondary-cta-text: #001a0a; --secondary-cta-text: #120a00e6;
--accent: #e2e2e2; --accent: #e2e2e2;
--background-accent: #E34400; --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);