// Education Information
 
const EDUCATION = [
  {
    institution: 'Yeshwantrao Chavan College of Engineering',
    location: 'Nagpur, Maharashtra, India',
    degree: 'Artificial Intelligence & Data Science Honors (AWS+ Devops)',
    dates: '2021 - 2025',
    description: 'Expected Avg SGPA: 8.34'
  },
  {
    institution: 'G.H.Raisoni Vidya Niketan',
    location: 'India',
    degree: 'CBSE (Class XII)',
    dates: '2020 - 2021',
    description: 'Aggregate: 77.2%'
  },
  {
    institution: 'The Central County School',
    location: 'India',
    degree: 'CBSE (Class X)',
    dates: '2018 - 2019',
    description: 'Aggregate: 91%'
  }
];
 
 
// Education Information
 
const EDUCATION = [
  {
    institution: 'Yeshwantrao Chavan College of Engineering',
    location: 'Nagpur, Maharashtra, India',
    degree: 'Artificial Intelligence & Data Science Honors (AWS+ Devops)',
    dates: '2021 - 2025',
    description: 'Expected Avg SGPA: 8.34'
  },
  {
    institution: 'G.H.Raisoni Vidya Niketan',
    location: 'India',
    degree: 'CBSE (Class XII)',
    dates: '2020 - 2021',
    description: 'Aggregate: 77.2%'
  },
  {
    institution: 'The Central County School',
    location: 'India',
    degree: 'CBSE (Class X)',
    dates: '2018 - 2019',
    description: 'Aggregate: 91%'
  }
];