// eslint-disable-next-line @typescript-eslint/no-unused-vars import React, { useState } from 'react'; // import styled from 'styled-components'; // import Button from '../lib/Button/Button'; // import Drawer from '../lib/Drawer/Drawer'; // // const Wrap = styled.div` // display: flex; // flex-direction: column; // gap: 50px; // `; // const Home: React.FC = () => { // const [visible, setVisible] = useState(false); // const [visible2, setVisible2] = useState(false); // const [visible3, setVisible3] = useState(false); // const [visible4, setVisible4] = useState(false); // const showDrawer = () => { // setVisible(true); // }; // const onClose = () => { // setVisible(false); // }; // const showDrawer2 = () => { // setVisible2(true); // }; // const onClose2 = () => { // setVisible2(false); // }; // const showDrawer3 = () => { // setVisible3(true); // }; // const onClose3 = () => { // setVisible3(false); // }; // const showDrawer4 = () => { // setVisible4(true); // }; // const onClose4 = () => { // setVisible4(false); // }; // return ( // //
// // // // // //

Some contents...

//

Some contents...

//

Some contents...

//
// //

Some contents...

//

Some contents...

//

Some contents...

//
// //

Some contents...

//

Some contents...

//

Some contents...

//
// //

Some contents...

//

Some contents...

//

Some contents...

//
//
//
// ); // }; // // export default Home;