import React from 'react' import styled from '@emotion/styled' import { Box, Container, Grid, Paper, Typography } from '@mui/material'; import { grey } from '@mui/material/colors'; import { DateCalendar } from '@mui/x-date-pickers'; const SuiteAndBTCGraphic = ( ); const CustomDiv = styled.div` background-color: ${(props) => props.theme.palette.primary.brightest}; height: 140vh; width: 100%; display: flex; align-items: center; `; const CalendarPage = () => { return ( Calendar Trade Looking to buy bitcoin? Sell bitcoin? Buy goods and services with bitcoin? Come and meet up with us! Lets change our world one transaction at a time. Education Curious? Skeptical? Can’t get enough? We have monthly meetups where we teach people what BTC is, why it matters, and how it works. Let us show you how BTW can help YOU! Socialize Just feel like hanging out with people that understand the the value of financial empowerment and freedom? We love to get together for coffee, a drink, or a bite and talk about bitcoin and everything else. {SuiteAndBTCGraphic} ) } export default CalendarPage