From f05d9659d8a8f1f4ea77020bb7278938e4d70d89 Mon Sep 17 00:00:00 2001 From: Darsheel Sharma Date: Tue, 26 May 2026 15:02:50 +0530 Subject: [PATCH] Update sponsors and corporate partners with URLs --- src/data/sponsors.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/sponsors.js b/src/data/sponsors.js index a675544..ffe73a6 100644 --- a/src/data/sponsors.js +++ b/src/data/sponsors.js @@ -1,16 +1,16 @@ export const sponsors = { sponsors: [ - { name: 'BlackHat', logo: 'BH', website: '#', description: 'Cybersecurity training and events.' }, + { name: 'BlackHat', logo: 'BH', website: 'https://blackhatmea.com', description: 'Cybersecurity training and events.' }, // { name: 'Free Website Guys', logo: 'FWG', website: '#', description: 'Professional website development.' }, - { name: 'Duality', logo: 'GM', website: '#', description: 'Food and beverage partner.' }, + { name: 'Duality', logo: 'GM', website: 'https://www.duality.ai/', description: 'Food and beverage partner.' }, { name: 'Microsoft Azure Community', logo: 'HB', website: '#', description: 'Web3 and blockchain ecosystem.' }, - { name: 'InterviewBudyy', logo: 'FF', website: '#', description: 'Financial literacy and support.' }, + { name: 'InterviewBudyy', logo: 'FF', website: 'https://interviewbuddy.net/?srsltid=AfmBOopNZkpNZ5HjaWjVW_sgkEKL7KoGl6cd4kYC9rcYqrlGfTYPV4su', description: 'Financial literacy and support.' }, { name: 'Devfolio', logo: 'DF', website: 'https://devfolio.co', description: 'Hackathon platform and community.' }, { name: 'ETHIndia', logo: 'ETH', website: 'https://ethindia.co', description: 'Ethereum hackathon and ecosystem.' }, ], corporatePartners: [ - { name: 'Nextease Solutions', logo: 'NS', website: '#', description: 'A software development and IT consulting firm.' }, - { name: 'Trainzex AI', logo: 'TAI', website: '#', description: 'A firm providing AI solutions and training.' }, + { name: 'Nextease Solutions', logo: 'NS', website: 'https://www.nexteasesolutions.in/', description: 'A software development and IT consulting firm.' }, + { name: 'Trainzex AI', logo: 'TAI', website: 'https://trainzexai.in', description: 'A firm providing AI solutions and training.' }, ], };