diff --git a/app/(pre-dashboard)/(landing)/sections/Sponsors.tsx b/app/(pre-dashboard)/(landing)/sections/Sponsors.tsx index d004901..76bbd7b 100644 --- a/app/(pre-dashboard)/(landing)/sections/Sponsors.tsx +++ b/app/(pre-dashboard)/(landing)/sections/Sponsors.tsx @@ -8,7 +8,9 @@ export default async function Sponsors() { '/sponsors/CAIT2.png', '/sponsors/iCIMSWhite.png', '/sponsors/GoogleCloud.png', - '/sponsors/RGC_Logo_Default.png' + '/sponsors/RGC_Logo_Default.png', + '/sponsors/godspeed.png', + '/sponsors/saily-logo-yellow_2.png' ]; const sponsorsLinks = [ @@ -17,7 +19,9 @@ export default async function Sponsors() { 'https://cait.rutgers.edu/about/', 'https://www.icims.com', 'https://cloud.google.com', - 'https://rutgers.campuslabs.com/engage/organization/rgc' + 'https://rutgers.campuslabs.com/engage/organization/rgc', + 'https://saily.com/', + 'https://godspeedapp.com/' ]; return ( diff --git a/public/sponsors/godspeed.png b/public/sponsors/godspeed.png new file mode 100644 index 0000000..b38b585 Binary files /dev/null and b/public/sponsors/godspeed.png differ diff --git a/public/sponsors/saily-logo-yellow_2.png b/public/sponsors/saily-logo-yellow_2.png new file mode 100644 index 0000000..e9b3dad Binary files /dev/null and b/public/sponsors/saily-logo-yellow_2.png differ