-------------------All the icon imports------------------ import { FcHome, FcReading, FcTodoList, FcVideoCall, FcAbout, FcIdea, FcShop, FcLike, FcBriefcase, FcDisclaimer, FcBusinessContact, } from "react-icons/fc"; import { AiFillAudio } from "react-icons/ai"; import { FaTags, FaDev } from "react-icons/fa"; import { IoLogoTwitter, IoLogoFacebook, IoLogoGithub } from "react-icons/io"; import { RiInstagramFill, RiTwitchLine } from "react-icons/ri"; import { CgShapeHexagon } from "react-icons/cg"; import { GrFormClose } from "react-icons/gr"; -------------For the Left Bar---------------- const tags = [ "react", "graphql", "nodejs", "sass", "javascript", "html", "css", "webdev", "opensource", "beginners", "python", "git", "vscode", "npm", "sql", "ubuntu", "aws", ]; ------------For the Right Bar---------------- const listings = [ { id: 1, mainTitle: "Go/JS/PHP Software engineer looking for new opportunities", subText: "forHire", }, { id: 2, mainTitle: "Live-Coding on YouTube continues tomorrow", subText: "events", }, { id: 3, mainTitle: "Product Designer", subText: "jobs", }, { id: 4, mainTitle: "FREE COURSE, this weekend only: Ship better code faster", subText: "education", }, { id: 5, mainTitle: "MEAN / MERN Stack 100+ Learning Resources {FREE}", subText: "misc", }, ]; const news = [ { id: 1, mainTitle: "Game Dev Digest — Issue #83 - How and Why", newarticle: true, }, { id: 2, mainTitle: "JavaScript News and Updates of February 2021", newarticle: true, }, { id: 3, mainTitle: "🗞 What's new and special in Create Go App CLI v1.7.0?", newarticle: true, }, { id: 4, mainTitle: "Google’s Termination of Dr. Mitchell, Clubhouse Security, Low-Code Tools, & more on DevNews!", subText: "1 comment", newarticle: false, }, { id: 5, mainTitle: "Ember 3.25 Released", newarticle: true, }, ]; const help = [ { id: 1, mainTitle: "How to start a programming blog?", newarticle: true, }, { id: 2, mainTitle: "How to use @yarnpkg/core?", subText: "2 comments", newarticle: false, }, { id: 3, mainTitle: "Need advice regarding web development", subText: "5 comments", newarticle: false, }, ];