From 31c81543ad77b21152d04a4cfa8ea536e2b773f5 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 28 Dec 2021 10:39:13 -0800 Subject: [PATCH] Update home page. --- client/src/landing/data.source.js | 1 + client/src/landing/index.jsx | 7 ------- client/src/translations/en_us/common.json | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/client/src/landing/data.source.js b/client/src/landing/data.source.js index d517322b2..768ff6e02 100644 --- a/client/src/landing/data.source.js +++ b/client/src/landing/data.source.js @@ -124,6 +124,7 @@ export const Banner00DataSource = { button: { className: "banner0-button", children: i18n.t("landing.hero.button"), + href: "https://imexsystems.ca", }, }; export const Content40DataSource = { diff --git a/client/src/landing/index.jsx b/client/src/landing/index.jsx index 60dfa1b95..bf2417019 100644 --- a/client/src/landing/index.jsx +++ b/client/src/landing/index.jsx @@ -58,13 +58,6 @@ export default class Home extends React.Component { }, 500); } /* 如果不是 dva 2.0 请删除 end */ - - window.$crisp.push(["set", "session:segments", [["lead"]]]); - window.$crisp.push([ - "set", - "session:event", - [[["landing-page", {}, "green"]]], - ]); } render() { diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index b1e958484..ebaf048f6 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -1631,7 +1631,7 @@ "slogan": "A whole new kind of shop management system." }, "hero": { - "button": "Coming Soon", + "button": "Learn More", "title": "A whole new kind of shop management system." }, "labels": {