import React, { useState } from 'react'; import { arrowEl } from './arrow'; import './style.css'; const Banner = () => { return (

Discover And Create NFTs

Discover, Create and Sell NFTs On Our NFT Marketplace With Over Thousands Of NFTs And Get a $20 bonus.

{arrowEl}
); }; export default Banner;