const hardware = {
  computers: [
    {
      name: 'HP AMD Ryzen 3 3250U with Radeon Graphics 2.60 GHz',
      desc: 'My Primary computer that I use to work everywhere.',
      tags: ['Laptop']
    },
    
    {
      name: 'ReadGear ',
      desc: 'My only mechanical keyboard that too I got as gift for the internship I did',
      tags: ['Keyboard']
    },
    {
      name: 'Verilux',
      desc: 'My only as well as favorite mouse, i use it for everything and the main reason for buying it was it's cool lights',
      tags: ['Mouse']
    }
  ],
  monitors: [
    {
      name: 'I don't own any if any company is looking forward to add me on their PR list i would be more than happy !!! ',
      desc: 'I m open to all types of monitiors ',
      tags: ['Monitor']
    }
  ],
  audio: [
    {
      name: 'Boat Rockerz 450 ',
      desc: 'Pretty awesome headphones.',
      tags: ['Headphone']
    }
   
  ]
}
 
const software = [
  {
    name: 'VSCode',
    desc: 'My main editor, I use it for everything. I use it for writing code, writing notes, writing this page, and even writing this list.',
    tags: ['Editor']
  },
  {
    name: 'AndroidStudio',
    desc: 'I use it to build my Android applictions here. ',
    tags: ['Terminal']
  }
]
 
const hosting = [
  {
    name: 'Netlify',
    desc: "I use it to host my website, it's pretty awesome. I can deploy my website with just a git push.",
    tags: ['Hosting']
  },
  {
    name: 'Render',
    desc: "I host almost everything here may it be API ,static websites or my React , Next apps",
    tags: ['Hosting']
  },
 
 
]
const hardware = {
  computers: [
    {
      name: 'HP AMD Ryzen 3 3250U with Radeon Graphics 2.60 GHz',
      desc: 'My Primary computer that I use to work everywhere.',
      tags: ['Laptop']
    },
    
    {
      name: 'ReadGear ',
      desc: 'My only mechanical keyboard that too I got as gift for the internship I did',
      tags: ['Keyboard']
    },
    {
      name: 'Verilux',
      desc: 'My only as well as favorite mouse, i use it for everything and the main reason for buying it was it's cool lights',
      tags: ['Mouse']
    }
  ],
  monitors: [
    {
      name: 'I don't own any if any company is looking forward to add me on their PR list i would be more than happy !!! ',
      desc: 'I m open to all types of monitiors ',
      tags: ['Monitor']
    }
  ],
  audio: [
    {
      name: 'Boat Rockerz 450 ',
      desc: 'Pretty awesome headphones.',
      tags: ['Headphone']
    }
   
  ]
}
 
const software = [
  {
    name: 'VSCode',
    desc: 'My main editor, I use it for everything. I use it for writing code, writing notes, writing this page, and even writing this list.',
    tags: ['Editor']
  },
  {
    name: 'AndroidStudio',
    desc: 'I use it to build my Android applictions here. ',
    tags: ['Terminal']
  }
]
 
const hosting = [
  {
    name: 'Netlify',
    desc: "I use it to host my website, it's pretty awesome. I can deploy my website with just a git push.",
    tags: ['Hosting']
  },
  {
    name: 'Render',
    desc: "I host almost everything here may it be API ,static websites or my React , Next apps",
    tags: ['Hosting']
  },
 
 
]