Add SBS Solar sponsor with logo and social media links
This commit is contained in:
parent
95064928cd
commit
8d4c058a85
2 changed files with 9 additions and 2 deletions
BIN
client/public/sponsors/sbs-solar.png
Normal file
BIN
client/public/sponsors/sbs-solar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue