3 Commits

Author SHA1 Message Date
aa2356a04a Merge version_2 into main
Merge version_2 into main
2026-03-19 04:18:14 +00:00
9d76d6c658 Update src/app/styles/variables.css 2026-03-19 04:18:10 +00:00
4c726878ce Update src/app/page.tsx 2026-03-19 04:18:10 +00:00
2 changed files with 8 additions and 6 deletions

View File

@@ -95,6 +95,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Services overview section"
containerClassName="flex flex-col items-center justify-center"
/>
</div>
@@ -111,6 +112,7 @@ export default function LandingPage() {
metricsAnimation="slide-up"
useInvertedBackground={false}
ariaLabel="Why choose us metrics section"
metricsContainerClassName="flex flex-wrap items-center justify-center gap-4"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e3deea;
--card: #ffffff;
--foreground: #27231f;
--primary-cta: #27231f;
--background: #fbfaff;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
--accent: #d8cef5;
--background-accent: #c4a8f9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);