File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -642,16 +642,25 @@ export default function SponsorsPage() {
642642 </ a >
643643 </ div >
644644 { /* 3rd row of silver sponsors */ }
645- < div className = "flex flex-col items-center justify-center lg:mt-4 lg:flex-row" >
645+ < div className = "flex flex-col items-center justify-center lg:mt-4 gap-10 lg:flex-row" >
646646 < a href = "https://appliedracingdynamics.com/" target = "_blank" >
647647 < Image
648648 className = "m-4 lg:m-6"
649649 src = "/sponsor/2026/silver/applied-racing-dynamics-white.png"
650650 alt = "Applied Racing Dynamics"
651- width = { 215 }
651+ width = { 205 }
652652 height = { 150 }
653653 />
654654 </ a >
655+ < a href = "https://sbifin.com/" target = "_blank" >
656+ < Image
657+ className = "m-4 lg:m-6"
658+ src = "/sponsor/2026/silver/santa-barbara-industrial-finishing-logo-white.png"
659+ alt = "Santa Barbara Industrial Finishing"
660+ width = { 230 }
661+ height = { 170 }
662+ />
663+ </ a >
655664 </ div >
656665 { /* bronze sponsors */ }
657666 < h2 className = "mb-8 mt-16 whitespace-pre text-center lg:mt-32" >
You can’t perform that action at this time.
0 commit comments