9 Commits

Author SHA1 Message Date
61d839da7e Update theme colors 2026-03-12 16:21:43 +00:00
b43ac37758 Update theme colors 2026-03-12 16:21:22 +00:00
206012feef Update theme colors 2026-03-12 16:20:33 +00:00
526fb92f06 Update src/app/page.tsx 2026-03-12 16:13:08 +00:00
71b6e93584 Update src/app/styles/variables.css 2026-03-12 16:12:07 +00:00
2c4988e31f Update src/app/page.tsx 2026-03-12 16:12:06 +00:00
bd9f97475f Merge version_2 into main
Merge version_2 into main
2026-03-12 16:01:59 +00:00
8f57cb699f Merge version_2 into main
Merge version_2 into main
2026-03-12 16:01:34 +00:00
1027bb213e Merge version_2 into main
Merge version_2 into main
2026-03-12 16:00:34 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -59,7 +59,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-vector/flat-cms-landing-page_23-2148810276.jpg", imageAlt: "Professional video editing workflow" imageSrc: "http://img.b2bpic.net/free-vector/flat-cms-landing-page_23-2148810276.jpg", imageAlt: "Professional video editing workflow"
}, },
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqr11xPgoMWpk1WRQfTh2E6rXI/uploaded-1773330755185-3gtqkmta.png", imageAlt: "Leysath Lab branding" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqr11xPgoMWpk1WRQfTh2E6rXI/uploaded-1773331873343-z903x0by.jpg", imageAlt: "Leysath Lab branding"
} }
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -319,4 +319,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #0a0a0a;
--card: #ffffff; --card: #1a1a1a;
--foreground: #1c1c1c; --foreground: #f5f5f5;
--primary-cta: #341f51; --primary-cta: #ff0000;
--primary-cta-text: #f5f5f5; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #1a1a1a;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #ffffff;
--accent: #6139e6; --accent: #991b1b;
--background-accent: #b3a8e8; --background-accent: #7f1d1d;
/* 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);