diff --git a/.env b/.env new file mode 100644 index 0000000..fbe203b --- /dev/null +++ b/.env @@ -0,0 +1,22 @@ +ESLINT_NO_DEV_ERRORS=true + +NEXT_PUBLIC_AUX_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1" +NEXT_PUBLIC_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1" + +NEXT_PUBLIC_SITE_NAME='WrenchBoard' +NEXT_PUBLIC_DASH_URL='https://dev-users.wrenchboard.com' +NEXT_PUBLIC_DASH_URL_LOGIN="https://dev-users.wrenchboard.com/login?cnt=us" +NEXT_PUBLIC_DASH_URL_SIGNUP="https://dev-users.wrenchboard.com/signup?cnt=us" +NEXT_PUBLIC_ANDROID_APP='https://play.google.com/store/apps/details?id=com.wrenchboard.users' +NEXT_PUBLIC_APPLE_APP='https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8' +NEXT_PUBLIC_FACEBOOK_LINK='https://www.facebook.com/wrenchboard' +NEXT_PUBLIC_TWITTER_LINK='https://twitter.com/wrenchboard/' +NEXT_PUBLIC_LINKEDIN_LINK="https://www.linkedin.com/company/wrenchboard/" +NEXT_PUBLIC_SUPPORT_EMAIL='support@wrenchboard.com' +NEXT_PUBLIC_SUPPORT_PHONE='404 855-7966' +NEXT_PUBLIC_SUPPORT_PHONE_NG='(+420) 336 476 328' +NEXT_PUBLIC_SUPPORT_US_ADDRESS='Cumberland Pkwy, Atlanta GA 30339' +NEXT_PUBLIC_SUPPORT_NG_ADDRESS='Saka Tinubu Street, Victoria Island Lagos, Nigeria' + +#AGENT LINK +NEXT_PUBLIC_AGENT_LINK='https://dev-agents.wrenchboard.com' diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..63c7088 --- /dev/null +++ b/.env.development @@ -0,0 +1,22 @@ +ESLINT_NO_DEV_ERRORS=true + +NEXT_PUBLIC_AUX_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1" +NEXT_PUBLIC_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1" + +NEXT_PUBLIC_SITE_NAME='WrenchBoard' +NEXT_PUBLIC_DASH_URL='https://dev-users.wrenchboard.com' +NEXT_PUBLIC_DASH_URL_LOGIN="https://dev-users.wrenchboard.com/login?cnt=us" +NEXT_PUBLIC_DASH_URL_SIGNUP="https://dev-users.wrenchboard.com/signup?cnt=us" +NEXT_PUBLIC_ANDROID_APP='https://play.google.com/store/apps/details?id=com.wrenchboard.users' +NEXT_PUBLIC_APPLE_APP='https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8' +NEXT_PUBLIC_FACEBOOK_LINK='https://www.facebook.com/wrenchboard' +NEXT_PUBLIC_TWITTER_LINK='https://twitter.com/wrenchboard/' +NEXT_PUBLIC_LINKEDIN_LINK="https://www.linkedin.com/company/wrenchboard/" +NEXT_PUBLIC_SUPPORT_EMAIL='support@wrenchboard.com' +NEXT_PUBLIC_SUPPORT_PHONE='404 855-7966' +NEXT_PUBLIC_SUPPORT_PHONE_NG='(+420) 336 476 328' +NEXT_PUBLIC_SUPPORT_US_ADDRESS='Cumberland Pkwy, Atlanta GA 30339' +NEXT_PUBLIC_SUPPORT_NG_ADDRESS='Saka Tinubu Street, Victoria Island Lagos, Nigeria' + +#AGENT LINK +NEXT_PUBLIC_AGENT_LINK='https://dev-agents.wrenchboard.com' \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..0311f2f --- /dev/null +++ b/.env.production @@ -0,0 +1,22 @@ +ESLINT_NO_DEV_ERRORS=true + +NEXT_PUBLIC_AUX_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1" +NEXT_PUBLIC_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1" + +NEXT_PUBLIC_SITE_NAME='WrenchBoard' +NEXT_PUBLIC_DASH_URL='https://users.wrenchboard.com' +NEXT_PUBLIC_DASH_URL_LOGIN="https://users.wrenchboard.com/login?cnt=us" +NEXT_PUBLIC_DASH_URL_SIGNUP="https://users.wrenchboard.com/signup?cnt=us" +NEXT_PUBLIC_ANDROID_APP='https://play.google.com/store/apps/details?id=com.wrenchboard.users' +NEXT_PUBLIC_APPLE_APP='https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8' +NEXT_PUBLIC_FACEBOOK_LINK='https://www.facebook.com/wrenchboard' +NEXT_PUBLIC_TWITTER_LINK='https://twitter.com/wrenchboard/' +NEXT_PUBLIC_LINKEDIN_LINK="https://www.linkedin.com/company/wrenchboard/" +NEXT_PUBLIC_SUPPORT_EMAIL='support@wrenchboard.com' +NEXT_PUBLIC_SUPPORT_PHONE='404 855-7966' +NEXT_PUBLIC_SUPPORT_PHONE_NG='(+420) 336 476 328' +NEXT_PUBLIC_SUPPORT_US_ADDRESS='Cumberland Pkwy, Atlanta GA 30339' +NEXT_PUBLIC_SUPPORT_NG_ADDRESS='Saka Tinubu Street, Victoria Island Lagos, Nigeria' + +#AGENT LINK +NEXT_PUBLIC_AGENT_LINK='https://agents.wrenchboard.com' \ No newline at end of file diff --git a/app/Mobile/Drawer.js b/app/Mobile/Drawer.js index 4be2598..94224d7 100644 --- a/app/Mobile/Drawer.js +++ b/app/Mobile/Drawer.js @@ -1,6 +1,7 @@ import logo from '../assets/images/wrenchboard-logo-text.png'; import getConfig from "../../Config/config"; // './../../Config/config' import Image from 'next/image'; +import Link from 'next/link' function Drawer({ drawer, action }) { @@ -32,7 +33,7 @@ function Drawer({ drawer, action }) { className="menu-item-has-children active" > - Home + Home
{`It is simple. You can set goals, task, or anything that needs to be done and reward accomplishment. WrenchBoard is the platform to connect opportunities. `}
- + Read More - +