adding the terms and conditions link

This commit is contained in:
2025-11-24 13:43:05 -04:00
parent 4214f94ab8
commit d47f3d566a
3 changed files with 732 additions and 1 deletions

5
src/app/terms/page.tsx Normal file
View File

@@ -0,0 +1,5 @@
import TosCard from '@/components/tos-card';
export default function TermsPage() {
return <TosCard />;
}