// // 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 // // // // // // QR Code // // // 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 ( Logo Download ffreedom app Join a community of over 1+ crore registered users on India's No.1 Livelihood Platform {/* */} {/* */} {/* */} Logo Scan the QR code to download ffreedom app Available on Logo Google Play Logo Apple Store Logo ) } export default DownloadApp