diff --git a/src/app/page.tsx b/src/app/page.tsx index e7215b8..dd1f70b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}, ]} />