From 4f360ad91c1fb0d4504c852e2c698ce1d3735eb4 Mon Sep 17 00:00:00 2001 From: AswaniBolisetti Date: Thu, 17 Oct 2024 15:01:31 +0530 Subject: [PATCH] added terms and conditions --- src/App.tsx | 2 + src/components/Footer.tsx | 5 + src/components/TermsAndConditions.tsx | 131 ++++++++++++++++++++++++++ 3 files changed, 138 insertions(+) create mode 100644 src/components/TermsAndConditions.tsx diff --git a/src/App.tsx b/src/App.tsx index 3621035..ad9a500 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -29,6 +29,7 @@ import AccordionDetails from './components/AccordionDetails'; import ContactUsDetailsPage from './components/ContactUsDetailsPage'; import PaginationDetails from './components/PaginationDetails'; import TestimonialDetails from './components/TestimonialDetails'; +import TermsAndConditions from './components/TermsAndConditions'; import Footer from './components/Footer'; const App: React.FC = () => { @@ -66,6 +67,7 @@ const App: React.FC = () => { } /> } /> } /> + } /> } />