From 2310692b636297901f5d7b1071017ca5640c988d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:44:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f61e5e4..abbd4c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,16 +65,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Strategic Consulting", description: "We begin by understanding your business goals, market position, and user needs. Our strategic approach ensures every design decision drives measurable results.", imageSrc: "http://img.b2bpic.net/free-vector/business-workflow-design-concept_98292-7219.jpg", imageAlt: "strategy icon planning business consultation"}, - { - id: 2, title: "Premium Design", description: "From concept to final pixel, we create visually stunning and intuitive interfaces that reflect your brand identity and delight your users.", imageSrc: "http://img.b2bpic.net/free-vector/colors-flat-art-equipment_23-2147542251.jpg", imageAlt: "design icon creative palette color"}, { - id: 3, + id: 2, title: "Expert Development", description: "Our developers build responsive, scalable solutions using modern technologies. Performance, accessibility, and user experience are always prioritized.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-programming-company-logo-templates-set_23-2148807540.jpg?_wi=1", imageAlt: "development icon code programming technology"}, { - id: 4, + id: 3, title: "Launch & Support", description: "We don't just deliver—we support. From deployment to ongoing optimization, we ensure your digital presence continues to evolve and perform.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-programming-company-logo-templates-set_23-2148807540.jpg?_wi=2", imageAlt: "development icon code programming technology"}, + { + id: 4, + title: "Strategic Consulting", description: "We begin by understanding your business goals, market position, and user needs. Our strategic approach ensures every design decision drives measurable results.", imageSrc: "http://img.b2bpic.net/free-vector/business-workflow-design-concept_98292-7219.jpg", imageAlt: "strategy icon planning business consultation"}, ]} /> -- 2.49.1