From 8a3df71b372f37f07090985db5fefe6c3ee0faaf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 10:15:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f90fd6..4981c41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,17 +88,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Design Systems", description: "Unified UI languages built for scale.", bentoComponent: "media-stack", items: [ + title: "Design Systems", description: "Establish a scalable, unified UI language that accelerates production and ensures brand consistency.", bentoComponent: "media-stack", items: [ { imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template_23-2148237058.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/stationery-business-visiting-cards-flat-lay_23-2148500535.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-with-headphones-analyzes-online-statistics_53876-94865.jpg" }, ] }, { - title: "Analytics", description: "Data-driven design insights.", bentoComponent: "globe" + title: "Analytics", description: "Leverage real-time user data to refine digital interactions and maximize conversion rates.", bentoComponent: "globe" }, { - title: "Strategy", description: "Product strategy to market.", bentoComponent: "timeline", heading: "Process", subheading: "Proven Methodology", items: [ + title: "Strategy", description: "Align your product roadmap with market demands to secure competitive advantage and sustained growth.", bentoComponent: "timeline", heading: "Process", subheading: "Proven Methodology", items: [ { label: "Define", detail: "Goals" }, { label: "Design", detail: "Concepts" }, { label: "Deliver", detail: "Launch" }, -- 2.49.1