import React from 'react' import img1 from '../../../assets/images/secure_data.png' import img2 from '../../../assets/images/functional.png' import img3 from '../../../assets/images/live-chat.png' import img4 from '../../../assets/images/support.png' import img5 from '../../../assets/images/features_frame.png' const Main = ({video}) => { return ( <> {video ?

Features that makes app different!

Lorem Ipsum is simply dummy text of the printing and typese tting
indus orem Ipsum has beenthe standard dummy.

image

Secure data

Lorem Ipsum is simply dummy text of the printing and type setting indus ideas.

image

Fully functional

Simply dummy text of the printing and typesetting indus lorem Ipsum is dummy.

image

Live chat

Lorem Ipsum is simply dummy text of the printing and type setting indus ideas.

image

24-7 Support

Simply dummy text of the printing and typesetting indus lorem Ipsum is dummy.

image
:

Features that makes app different!

Lorem Ipsum is simply dummy text of the printing and typese tting
indus orem Ipsum has beenthe standard dummy.

image

Secure data

Lorem Ipsum is simply dummy text of the printing and type setting indus ideas.

image

Fully functional

Simply dummy text of the printing and typesetting indus lorem Ipsum is dummy.

image

Live chat

Lorem Ipsum is simply dummy text of the printing and type setting indus ideas.

image

24-7 Support

Simply dummy text of the printing and typesetting indus lorem Ipsum is dummy.

image
} ) } export default Main