import React from 'react'; import downloadThumb from '../../assets/images/download-thumb-1.png'; import downloadThumbTwo from '../../assets/images/download-thumb-2.png'; function DownloadHomeThree({ className }) { return ( <>

Download app today!

Download app for Andraoid today — it's free.

Android

Download app for Android today — it's free.

Download for Android

iOS & iPadOS

Download app for iOS today — it's free.

Download for iOS
); } export default DownloadHomeThree;