Compare commits

..

5 Commits

Author SHA1 Message Date
4485b75d1a Update src/app/styles/variables.css 2026-05-15 16:26:32 +00:00
b430a5ebce Update src/app/page.tsx 2026-05-15 16:26:32 +00:00
159fac70e8 Update src/app/comparison/page.tsx 2026-05-15 16:26:31 +00:00
e9ae83f681 Merge version_23 into main
Merge version_23 into main
2026-05-15 16:24:40 +00:00
4e731c0df2 Merge version_23 into main
Merge version_23 into main
2026-05-15 16:24:16 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -56,4 +56,4 @@ export default function ComparisonPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -141,4 +141,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--card: #ffffff;
--foreground: #000612;
--primary-cta: #ffffff;
--primary-cta-text: #0a0a0a;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #e0e0e0;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background-accent: #f9f9f9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);