4 Commits

Author SHA1 Message Date
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: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #b2a28b;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);