diff --git a/client/package.json b/client/package.json index 5f86ceec6..5c05e9556 100644 --- a/client/package.json +++ b/client/package.json @@ -10,7 +10,7 @@ "@fingerprintjs/fingerprintjs": "^3.3.3", "@sentry/react": "^6.19.6", "@sentry/tracing": "^6.19.6", - "@splitsoftware/splitio-react": "^1.3.1-rc.1", + "@splitsoftware/splitio-react": "^1.4.0", "@stripe/react-stripe-js": "^1.7.1", "@stripe/stripe-js": "^1.27.0", "@tanem/react-nprogress": "^4.0.12", @@ -23,7 +23,7 @@ "enquire-js": "^0.2.1", "env-cmd": "^10.1.0", "exifr": "^7.1.3", - "firebase": "^9.6.10", + "firebase": "^9.6.11", "graphql": "^16.3.0", "i18next": "^21.6.16", "i18next-browser-languagedetector": "^6.1.4", @@ -31,7 +31,7 @@ "jsreport-browser-client-dist": "^1.3.0", "libphonenumber-js": "^1.9.51", "logrocket": "^2.2.1", - "markerjs2": "^2.21.0", + "markerjs2": "^2.21.1", "moment-business-days": "^1.2.0", "moment-timezone": "^0.5.34", "phone": "^3.1.15", @@ -48,7 +48,7 @@ "react-drag-listview": "^0.1.9", "react-grid-gallery": "^0.5.5", "react-grid-layout": "^1.3.4", - "react-i18next": "^11.16.5", + "react-i18next": "^11.16.6", "react-icons": "^4.3.1", "react-number-format": "^4.9.1", "react-redux": "^7.2.8", diff --git a/client/src/assets/banner4.jpg b/client/src/assets/banner4.jpg new file mode 100755 index 000000000..74c63656f Binary files /dev/null and b/client/src/assets/banner4.jpg differ diff --git a/client/src/landing/Banner0.jsx b/client/src/landing/Banner0.jsx index 9b8ef68c8..ba4d7aaee 100644 --- a/client/src/landing/Banner0.jsx +++ b/client/src/landing/Banner0.jsx @@ -1,9 +1,9 @@ -import React from 'react'; -import { Button } from 'antd'; -import { DownOutlined } from '@ant-design/icons'; -import QueueAnim from 'rc-queue-anim'; -import TweenOne from 'rc-tween-one'; -import { isImg } from './utils'; +import React from "react"; +import { Button, Space } from "antd"; +import { DownOutlined } from "@ant-design/icons"; +import QueueAnim from "rc-queue-anim"; +import TweenOne from "rc-tween-one"; +import { isImg } from "./utils"; class Banner extends React.PureComponent { render() { @@ -15,12 +15,12 @@ class Banner extends React.PureComponent {