Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-05-28 12:10:02 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -85,7 +85,7 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/skilled-experienced-male-engineer-creating-designs-making-drawings_273609-14147.jpg"
imageAlt="Creative person smiling"
mediaAnimation="opacity"
mediaAnimation="slide-up"
/>
</div>
@@ -278,4 +278,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--background: #FFECF0;
--card: #FFF0F5;
--foreground: #4A2033;
--primary-cta: #FF69B4;
--primary-cta-text: #FFFFFF;
--secondary-cta: #ADD8E6;
--secondary-cta-text: #4A2033;
--accent: #FFFF99;
--background-accent: #DDA0DD;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);