From d2228c4ec291826c9b76c83245f9644e1f4fd2fb Mon Sep 17 00:00:00 2001 From: Sriyan Madugula Date: Wed, 14 Aug 2024 22:01:11 -0400 Subject: [PATCH] Setup for companies we worked with section --- config/companies.json | 41 ++++++++++++++++++++++++++++++++++++++--- pages/index.jsx | 2 +- 2 files changed, 39 insertions(+), 4 deletions(-) diff --git a/config/companies.json b/config/companies.json index 1a7e196..655ce93 100644 --- a/config/companies.json +++ b/config/companies.json @@ -7,9 +7,44 @@ "image": "rocket.png" }, { - "name": "Wolverine Trading", - "link": "https://www.wolve.com/", - "image": "wolve.png" + "name": "PwC", + "link": "https://www.pwc.com/", + "image": "pwc.png" + }, + { + "name": "Bloomberg", + "link": "https://www.bloomberg.com/", + "image": "bloomberg.png" + }, + { + "name": "Dominos", + "link": "https://www.dominos.com/", + "image": "dominos.png" + }, + { + "name": "Figma", + "link": "https://www.figma.com/", + "image": "figma.png" + }, + { + "name": "Discover", + "link": "https://www.discover.com/", + "image": "discover.png" + }, + { + "name": "Capital One", + "link": "https://www.capitalone.com/", + "image": "capital-one.png" + }, + { + "name": "Nissan", + "link": "https://www.nissan-global.com/", + "image": "nissan.png" + }, + { + "name": "Rockstar Games", + "link": "https://www.rockstargames.com/", + "image": "rockstar-games.png" } ] } diff --git a/pages/index.jsx b/pages/index.jsx index ffb4127..5e3fed4 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -130,7 +130,7 @@ export default function Home({ companies, sponsors, projects, timeline, communit

- Companies We Work With: + Companies We Worked With: