diff --git a/src/components/Sponsors.astro b/src/components/Sponsors.astro index d351edd..9c38123 100644 --- a/src/components/Sponsors.astro +++ b/src/components/Sponsors.astro @@ -2,12 +2,10 @@ import { Image } from 'astro:assets'; import clouds from '../graphics/clouds_stars.svg'; import sheep from '../graphics/sheep.svg'; -import citrisLogo from '../graphics/sponsors/citris.webp'; -import wealthfrontLogo from '../graphics/sponsors/wealthfront.webp'; -import bstfLogo from '../graphics/sponsors/bstf.webp'; -import notionLogo from '../graphics/sponsors/notion.webp'; -import ffwdLogo from '../graphics/sponsors/ffwd.webp'; -import edgeLogo from '../graphics/sponsors/edge.webp'; +import twoBttnsLogo from '../graphics/sponsors/new_2bttns.webp'; +import twelveLabsLogo from '../graphics/sponsors/new_twelvelabs.webp'; +import hackerEarthLogo from '../graphics/sponsors/new_hackerearth.webp'; +import vespaLogo from '../graphics/sponsors/new_vespa.webp'; ---
@@ -18,23 +16,17 @@ import edgeLogo from '../graphics/sponsors/edge.webp';
- - CITRIS and the Banatao Institute + + 2bttns - - Wealthfront + + HackerEarth - - Berkeley Student Technology Fund + + Twelve Labs - - Notion - - - Fast Forward - - - Edge in Tech Initiaive + + Vespa
diff --git a/src/graphics/sponsors/new_2bttns.webp b/src/graphics/sponsors/new_2bttns.webp new file mode 100644 index 0000000..30f0083 Binary files /dev/null and b/src/graphics/sponsors/new_2bttns.webp differ diff --git a/src/graphics/sponsors/new_hackerearth.webp b/src/graphics/sponsors/new_hackerearth.webp new file mode 100644 index 0000000..4475c18 Binary files /dev/null and b/src/graphics/sponsors/new_hackerearth.webp differ diff --git a/src/graphics/sponsors/new_twelvelabs.webp b/src/graphics/sponsors/new_twelvelabs.webp new file mode 100644 index 0000000..600fc21 Binary files /dev/null and b/src/graphics/sponsors/new_twelvelabs.webp differ diff --git a/src/graphics/sponsors/new_vespa.webp b/src/graphics/sponsors/new_vespa.webp new file mode 100644 index 0000000..eca793c Binary files /dev/null and b/src/graphics/sponsors/new_vespa.webp differ