feat: add privacy & terms

This commit is contained in:
Mauricio Siu
2024-10-13 22:54:02 -06:00
parent 8785282133
commit 53f345ab1d
9 changed files with 675 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
import { Pricing } from "@/components/pricing";
export default function Home() {
return (
<div className="w-full">
<Pricing />
</div>
);
}