6 Commits

Author SHA1 Message Date
3e1a761923 Update theme colors 2026-05-11 05:30:06 +00:00
40b8e5a04e Update theme colors 2026-05-11 05:30:03 +00:00
53abc18808 Update theme colors 2026-05-11 05:29:55 +00:00
2d8a6a9656 Update theme colors 2026-05-11 05:29:50 +00:00
266cc581fc Update src/app/page.tsx 2026-05-11 05:28:12 +00:00
0e556c1b61 Merge version_10 into main
Merge version_10 into main
2026-05-11 05:23:33 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
headingFontWeight="medium"
>
<div style={{
backgroundImage: 'url("https://images.unsplash.com/photo-1544148103-0773bf10d330?q=80&w=2070&auto=format&fit=crop")',
backgroundImage: 'url("https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DI1e2k6EYhFwH9l7rLjtoP3nQ0/uploaded-1778477276470-amtvc9ix.jpg")',
backgroundSize: 'cover',
backgroundPosition: 'center',
backgroundAttachment: 'fixed',

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);