@@ -5,11 +5,12 @@ export default async function Sponsors() {
55 const sponsors = [ '/sponsors/wakefern2.png' , '/sponsors/cloudflare.png' , "/sponsors/Pure-Buttons-Blue-Gradient-Logo-RGB.png" ,
66 "/sponsors/RNBCES_H_RED_BLACK_RGB.png" , "/sponsors/GoogleCloud.png" , "/sponsors/nexos-ai-logo-MAIN-black-horizontal.png" ,
77 "/sponsors/RHNIC_RED_WHITE_RBG.png" , "/sponsors/saily-logo-yellow_2.png" , "/sponsors/NordVPN_Logo_RGB_Primary_Blue_Black.png" ,
8- "/sponsors/Bloomberg_Engineering_black.png" ] ;
8+ "/sponsors/Bloomberg_Engineering_black.png" , "/sponsors/nord1.png" , "/sponsors/nord2.png" , "/sponsors/nord3.png" ] ;
99
1010 const sponsorsLinks = [ 'https://www2.wakefern.com/' , 'https://www.cloudflare.com/' ,
1111 'https://www.purebuttons.com/' , "https://careers.rutgers.edu/" , "https://cloud.google.com/" , "https://nexos.ai/" ,
12- "https://brainhealthinstitute.rutgers.edu/" , "https://saily.com/" , "https://nordvpn.com/" , "https://www.bloomberg.com/company/what-we-do/engineering-cto/" ] ;
12+ "https://brainhealthinstitute.rutgers.edu/" , "https://saily.com/" , "https://nordvpn.com/" , "https://www.bloomberg.com/company/what-we-do/engineering-cto/" ,
13+ "https://www.linkedin.com/company/nord-vpn/" , "https://www.linkedin.com/company/nordpass/" , "https://incogni.com/" , "" ] ;
1314
1415 return (
1516 < div
@@ -27,7 +28,7 @@ export default async function Sponsors() {
2728 key = { index }
2829 className = "relative mb-4 h-[30vh] w-[80vw] md:w-[40vw]"
2930 >
30- < Link href = { sponsorsLinks [ index * 2 + 1 ] } >
31+ < Link href = { sponsorsLinks [ index * 2 ] } >
3132 < Image
3233 src = { sponsorURL }
3334 alt = "Sponsor Logo"
@@ -48,7 +49,7 @@ export default async function Sponsors() {
4849 key = { index }
4950 className = "relative mb-4 h-[30vh] w-[70vw] md:w-[30vw]"
5051 >
51- < Link href = { sponsorsLinks [ index * 2 ] } >
52+ < Link href = { sponsorsLinks [ index * 2 + 1 ] } >
5253 < Image
5354 src = { sponsorURL }
5455 alt = "Sponsor Logo"
0 commit comments