// ════════════════════════════════════════════════════════
//  PORTFOLIO LINKS — Single source of truth
//  Change any link here and it updates across the site.
// ════════════════════════════════════════════════════════

const LINKS = {

  // ─── Personal ───
  resume: 'https://drive.google.com/file/d/1l_ziq76Iupg8SNvlr7TwctCvYugbcY6r/view?usp=sharing',
  github: 'https://github.com/Darshan2139',
  linkedin: 'https://www.linkedin.com/in/darshan-kachhiya-4b102a24a/',
  email: 'kachhiyadarshan6514@gmail.com',
  profilePhoto: 'https://res.cloudinary.com/ddljrgyvx/image/upload/v1779743403/my_photo_d2sp4h.svg',

  // ─── Project Images ───
  projectImages: {
    nexocrat:    'https://res.cloudinary.com/ddljrgyvx/image/upload/v1779743238/1_ccyehj.svg',
    smartpark:   'https://res.cloudinary.com/ddljrgyvx/image/upload/v1779743239/2_sak8lq.svg',
    nutricare:   'https://res.cloudinary.com/ddljrgyvx/image/upload/v1779743240/6_m50dd0.svg',
    pii:         'https://res.cloudinary.com/ddljrgyvx/image/upload/v1779743239/3_ogdezs.svg',
    cityair:     'https://res.cloudinary.com/ddljrgyvx/image/upload/v1779743240/4_sqh5xk.svg',
    skillmart:   'https://res.cloudinary.com/ddljrgyvx/image/upload/v1779743241/7_te3vxv.svg',
    bananiapp:   'https://res.cloudinary.com/ddljrgyvx/image/upload/v1779743239/5_rpvqx2.svg',
    sscc:        'https://res.cloudinary.com/ddljrgyvx/image/upload/v1779743242/9_nlhtmp.svg',
    tripkrafter: 'https://res.cloudinary.com/ddljrgyvx/image/upload/v1779743240/8_u5dkkg.svg',
  },

  // ─── Project Repos ───
  projectGithub: {
    nexocrat:    'https://github.com/Darshan2139/NexoCrat',
    smartpark:   'https://github.com/Darshan2139/SGP-4-SmartPark',
    nutricare:   'https://github.com/Darshan2139/SGP-3_NutriCare',
    pii:         'https://github.com/MaitrikMakwana/PII-DATA-SANITIZATION',
    cityair:     'https://github.com/Darshan2139/GOVTech',
    skillmart:   'https://github.com/Darshan2139/Skillmart-ce',
    bananiapp:   'https://github.com/Darshan2139/Bananiapp',
    sscc:        'https://github.com/Darshan2139/SSCC',
    tripkrafter: 'https://github.com/AryaKayastha/SGP-1_TripKrafter',
  },

  // ─── Project Live Links ───
  projectLive: {
    nexocrat:    'https://nexocrat.in/',
    smartpark:   'https://sgp-4-smart-park.vercel.app/',
    nutricare:   'https://nutricare-brown.vercel.app/',
    pii:         'https://pii-sanitize-ai.vercel.app/',
    cityair:     'https://city-air-gov.vercel.app/',
    skillmart:   'https://skillmart-ce.vercel.app/',
    bananiapp:   'https://bananiapp.vercel.app/',
    sscc:        'https://sscc-tau.vercel.app/',
    tripkrafter: '',
  },

  // ─── Certification Links ───
  certLinks: {
    deepLearning:    'https://drive.google.com/file/d/1VOElgjPJ8_Z4f_hKr_bQSsuT2A58nLPK/view?usp=drive_link',
    nodejs:          'https://drive.google.com/file/d/1UxHtlPRsIYOLUv_i3Sg_G-VyMyMtQ_qB/view?usp=sharing',
    eda:             'https://drive.google.com/file/d/1UxHtlPRsIYOLUv_i3Sg_G-VyMyMtQ_qB/view?usp=sharing',
    mcp:             'https://drive.google.com/file/d/1AVHC9IV4PkC3ycnetQ9wMeoBXx7wAoHO/view?usp=sharing',
    scientificPaper: 'https://drive.google.com/file/d/1mKTME9RFHEfuLdaCIzdY_u3NBHb8eDCG/view?usp=sharing',
    gdsc:            'https://drive.google.com/file/d/1AVHC9IV4PkC3ycnetQ9wMeoBXx7wAoHO/view?usp=sharing',
  },
};

window.LINKS = LINKS;
