diff --git a/src/data/supporters.js b/src/data/supporters.js index ca83216..d7a07a7 100644 --- a/src/data/supporters.js +++ b/src/data/supporters.js @@ -4,6 +4,7 @@ import pd4 from "../../static/img/supporters/4pd.png" import CAIH from "../../static/img/supporters/CAIH.png" import CNCR from "../../static/img/supporters/CNCR.png" import XW from "../../static/img/supporters/XW.png" +import iFly from "../../static/img/supporters/iFly.png" const supportersData = [ { @@ -29,6 +30,10 @@ const supportersData = [ { logo: XW, alt: 'XW', + }, + { + logo: iFly, + alt: 'iFly', } ] diff --git a/src/pages/index.js b/src/pages/index.js index 3ddc043..f14cc60 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -62,7 +62,7 @@ export default function Home() { How It Works
- HAMi Control Plane + HAMi Control Plane
HAMi Control Plane diff --git a/static/img/construct.JPG b/static/img/construct.JPG new file mode 100644 index 0000000..21d0670 Binary files /dev/null and b/static/img/construct.JPG differ diff --git a/static/img/construct.png b/static/img/construct.png deleted file mode 100644 index e625636..0000000 Binary files a/static/img/construct.png and /dev/null differ diff --git a/static/img/supporters/iFly.png b/static/img/supporters/iFly.png new file mode 100644 index 0000000..5ae684a Binary files /dev/null and b/static/img/supporters/iFly.png differ