diff --git a/src/components/Home/Blockathon.tsx b/src/components/Home/Blockathon.tsx index 2a6af2a..7a8ada3 100644 --- a/src/components/Home/Blockathon.tsx +++ b/src/components/Home/Blockathon.tsx @@ -1,8 +1,5 @@ -import SpeakerBox from "./SpeakerBox"; import FlareComponent from "./FlareComponent"; -import ReadMore from "./ReadMore"; -import Link from "next/link"; import Container from "../Common/Container"; const Blockathon = () => { @@ -33,7 +30,7 @@ const Blockathon = () => {
-