import React from 'react' import OwlCarousel from 'react-owl-carousel' import localImgLoad from '../../lib/localImgLoad' import 'owl.carousel/dist/assets/owl.carousel.css' import 'owl.carousel/dist/assets/owl.theme.default.css' import LazyImage from '../../lib/LazyImage' import Image from 'next/image' export default function FeaturedScreen() { const screen_slider = { loop:true, margin:10, nav:false, autoplay: true, smartSpeed: 1500, center: true, dots: true, responsive:{ 0:{ items:1 }, 600:{ items:2 }, 800:{ items:3 }, 1200:{ items:4 }, 1400:{ items:5 } } } return ( <>

App Screens

Simplicity of use is our goal always. Here are some of our featured screens.

{/* image */} image
{/* image */} image
{/* image */} image
{/* image */} image
{/* image */} image
{/* image */} image
{/* image */} image
) }