updated markets page

This commit is contained in:
Steven Sarmiento 2021-07-19 21:14:54 -07:00 committed by GitHub
parent b02aae36bd
commit e50ffe82a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import NavBarBeta from '../components/NavBarBeta' import NavBarBeta from '../components/NavBarBeta'
import HeroSection from '../components/HeroSection' import HeroSectionMarkets from '../components/HeroSectionMarkets'
import FeatureSection from '../components/FeatureSection' import FeatureSection from '../components/FeatureSection'
import FooterSection from '../components/FooterSection' import FooterSection from '../components/FooterSection'
@ -8,7 +8,7 @@ const Index = () => {
<div className={`bg-th-bkg-1 text-th-fgd-1 transition-all overflow-hidden`}> <div className={`bg-th-bkg-1 text-th-fgd-1 transition-all overflow-hidden`}>
<div className="w-screen h-2 bg-gradient-to-r from-mango-red via-mango-yellow to-mango-green"></div> <div className="w-screen h-2 bg-gradient-to-r from-mango-red via-mango-yellow to-mango-green"></div>
<NavBarBeta /> <NavBarBeta />
<HeroSection /> <HeroSectionMarkets />
<FeatureSection /> <FeatureSection />
<FooterSection /> <FooterSection />
<div className="w-screen h-2 bg-gradient-to-r from-mango-red via-mango-yellow to-mango-green"></div> <div className="w-screen h-2 bg-gradient-to-r from-mango-red via-mango-yellow to-mango-green"></div>