13 Commits

Author SHA1 Message Date
17cfd9e7ea Update theme colors 2026-03-05 01:02:10 +00:00
f0290c3353 Update theme colors 2026-03-05 01:01:33 +00:00
03179badbf Update theme colors 2026-03-05 01:00:58 +00:00
ece4f55821 Update theme colors 2026-03-05 01:00:20 +00:00
6d9c8f50f5 Update theme colors 2026-03-05 00:59:37 +00:00
0f6243ca0b Update theme colors 2026-03-05 00:58:55 +00:00
e5b716af96 Update theme colors 2026-03-05 00:55:16 +00:00
4314abd957 Update theme colors 2026-03-05 00:54:09 +00:00
32cc3de7a9 Update theme colors 2026-03-05 00:52:50 +00:00
44e99114a2 Update theme colors 2026-03-05 00:52:17 +00:00
142eb25316 Update theme colors 2026-03-05 00:51:41 +00:00
dbf06456b1 Update theme colors 2026-03-05 00:49:57 +00:00
3a43da015c Update src/app/page.tsx 2026-03-05 00:48:07 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -85,13 +85,13 @@ export default function LandingPage() {
carouselMode="buttons"
features={[
{
title: "Digital Strategy", description: "Data-driven roadmaps that align technology with business objectives", bentoComponent: "globe"},
title: "Digital Strategy", description: "Data-driven roadmaps that align technology with business objectives and drive 3-5x faster decision-making", bentoComponent: "globe"},
{
title: "Brand Design", description: "Compelling visual identities that resonate with your target audience", bentoComponent: "animated-bar-chart"},
title: "Brand Design", description: "Compelling visual identities that resonate with your target audience and increase brand recall by up to 80%", bentoComponent: "animated-bar-chart"},
{
title: "Web Development", description: "Scalable, high-performance web applications built for conversion", bentoComponent: "line-chart"},
title: "Web Development", description: "Scalable, high-performance web applications built for conversion that improve user engagement by 60%+", bentoComponent: "line-chart"},
{
title: "Marketing Technology", description: "Integrated solutions that amplify reach and engagement across channels", bentoComponent: "map"},
title: "Marketing Technology", description: "Integrated solutions that amplify reach and engagement across channels, boosting marketing ROI by 4-6x", bentoComponent: "map"},
]}
/>
</div>

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--card: #ffffff;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--secondary-cta: #000000;
--secondary-cta-text: #fffbfb;
--accent: #000000;
--background-accent: #ffffff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);