Skip to content

Commit e773643

Browse files
committed
nord
1 parent b04ea77 commit e773643

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

app/(pre-dashboard)/(landing)/sections/Sponsors.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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"

public/sponsors/nord1.png

56.2 KB
Loading

public/sponsors/nord2.png

60.9 KB
Loading

public/sponsors/nord3.png

1.08 MB
Loading

0 commit comments

Comments
 (0)