From 9bb60fa4e016c03a0a8eb6fa88aa3dce0ebb14ff Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 20 Mar 2023 22:06:00 +0100 Subject: [PATCH] added terms and privacy page text content --- .env | 2 + src/App.js | 2 + src/components/Footer.js | 2 +- src/pages/Privacy.js | 273 +++++++++++++++ src/pages/Terms.js | 702 ++++++++++++++++++++++++++------------- 5 files changed, 758 insertions(+), 223 deletions(-) create mode 100644 .env create mode 100644 src/pages/Privacy.js diff --git a/.env b/.env new file mode 100644 index 0000000..eb7720a --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +REACT_APP_APPSITE='http://welcome.float.sg' +REACT_APP_EMAIL='support@float.sg' \ No newline at end of file diff --git a/src/App.js b/src/App.js index 72cc9ed..fc3f99b 100644 --- a/src/App.js +++ b/src/App.js @@ -15,6 +15,7 @@ import Contacts from './pages/Contacts'; import FloatHome from './pages/FloatHome'; import Users from './pages/Users'; import Fleet from './pages/Fleet'; +import Privacy from './pages/Privacy'; @@ -48,6 +49,7 @@ function App() { } /> } /> } /> + } />