3 Commits

Author SHA1 Message Date
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" headingFontWeight="medium"
> >
<div style={{ <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', backgroundSize: 'cover',
backgroundPosition: 'center', backgroundPosition: 'center',
backgroundAttachment: 'fixed', backgroundAttachment: 'fixed',

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f6f0e9; --background: #f7f6f7;
--card: #efe7dd; --card: #ffffff;
--foreground: #2b180a; --foreground: #250c0d;
--primary-cta: #2b180a; --primary-cta: #b82b40;
--primary-cta-text: #f6f0e9; --primary-cta-text: #f7f6f7;
--secondary-cta: #efe7dd; --secondary-cta: #ffffff;
--secondary-cta-text: #2b180a; --secondary-cta-text: #250c0d;
--accent: #94877c; --accent: #b90941;
--background-accent: #afa094; --background-accent: #e8a8b6;
/* 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);