Skip to content

Commit 42ba88f

Browse files
add rapidharness gold sponsor
1 parent 454d65e commit 42ba88f

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

54.7 KB
Loading

src/app/sponsors/page.tsx

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ export default function SponsorsPage() {
535535
</div>
536536
</div>
537537
{/* 4th row of gold sponsors */}
538-
<div className="center-column grid max-w-xl grid-cols-1 gap-8 lg:grid-cols-1">
538+
<div className="mx-auto grid w-full max-w-screen-lg grid-cols-1 gap-8 lg:grid-cols-2">
539539
<div className="flex flex-col items-center">
540540
<div className="flex h-48 flex-col items-center justify-center">
541541
<a href="https://www.solidworks.com/" target="_blank">
@@ -560,6 +560,29 @@ export default function SponsorsPage() {
560560
process.
561561
</p>
562562
</div>
563+
<div className="flex flex-col items-center">
564+
<div className="flex h-48 flex-col items-center justify-center">
565+
<a href="https://rapidharness.com/" target="_blank">
566+
<Image
567+
className="mt-4 lg:mt-8"
568+
src="/sponsor/2026/gold/rapidharness-white.png"
569+
alt="RapidHarness"
570+
width={375}
571+
height={150}
572+
/>
573+
</a>
574+
</div>
575+
<p className="text-sm">
576+
RapidHarness is a full lifecycle CAD solution built for
577+
designing production-ready wire harness schematics. They
578+
have very generously granted our team licenses to their
579+
software, making it significantly easier for Gaucho Racing
580+
to document and develop our drawings and schematics. Support
581+
from RapidHarness lets Gaucho Racing create our wire harness
582+
intuitively, saving us essential time and resources across
583+
the whole team.
584+
</p>
585+
</div>
563586
</div>
564587
</div>
565588
{/* silver sponsors */}

0 commit comments

Comments
 (0)