From 66ea807822168d64c42f4d5d4435b534ad4e3bf3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:41:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf8ca32..f99c535 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,16 +96,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Discovery & Planning", description: "We understand your vision, goals, and target audience through comprehensive research and strategic planning.", imageSrc: "http://img.b2bpic.net/free-vector/web-infographic-concept-with-three-colorful-glossy-web-buttons-business-icons_1284-45076.jpg", imageAlt: "Discovery phase"}, + title: "Discovery & Planning", description: "We understand your vision, goals, and target audience through comprehensive research and strategic planning.", imageSrc: "http://img.b2bpic.net/free-vector/web-infographic-concept-with-three-colorful-glossy-web-buttons-business-icons_1284-45076.jpg?_wi=1", imageAlt: "Discovery phase"}, { id: 2, - title: "Design & Development", description: "Our team creates beautiful, functional designs and builds robust, scalable solutions tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-infographic-element-collection_23-2148344141.jpg", imageAlt: "Development phase"}, + title: "Design & Development", description: "Our team creates beautiful, functional designs and builds robust, scalable solutions tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-infographic-element-collection_23-2148344141.jpg?_wi=1", imageAlt: "Development phase"}, { id: 3, - title: "Testing & Optimization", description: "We rigorously test every aspect and optimize for performance, ensuring a seamless user experience.", imageSrc: "http://img.b2bpic.net/free-vector/web-infographic-concept-with-three-colorful-glossy-web-buttons-business-icons_1284-45076.jpg", imageAlt: "Testing phase"}, + title: "Testing & Optimization", description: "We rigorously test every aspect and optimize for performance, ensuring a seamless user experience.", imageSrc: "http://img.b2bpic.net/free-vector/web-infographic-concept-with-three-colorful-glossy-web-buttons-business-icons_1284-45076.jpg?_wi=2", imageAlt: "Testing phase"}, { id: 4, - title: "Launch & Support", description: "We deploy your project and provide ongoing support to ensure continued success and growth.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-infographic-element-collection_23-2148344141.jpg", imageAlt: "Launch phase"}, + title: "Launch & Support", description: "We deploy your project and provide ongoing support to ensure continued success and growth.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-infographic-element-collection_23-2148344141.jpg?_wi=2", imageAlt: "Launch phase"}, ]} />