import React from 'react'; const WorkProcess = () => { const settings = { dots: false, infinite: true, speed: 500, slidesToShow: 3, slidesToScroll: 1, autoplay: true, arrows: false, responsive: [ { breakpoint: 991, settings: { slidesToShow: 2, } }, { breakpoint: 767, settings: { slidesToShow: 2, } } ] }; return (

01

Strategy & Planning

We understand your business, competitors, and target audience.

02

UI/UX Design

We design wireframes and layouts focused on conversions.

03

Development

Clean coding, speed optimization, and responsive build.

04

Testing & Launch

Complete testing before going live.

); }; export default WorkProcess;