diff --git a/app/termsconditions/page.tsx b/app/termsconditions/page.tsx new file mode 100644 index 0000000..1d1429f --- /dev/null +++ b/app/termsconditions/page.tsx @@ -0,0 +1,197 @@ +import { Nav } from "@/components/Nav"; +import React from "react"; + +const TermsAndConditions = () => { + return ( + <> +