Remove features tab from index.html

They were just placeholders and I don't have alternative content
This commit is contained in:
2020-10-11 19:09:57 +05:30
parent f3126fbee9
commit 30dfdbe685
+2 -2
View File
@@ -77,7 +77,7 @@ function Home() {
</div>
</div>
</header>
<main>
{/* <main>
{features && features.length > 0 && (
<section className={styles.features}>
<div className="container">
@@ -89,7 +89,7 @@ function Home() {
</div>
</section>
)}
</main>
</main> */}
</Layout>
);
}