File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,12 @@ export default function SponsorsAndPartners() {
107107
108108 < SponsorRow >
109109 < GigaBox >
110- < SponsorUnrevealed />
110+ < SponsorLogo
111+ imageSrc = { "/Sponsors/HP.png" }
112+ imageAlt = { "HP" }
113+ sponsorLink = { "https://www.hp.com/" }
114+ smallPadding
115+ />
111116 </ GigaBox >
112117 < GigaBox >
113118 < SponsorUnrevealed />
@@ -123,10 +128,20 @@ export default function SponsorsAndPartners() {
123128 />
124129 </ MegaBox >
125130 < MegaBox >
126- < SponsorUnrevealed />
131+ < SponsorLogo
132+ imageSrc = { "/Sponsors/Smadex.svg" }
133+ imageAlt = { "Smadex" }
134+ sponsorLink = { "https://www.smadex.com/" }
135+ smallPadding
136+ />
127137 </ MegaBox >
128138 < MegaBox >
129- < SponsorUnrevealed />
139+ < SponsorLogo
140+ imageSrc = { "/Sponsors/Skyscanner.png" }
141+ imageAlt = { "Skyscanner" }
142+ sponsorLink = { "https://www.skyscanner.com/" }
143+ smallPadding
144+ />
130145 </ MegaBox >
131146 < MegaBox >
132147 < SponsorUnrevealed />
@@ -135,7 +150,12 @@ export default function SponsorsAndPartners() {
135150
136151 < SponsorRow >
137152 < KiloBox >
138- < SponsorUnrevealed />
153+ < SponsorLogo
154+ imageSrc = { "/Sponsors/Airbus.png" }
155+ imageAlt = { "Airbus" }
156+ sponsorLink = { "https://www.airbus.com/" }
157+ smallPadding
158+ />
139159 </ KiloBox >
140160 </ SponsorRow >
141161 </ SponsorsBlock >
You can’t perform that action at this time.
0 commit comments