From eefdc5b89412a741384a34600973e2727b0ddfd3 Mon Sep 17 00:00:00 2001 From: Parna Roy Chowdhury <123104247+ParnaRoyChowdhury777@users.noreply.github.com> Date: Fri, 5 Jul 2024 04:35:12 +0530 Subject: [PATCH 1/2] Issue#132 fixed. added terms and conditions page --- app/termsconditions/page.tsx | 196 +++++++++++++++++++++++++++++++++++ components/Footer.tsx | 52 ++++++++-- package-lock.json | 172 ++++++++++++++++++------------ 3 files changed, 341 insertions(+), 79 deletions(-) create mode 100644 app/termsconditions/page.tsx diff --git a/app/termsconditions/page.tsx b/app/termsconditions/page.tsx new file mode 100644 index 0000000..f4ac38a --- /dev/null +++ b/app/termsconditions/page.tsx @@ -0,0 +1,196 @@ +import { Nav } from "@/components/Nav"; +import React from "react"; + +const TermsAndConditions = () => { + return ( + <> +