diff --git a/frontend/public/assets/jds_logo.svg b/frontend/public/assets/jds_logo.svg
new file mode 100644
index 0000000..a717126
--- /dev/null
+++ b/frontend/public/assets/jds_logo.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/frontend/public/assets/zurich_logo.svg b/frontend/public/assets/zurich_logo.svg
new file mode 100644
index 0000000..753da8a
--- /dev/null
+++ b/frontend/public/assets/zurich_logo.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/frontend/public/data/sponsorInfos.ts b/frontend/public/data/sponsorInfos.ts
index 25f1a73..f64eade 100644
--- a/frontend/public/data/sponsorInfos.ts
+++ b/frontend/public/data/sponsorInfos.ts
@@ -52,6 +52,12 @@ export const goldLinks: sponsorInfo[] = [
svg: '/assets/safetyculture_logo.svg',
alt: 'SafetyCulture logo',
description: "Get to the root cause of workplace trends with total visibility across your organization. Use data from completed inspections, reported incidents, sensors, and asset history to keep workers safe, and prevent things from happening in the first place"
+ },
+ {
+ href: 'https://www.zurich.com.au/',
+ svg: '/assets/zurich_logo.svg',
+ alt: 'Zurich logo',
+ description: "Zurich is one of the world's most experienced insurers whose strategy focuses on providing the right general insurance and life insurance solutions for its clients"
}
];
@@ -68,6 +74,12 @@ export const silverLinks: sponsorInfo[] = [
alt: 'FlowTraders logo',
description: "Flow Traders is a proprietary trading firm. A market maker, it provides liquidity in the securities market by using high frequency and quantitative trading strategies",
},
+ {
+ href: 'https://www.jds.net.au/',
+ svg: '/assets/jds_logo.svg',
+ alt: 'jds logo',
+ description: "JDS Australia delivers specialist services in a set of technologies and capabilities that ensure critical IT systems work",
+ },
{
href: 'https://www.macquarie.com.au/',
svg: '/assets/macquarie_logo.svg',