diff --git a/README.md b/README.md index 78c4d1f..f33f19d 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,7 @@ Also, make sure to create a .env file in express-backend and add `MONGODB_URI = "your_connection_string"` and `TOKEN_SECRET = 1234` + +Project Description: +SafeHaven is a company dedicated to optimizing storage management solutions for businesses. Our product scales easily, displays critical order insights, and is affordably priced. +We offer a seamless inventory and order tracking system, suiting the needs of businesses in many industries. diff --git a/packages/react-frontend/index.html b/packages/react-frontend/index.html index 0c589ec..d9b9d47 100644 --- a/packages/react-frontend/index.html +++ b/packages/react-frontend/index.html @@ -3,6 +3,7 @@ + Vite + React diff --git a/packages/react-frontend/src/Components/Navbar.jsx b/packages/react-frontend/src/Components/Navbar.jsx index 1616427..8ac7b6b 100644 --- a/packages/react-frontend/src/Components/Navbar.jsx +++ b/packages/react-frontend/src/Components/Navbar.jsx @@ -9,6 +9,8 @@ import AddOrders from "../Views/AddOrders"; import OrderStatistics from "../Views/OrderStatistics"; import ProfilePage from "../Views/Profile"; import ProductPage from "../Views/ProductPage"; // Import ProductPage component +import AboutUs from "../Views/AboutUs"; +import TermsAndConds from "../Views/TermsAndConds"; import EditProfile from "../Views/EditProfile"; import "../Styles/Navbar.css"; @@ -31,6 +33,8 @@ function App() { } /> } /> } /> + }/> + }/>