diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 838c605b..cb4c728c 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -60,6 +60,12 @@ const config = { anonymizeIP: true, }, ], + [ + '@docusaurus/plugin-google-tag-manager', + { + containerId: 'GTM-WQ97QTTR', + }, + ], ], themeConfig: diff --git a/website/package-lock.json b/website/package-lock.json index bfd5f878..e1986ca3 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "@docusaurus/core": "^3.1.0", "@docusaurus/plugin-google-gtag": "^3.1.0", + "@docusaurus/plugin-google-tag-manager": "^3.1.0", "@docusaurus/preset-classic": "^3.1.0", "@mdx-js/react": "^3.0.0", "clsx": "^2.0.0", diff --git a/website/package.json b/website/package.json index f7530b5b..f29ab31d 100644 --- a/website/package.json +++ b/website/package.json @@ -16,6 +16,7 @@ "dependencies": { "@docusaurus/core": "^3.1.0", "@docusaurus/plugin-google-gtag": "^3.1.0", + "@docusaurus/plugin-google-tag-manager": "^3.1.0", "@docusaurus/preset-classic": "^3.1.0", "@mdx-js/react": "^3.0.0", "clsx": "^2.0.0", diff --git a/website/src/components/HomepageFeatures/index.js b/website/src/components/HomepageFeatures/index.js index dece511b..2ad9f11e 100644 --- a/website/src/components/HomepageFeatures/index.js +++ b/website/src/components/HomepageFeatures/index.js @@ -7,27 +7,27 @@ const FeatureList = [ title: 'Open Source', Icon: "⚀", description: ( - <> - Deployment code is fully open source and available on GitHub. You can see what you are going to deploy before deploying it. - + + Deployment code is fully open source and available on GitHub. You can see what you are going to deploy before deploying it. + ), }, { title: 'Scalable', Icon: "⚁", description: ( -
+ Best Practice Blockchain Nodes Deployment Templates and Examples to run across Regions. -
+ ), }, { title: 'Highly Available', Icon: "⚂", description: ( -
+ Multi-Node Highly Available deployment options to run across Availability Zones. -
+ ), }, ];