From b52bbab903b465a99d69ae81d13ab26d3d1abdf2 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Tue, 14 Feb 2023 16:03:41 -0800 Subject: [PATCH] Updates to landing pages. --- client/src/landing/Banner0.jsx | 42 ++++++++++++++++--------------- client/src/landing/data.source.js | 25 ++++++++---------- 2 files changed, 32 insertions(+), 35 deletions(-) diff --git a/client/src/landing/Banner0.jsx b/client/src/landing/Banner0.jsx index ba4d7aaee..b07057dfe 100644 --- a/client/src/landing/Banner0.jsx +++ b/client/src/landing/Banner0.jsx @@ -1,5 +1,5 @@ import React from "react"; -import { Button, Space } from "antd"; +import { Button, Card, Space } from "antd"; import { DownOutlined } from "@ant-design/icons"; import QueueAnim from "rc-queue-anim"; import TweenOne from "rc-tween-one"; @@ -19,25 +19,27 @@ class Banner extends React.PureComponent { delay={200} {...dataSource.textWrapper} > -
- {typeof dataSource.title.children === "string" && - dataSource.title.children.match(isImg) ? ( - img - ) : ( - dataSource.title.children - )} -
-
- {dataSource.content.children} -
- - - - + +
+ {typeof dataSource.title.children === "string" && + dataSource.title.children.match(isImg) ? ( + img + ) : ( + dataSource.title.children + )} +
+
+ {dataSource.content.children} +
+ + + + +
- ), + children: , }, content: { className: "banner0-content", - children: i18n.t("landing.hero.title"), + children: null, // i18n.t("landing.hero.title"), }, button: { className: "banner0-button", children: i18n.t("landing.hero.button"), - href: "https://imexsystems.ca/products/imex-online", + href: "https://rometech.com", }, button2: { className: "banner0-button2", @@ -979,9 +977,7 @@ export const Footer10DataSource = { className: "block", title: { className: "logo", - children: ( - - ), + children: , }, childWrapper: { className: "slogan", @@ -1038,7 +1034,7 @@ export const Footer10DataSource = { childWrapper: { children: [ { - href: "https://imexsystems.ca/privacy", + href: "https://www.rometech.com/privacy-policy-2/", name: "link0", children: i18n.t("landing.footer.company.privacypolicy"), }, @@ -1048,12 +1044,12 @@ export const Footer10DataSource = { // children: i18n.t("landing.footer.company.about"), // }, { - href: "/disclaimer", + href: "https://www.rometech.com/end-user-privacy-statement/", name: "link2", children: i18n.t("landing.footer.company.disclaimers"), }, { - href: "https://imexsystems.ca/schedule-a-demo/", + href: "https://www.rometech.com/learn-more-now/", name: "link3", children: i18n.t("landing.footer.company.contact"), }, @@ -1068,8 +1064,7 @@ export const Footer10DataSource = { className: "copyright", children: ( - ©2022 ImEX Systems used under - license. + ©2023 ImEX Systems ), },