Update home page.
This commit is contained in:
@@ -124,6 +124,7 @@ export const Banner00DataSource = {
|
|||||||
button: {
|
button: {
|
||||||
className: "banner0-button",
|
className: "banner0-button",
|
||||||
children: i18n.t("landing.hero.button"),
|
children: i18n.t("landing.hero.button"),
|
||||||
|
href: "https://imexsystems.ca",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
export const Content40DataSource = {
|
export const Content40DataSource = {
|
||||||
|
|||||||
@@ -58,13 +58,6 @@ export default class Home extends React.Component {
|
|||||||
}, 500);
|
}, 500);
|
||||||
}
|
}
|
||||||
/* 如果不是 dva 2.0 请删除 end */
|
/* 如果不是 dva 2.0 请删除 end */
|
||||||
|
|
||||||
window.$crisp.push(["set", "session:segments", [["lead"]]]);
|
|
||||||
window.$crisp.push([
|
|
||||||
"set",
|
|
||||||
"session:event",
|
|
||||||
[[["landing-page", {}, "green"]]],
|
|
||||||
]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|||||||
@@ -1631,7 +1631,7 @@
|
|||||||
"slogan": "A whole new kind of shop management system."
|
"slogan": "A whole new kind of shop management system."
|
||||||
},
|
},
|
||||||
"hero": {
|
"hero": {
|
||||||
"button": "Coming Soon",
|
"button": "Learn More",
|
||||||
"title": "A whole new kind of shop management system."
|
"title": "A whole new kind of shop management system."
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
|
|||||||
Reference in New Issue
Block a user