Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17cfd9e7ea | |||
| f0290c3353 | |||
| 03179badbf | |||
| ece4f55821 | |||
| 6d9c8f50f5 | |||
| 0f6243ca0b | |||
| e5b716af96 | |||
| 4314abd957 | |||
| 32cc3de7a9 | |||
| 44e99114a2 | |||
| 142eb25316 | |||
| dbf06456b1 | |||
| 3a43da015c |
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user