Skip to content

Commit 0723665

Browse files
add SB Ind. Finishing silver sponsor
1 parent 4de473a commit 0723665

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

24.6 KB
Loading

src/app/sponsors/page.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)