diff --git a/src/app/page.tsx b/src/app/page.tsx index dd7df6c..493c8b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,8 +86,8 @@ export default function LandingPage() { tag="How We Work" tagIcon={Lightbulb} features={[ - { id: 1, tag: "Discovery & Strategy", title: "Define Vision", subtitle: "Blueprint for success.", description: "We begin by deeply understanding your brand, goals, and target audience to craft a tailored digital strategy. This foundational phase ensures every pixel serves a purpose.", imageSrc: "https://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1819.jpg", imageAlt: "Team brainstorming creative web strategy" }, - { id: 2, tag: "Design & User Experience", title: "Craft Experience", subtitle: "Intuitive and engaging designs.", description: "Our designers create visually stunning and highly intuitive interfaces. We focus on user-centric design principles, ensuring seamless navigation and memorable interactions.", imageSrc: "https://img.b2bpic.net/free-photo/man-designing-websites-high-angle_23-2149930945.jpg", imageAlt: "Designer working on UI/UX wireframes" }, + { id: 1, tag: "Discovery & Strategy", title: "Define Vision", subtitle: "Blueprint for success.", description: "We begin by deeply understanding your brand, goals, and target audience to craft a tailored digital strategy. This foundational phase ensures every pixel serves a purpose.", imageSrc: "https://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1819.jpg?_wi=1", imageAlt: "Team brainstorming creative web strategy" }, + { id: 2, tag: "Design & User Experience", title: "Craft Experience", subtitle: "Intuitive and engaging designs.", description: "Our designers create visually stunning and highly intuitive interfaces. We focus on user-centric design principles, ensuring seamless navigation and memorable interactions.", imageSrc: "https://img.b2bpic.net/free-photo/man-designing-websites-high-angle_23-2149930945.jpg?_wi=1", imageAlt: "Designer working on UI/UX wireframes" }, { id: 3, tag: "Development & Innovation", title: "Build Solutions", subtitle: "Robust and scalable platforms.", description: "With approved designs, our developers build your platform using cutting-edge technologies. We prioritize clean code, performance, and scalability for future growth.", imageSrc: "https://img.b2bpic.net/free-photo/software-engineer-pc-coding-creating-software-using-isolated-screen-tablet_482257-114490.jpg", imageAlt: "Developer coding a responsive web application" } ]} titleClassName="text-3xl lg:text-4xl" @@ -152,8 +152,8 @@ export default function LandingPage() { tag="Our Workflow" tagIcon={Lightbulb} features={[ - { id: "1", title: "Strategize & Plan", description: "Every successful project starts with a clear vision. We work closely with you to define objectives, scope, and develop a robust strategy.", media: { imageSrc: "https://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1819.jpg" }, items: [{ icon: Check, text: "Market Research & Analysis" }, { icon: Check, text: "Goal Setting & KPIs" }, { icon: Check, text: "Roadmap Development" }], reverse: false }, - { id: "2", title: "Design & Prototype", description: "Our creative team brings your vision to life through stunning visuals and intuitive user experiences. We focus on aesthetics and usability.", media: { imageSrc: "https://img.b2bpic.net/free-photo/man-designing-websites-high-angle_23-2149930945.jpg" }, items: [{ icon: Check, text: "Wireframing & Mockups" }, { icon: Check, text: "UI/UX Design" }, { icon: Check, text: "Interactive Prototypes" }], reverse: true }, + { id: "1", title: "Strategize & Plan", description: "Every successful project starts with a clear vision. We work closely with you to define objectives, scope, and develop a robust strategy.", media: { imageSrc: "https://img.b2bpic.net/free-photo/group-business-people-analysis-with-marketing-report-graph-young-specialists-are-discussing-business-ideas-new-digital-start-up-project_1150-1819.jpg?_wi=2" }, items: [{ icon: Check, text: "Market Research & Analysis" }, { icon: Check, text: "Goal Setting & KPIs" }, { icon: Check, text: "Roadmap Development" }], reverse: false }, + { id: "2", title: "Design & Prototype", description: "Our creative team brings your vision to life through stunning visuals and intuitive user experiences. We focus on aesthetics and usability.", media: { imageSrc: "https://img.b2bpic.net/free-photo/man-designing-websites-high-angle_23-2149930945.jpg?_wi=2" }, items: [{ icon: Check, text: "Wireframing & Mockups" }, { icon: Check, text: "UI/UX Design" }, { icon: Check, text: "Interactive Prototypes" }], reverse: true }, { id: "3", title: "Develop & Iterate", description: "Our developers build high-performance, scalable solutions using modern technologies, with continuous iteration and quality assurance.", media: { imageSrc: "https://img.b2bpic.net/free-photo/professional-person-engaging-with-ai-chatbot-computer-screen_482257-126263.jpg" }, items: [{ icon: Check, text: "Frontend & Backend Development" }, { icon: Check, text: "API Integration" }, { icon: Check, text: "Rigorous Testing" }], reverse: false }, { id: "4", title: "Launch & Optimize", description: "We ensure a seamless launch and provide ongoing support, monitoring performance and optimizing for continuous improvement and growth.", media: { imageSrc: "https://img.b2bpic.net/free-photo/target-development-business-investment_53876-124850.jpg" }, items: [{ icon: Check, text: "Deployment & Hosting" }, { icon: Check, text: "Performance Monitoring" }, { icon: Check, text: "SEO & Analytics Integration" }], reverse: true } ]}