import React from "react"; import InterestCard from "../components/Card"; import myInterest from "../data/aboutMe"; import "./../sections/MyInterests.css"; function MyInterests() { const interestList = myInterest.map((i) => { return ; }); return (