const aboutMe = {

    name: {

        first: "Raj",

        last: "Ghosh", 

        pronouns: 'he/him/his',

    },

    experience: {

        Past & curr: 'Management,coordinator,problem solving,negotiation,start a startup,learning new',

    },

    workingOn: 'Finding the next side project',

    learning: 'How to build a large-scale, high platforms',

    socials: {

        linkedin: 'https://www.linkedin.com/in/rajarshighosh7329',

        email: 'rajarshi2302@gmail.com',

    }

}