diff --git a/src/App.js b/src/App.js index 8b45bc0..bbfaf05 100644 --- a/src/App.js +++ b/src/App.js @@ -29,6 +29,8 @@ import ForgetPassword from "./Pages/ForgetPassword"; import ExpertBaristas from "./Pages/ExpertBaristas"; import Reviews from "./componets/Reviews"; +import Terms from "./Pages/Terms"; + const AppContainer = styled.div` display: flex; flex-direction: column; @@ -68,7 +70,7 @@ function App() { } /> } /> } /> - + } /> } /> } /> diff --git a/src/Pages/Register.js b/src/Pages/Register.js index 8e1cd81..97eaea8 100644 --- a/src/Pages/Register.js +++ b/src/Pages/Register.js @@ -60,6 +60,9 @@ function SignupPage() { className="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-[#6D4C41]" /> +

+ By creating an account, you agree with the Terms and conditions. +