- {typeof dataSource.title.children === 'string' &&
+ {typeof dataSource.title.children === "string" &&
dataSource.title.children.match(isImg) ? (

) : (
@@ -30,13 +30,18 @@ class Banner extends React.PureComponent {
{dataSource.content.children}
-
+
+
+
+
- ©2021 ImEX Systems used under
+ ©2022 ImEX Systems used under
license.
),
diff --git a/client/src/landing/index.jsx b/client/src/landing/index.jsx
index bf2417019..4fcd55f19 100644
--- a/client/src/landing/index.jsx
+++ b/client/src/landing/index.jsx
@@ -4,27 +4,27 @@ import { enquireScreen } from "enquire-js";
import React from "react";
import Banner0 from "./Banner0";
// import Content4 from "./Content4";
-import Content0 from "./Content0";
-import Content1 from "./Content1";
+//import Content0 from "./Content0";
+//import Content1 from "./Content1";
import {
Banner00DataSource,
// Content40DataSource,
- Content00DataSource,
- Content10DataSource,
+ //Content00DataSource,
+ //Content10DataSource,
// Pricing11DataSource,
// Content30DataSource,
// Content120DataSource,
Footer10DataSource,
- Nav00DataSource,
- Pricing20DataSource,
+ // Nav00DataSource,
+ //Pricing20DataSource,
} from "./data.source";
// import Pricing1 from "./Pricing1";
// import Content3 from "./Content3";
// import Content12 from "./Content12";
import Footer1 from "./Footer1";
import "./less/antMotionStyle.less";
-import Nav0 from "./Nav0";
-import Pricing2 from "./Pricing2";
+// import Nav0 from "./Nav0";
+//import Pricing2 from "./Pricing2";
let isMobile;
enquireScreen((b) => {
@@ -62,64 +62,64 @@ export default class Home extends React.Component {
render() {
const children = [
- ,
+ // ,
,
- ...(process.env.NODE_ENV !== "production"
- ? [
- // ,
- ,
- ,
- ,
- // ,
- // ,
- // ,
- ]
- : []),
+ // ...(process.env.NODE_ENV !== "production"
+ // ? [
+ // // ,
+ // ,
+ // ,
+ // ,
+ // // ,
+ // // ,
+ // // ,
+ // ]
+ // : []),