From b308e22b6d3d9637e2c877e4cf45c3b4f489782b Mon Sep 17 00:00:00 2001 From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:31:04 +0530 Subject: [PATCH] updated --- src/Components/MobileView.jsx | 223 +++++++++++++++++++++++++++++++--- 1 file changed, 208 insertions(+), 15 deletions(-) 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;