diff --git a/public/sponsors/HMSLogo.png b/public/sponsors/HMSLogo.png new file mode 100644 index 0000000..1595d5c Binary files /dev/null and b/public/sponsors/HMSLogo.png differ diff --git a/public/sponsors/MakPlateLogo.png b/public/sponsors/MakPlateLogo.png new file mode 100644 index 0000000..a7d6f86 Binary files /dev/null and b/public/sponsors/MakPlateLogo.png differ diff --git a/src/app/sponsors/page.tsx b/src/app/sponsors/page.tsx index 907a049..93491ff 100644 --- a/src/app/sponsors/page.tsx +++ b/src/app/sponsors/page.tsx @@ -126,6 +126,12 @@ export default function SponsorsPage() { logo: "LightningChartLogo.png", website: "https://lightningchart.com/", }, + { + name: "MakPlate", + description: "Contributing to our racing success", + logo: "MakPlateLogo.png", + website: "#" + }, { name: "Total Phase", logo: "totalphase-high-res.png", // converted from their SVG logo @@ -188,6 +194,12 @@ export default function SponsorsPage() { logo: "RedBullLogo.svg", website: "https://redbull.com", }, + { + name: "HMS", + description: "Essential support for our operations", + logo: "HMSLogo.png", + website: "#" + }, ], };