diff --git a/src/Components/MobileView.jsx b/src/Components/MobileView.jsx index de9aa1c..245f80d 100644 --- a/src/Components/MobileView.jsx +++ b/src/Components/MobileView.jsx @@ -1,24 +1,217 @@ -import { Box, Button, Image, Modal, ModalContent, ModalFooter, ModalHeader, ModalOverlay } from '@chakra-ui/react' -import React from 'react' -import Mobile from "../assets/mobileWing.png" -import mobileBanner from "../assets/welcome.avif" +import { + Box, + Button, + Heading, + Image, + Modal, + ModalContent, + ModalFooter, + ModalHeader, + ModalOverlay, + Progress, + Stack, + Text, +} from "@chakra-ui/react"; +import React from "react"; +import Mobile from "../assets/mobileWing.png"; +import mobileBanner from "../assets/welcome.avif"; +import { GrDownload } from "react-icons/gr"; +import { LuClock } from "react-icons/lu"; -const MobileView = ({isOpen,onClose,finalRef}) => { +const MobileView = ({ isOpen, onClose, finalRef }) => { return (
- + - - - - - - + + + + + + + + Stock + Closing Date Aug 23 2024 + + + + + + Guinevere Gates + + + BHD 46,258 + + + + 0.0% funded + + + fugit eligendi dolore dolore et + + + + + + Sponsor name: + + + Scott Simon + + + + + Estimated return: + + + A provident veniam + + + + + Hoiding period: + + + Eius eiusmod exericit + + + + + Minimum investment: + + + BHD 1 + + + + + + Key Merits + + + + Sit sunt consequunt Dolores minim suscip + + + + + Investment Documents + + + + + Merrill Rocha + + + + + 0.03 mb + + + + + + + Videos + + + + + + + +
- ) -} + ); +}; -export default MobileView +export default MobileView;