Add SBS Solar sponsor with logo and social media links

This commit is contained in:
TheMaddax 2025-10-15 09:00:55 -06:00
parent 95064928cd
commit 8d4c058a85
2 changed files with 9 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View file

@ -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 (
<div className="container mx-auto px-4 py-8">
@ -171,4 +178,4 @@ const Sponsors: React.FC = () => {
);
};
export default Sponsors;
export default Sponsors;