Skip to content

Commit e2cc4fa

Browse files
Merge pull request #27 from Gaucho-Racing/austin/sponsors-update
Austin/sponsors update
2 parents fa8ccbf + 085e189 commit e2cc4fa

3 files changed

Lines changed: 48 additions & 68 deletions

File tree

11.7 KB
Loading
67.7 KB
Loading

src/app/sponsors/page.tsx

Lines changed: 48 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -156,26 +156,24 @@ export default function SponsorsPage() {
156156
</div>
157157
<div className="flex flex-col items-center">
158158
<div className="flex h-48 flex-col items-center justify-center">
159-
<a href="https://www.singlestore.com/" target="_blank">
159+
<a href="https://www.nocturnalwelding.com/" target="_blank">
160160
<Image
161-
className="mt-4 lg:mt-8"
162-
src="/sponsor/2026/platinum/singlestore-wordmark-white.png"
163-
alt="SingleStore"
164-
width={400}
161+
className="m-4 pt-2 lg:m-8"
162+
src="/sponsor/2026/platinum/nocturnal-welding-logo-white.png"
163+
alt="Nocturnal Welding"
164+
width={190}
165165
height={200}
166166
/>
167167
</a>
168168
</div>
169169
<p className="text-sm">
170-
SingleStore is a premier provider of scalable, high-speed
171-
database management systems known for their ability to support
172-
real-time analytics and operational intelligence. Our Formula
173-
SAE team has been granted access to SingleStore's software,
174-
allowing us to efficiently process and analyze data collected
175-
from our race car. Singlestore's software has proven essential
176-
in optimizing our vehicle's performance, demonstrating the
177-
power of advanced data management in a competitive engineering
178-
environment.
170+
Elijah Langworthy, AKA Nocturnal Welding, is a local machinist
171+
and welder in the Camarillo Area. He has been instrumental in
172+
our team since our formation and has helped our team
173+
manufacture components, including welding our accumulator
174+
container for GR24 and our decoupled suspension modules for
175+
GR25. His crucial work has helped ensure that our critical
176+
components are completed with high quality and accuracy.
179177
</p>
180178
</div>
181179
</div>
@@ -348,30 +346,24 @@ export default function SponsorsPage() {
348346
</div>
349347

350348
{/* 6th row of platinum sponsors*/}
351-
<div className="center-column grid max-w-xl grid-cols-1 gap-8 lg:grid-cols-1">
349+
{/* <div className="center-column grid max-w-xl grid-cols-1 gap-8 lg:grid-cols-1">
352350
<div className="flex flex-col items-center">
353351
<div className="flex h-48 flex-col items-center justify-center">
354-
<a href="https://www.nocturnalwelding.com/" target="_blank">
352+
<a href="https://www.XXXXXXXX.com/" target="_blank">
355353
<Image
356354
className="m-4 lg:m-8"
357-
src="/sponsor/2026/platinum/nocturnal-welding-logo-white.png"
358-
alt="Nocturnal Welding"
355+
src="/sponsor/XXXX/platinum/XXXXXX.png"
356+
alt="XXXXXXX"
359357
width={190}
360358
height={200}
361359
/>
362360
</a>
363361
</div>
364362
<p className="text-sm">
365-
Elijah Langworthy, AKA Nocturnal Welding, is a local machinist
366-
and welder in the Camarillo Area. He has been instrumental in
367-
our team since our formation and has helped our team
368-
manufacture components, including welding our accumulator
369-
container for GR24 and our decoupled suspension modules for
370-
GR25. His crucial work has helped ensure that our critical
371-
components are completed with high quality and accuracy.
363+
INSERT BODY TEXT
372364
</p>
373365
</div>
374-
</div>
366+
</div> */}
375367
</div>
376368

377369
{/* gold sponsors */}
@@ -511,31 +503,30 @@ export default function SponsorsPage() {
511503
</div>
512504
<div className="flex flex-col items-center">
513505
<div className="flex h-48 flex-col items-center justify-center">
514-
<a href="https://hexagon.com/" target="_blank">
506+
<a href="https://rapidharness.com/" target="_blank">
515507
<Image
516508
className="mt-4 lg:mt-8"
517-
src="/sponsor/2026/gold/hexagon-white.png"
518-
alt="Hexagon"
519-
width={275}
520-
height={100}
509+
src="/sponsor/2026/gold/rapidharness-white.png"
510+
alt="RapidHarness"
511+
width={375}
512+
height={150}
521513
/>
522514
</a>
523515
</div>
524516
<p className="text-sm">
525-
Hexagon is an international, multidisciplinary powerhouse
526-
focused in various sectors including surveying, manufacturing,
527-
aerospace, agriculture, and healthcare. Our team utilizes
528-
their simulation software including Adams, a industry standard
529-
vehicle dynamics simulation platform. With this software, our
530-
team is able to efficiently map our suspension geometry,
531-
simulate and visualize lap times, and gain a better
532-
understanding of our car, giving us a competitive edge in
533-
FSAE.
517+
RapidHarness is a full lifecycle CAD solution built for
518+
designing production-ready wire harness schematics. They have
519+
very generously granted our team licenses to their software,
520+
making it significantly easier for Gaucho Racing to document
521+
and develop our drawings and schematics. Support from
522+
RapidHarness lets Gaucho Racing create our wire harness
523+
intuitively, saving us essential time and resources across the
524+
whole team.
534525
</p>
535526
</div>
536527
</div>
537528
{/* 4th row of gold sponsors */}
538-
<div className="mx-auto grid w-full max-w-screen-lg grid-cols-1 gap-8 lg:grid-cols-2">
529+
<div className="center-column grid max-w-xl grid-cols-1 gap-8 lg:grid-cols-1">
539530
<div className="flex flex-col items-center">
540531
<div className="flex h-48 flex-col items-center justify-center">
541532
<a href="https://www.solidworks.com/" target="_blank">
@@ -560,29 +551,6 @@ export default function SponsorsPage() {
560551
process.
561552
</p>
562553
</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 have
578-
very generously granted our team licenses to their software,
579-
making it significantly easier for Gaucho Racing to document
580-
and develop our drawings and schematics. Support from
581-
RapidHarness lets Gaucho Racing create our wire harness
582-
intuitively, saving us essential time and resources across the
583-
whole team.
584-
</p>
585-
</div>
586554
</div>
587555
</div>
588556
{/* silver sponsors */}
@@ -673,16 +641,28 @@ export default function SponsorsPage() {
673641
/>
674642
</a>
675643
</div>
644+
{/* 3rd row of silver sponsors */}
645+
<div className="flex flex-col items-center justify-center lg:mt-4 lg:flex-row">
646+
<a href="https://appliedracingdynamics.com/" target="_blank">
647+
<Image
648+
className="m-4 lg:m-6"
649+
src="/sponsor/2026/silver/applied-racing-dynamics-white.png"
650+
alt="Applied Racing Dynamics"
651+
width={215}
652+
height={150}
653+
/>
654+
</a>
655+
</div>
676656
{/* bronze sponsors */}
677657
<h2 className="mb-8 mt-16 whitespace-pre text-center lg:mt-32">
678658
BRONZE &nbsp;SPONSORS
679659
</h2>
680660
<div className="flex flex-col items-center justify-center lg:mt-8 lg:flex-row">
681-
<a href="https://www.confluent.io/" target="_blank">
661+
<a href="https://allindustrial.com" target="_blank">
682662
<Image
683-
className="m-4 lg:mr-0"
684-
src="/sponsor/2026/bronze/confluent-white.png"
685-
alt="Confluent"
663+
className="m-4 pr-8 lg:mr-0"
664+
src="/sponsor/2026/bronze/all-industrial-tool-supply-white.png"
665+
alt="All Industrial Tool Supply"
686666
width={200}
687667
height={100}
688668
/>

0 commit comments

Comments
 (0)