diff --git a/pages/index.js b/pages/index.js index 29e38d8..038ebc7 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,67 +1,82 @@ import styles from "../styles/Home.module.css"; import Link from "next/link"; import { Button } from "@web3uikit/core"; +import { style } from "@mui/system"; +import { STATEMENT_TYPES } from "@babel/types"; +import { StyleSheetManager } from "styled-components"; export default function Home() { return ( -
-
-
-
+ +
+
+
+ + + +
+ +
-
+ rel="noopener noreferrer"> + Discord + + +
  • - twitter + Twitter -
  • - - -
    -
    + +
  • -
    - leNFT is a peer-to-pool NFT lending market. it allows you to get - instant liquidity using your NFTs as collateral -
    + + + +
    + +
    +
    +

    + leNFT is a Peer-To-Pool NFT Liquidity Protocol

    +

    + Borrow using only your NFTs Gain interest on your ETH

    +
    -
    +
    ); } diff --git a/styles/Home.module.css b/styles/Home.module.css index c6aae83..551a3bf 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -32,7 +32,7 @@ } .title a { - color: #0070f3; + color: red; text-decoration: none; } @@ -111,6 +111,70 @@ margin-left: 0.5rem; } +.headerCenter { + display: flex; + -webkit-box-align: center; + align-items: center; + padding: 28px; + left: 0; + right: 0; +} + +.headerLogo { + width: 100%; + max-width: 1600px; + display: flex; + flex-direction: row; + -webkit-box-align: center; + align-items: center; + -webkit-box-pack: justify; + justify-content: space-between; +} + +.headerLogoImg { + width: 4em; + height: 4em; +} + +.nav { + display: flex; + justify-content: flex-end; + -webkit-box-align: center; + align-items: center; + margin-left: 50px; +} + +.nav li { + margin-left: 80px; +} + +.nav a { + text-align: center; + position: relative; +} + +.nav button { + height: 56px; + min-width: 180px; +} + +.indexDescribe { + display: flex; + flex-direction: column; +} + +.indexProtocolDescribe { + padding: 20px; + font-size: 2rem; +} + +.indexProtocolDescribe2 { + padding: 20px; + font-size: 1.5rem; + max-width: 350px; + font-size: 1.5rem; +} + @media (max-width: 600px) { .grid { width: 100%;