// // components/DownloadApp.tsx
// import React from "react";
// import { Box, Typography, Button } from "@mui/material";
// import Grid from "@mui/material/Grid2";
// const DownloadApp: React.FC = () => {
// return (
//
//
//
// Download ffreedom app
//
//
// Join a community of over 1+ crore registered users on India's No.1 Livelihood Platform
//
//
//
//
//
//
//
//
// Scan the QR code to download ffreedom app
//
//
//
//
//
//
//
//
//
//
// );
// };
// export default DownloadApp;
import React from 'react'
import { Box, Typography, Button, Divider } from '@mui/material'
import Image from 'next/image'
import Grid from '@mui/material/Grid2'
import { Container } from '@mui/system'
const DownloadApp: React.FC = () => {
return (
Download ffreedom app
Join a community of over 1+ crore registered users on India's No.1
Livelihood Platform
{/* */}
{/* */}
{/*
*/}
Scan the QR code to download ffreedom app
Available on
Google Play
Apple Store
)
}
export default DownloadApp