diff --git a/client/public/sponsors/sbs-solar.png b/client/public/sponsors/sbs-solar.png new file mode 100644 index 0000000..2ac6631 Binary files /dev/null and b/client/public/sponsors/sbs-solar.png differ diff --git a/client/src/components/Sponsors.tsx b/client/src/components/Sponsors.tsx index 797c01f..4dfe9f5 100644 --- a/client/src/components/Sponsors.tsx +++ b/client/src/components/Sponsors.tsx @@ -126,7 +126,14 @@ const Sponsors: React.FC = () => { facebookUrl: "https://m.facebook.com/gildbrewing/", instagramUrl: "https://www.instagram.com/gildbrewing/" }, - }; + "SBS Solar": { + description: "SBS Solar supports MCDi's mission to serve the Deaf community in Missoula. Their commitment to renewable energy and community engagement aligns with our values of accessibility and sustainability.", + logoPath: "/sponsors/sbs-solar.png", + websiteUrl: "https://www.sbssolar.com/", + facebookUrl: "https://www.facebook.com/sbssolar", + instagramUrl: "https://www.instagram.com/sbssolar/" + }, + }; return (
@@ -171,4 +178,4 @@ const Sponsors: React.FC = () => { ); }; -export default Sponsors; \ No newline at end of file +export default Sponsors;