Update src/app/page.tsx

This commit is contained in:
2026-03-09 16:41:36 +00:00
parent 5ef3cc79bb
commit 66ea807822

View File

@@ -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"},
]}
/>
</div>