From 5505e118b47e6f77c798884ec8166402d78459d3 Mon Sep 17 00:00:00 2001 From: Pratibha666 Date: Sat, 18 Jan 2025 13:27:31 +0530 Subject: [PATCH] added terms and conditions --- src/App.js | 4 +- src/Pages/Register.js | 3 ++ src/Pages/Terms.js | 94 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 src/Pages/Terms.js 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. +