web: Added privacy and terms pages.

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-04-09 19:10:00 -07:00
parent ad32ab0b97
commit c22d49caa0
3 changed files with 352 additions and 2 deletions

View file

@ -13,11 +13,11 @@ export function Footer() {
const pages = [
{
title: "Privacy",
href: "#",
href: "/privacy",
},
{
title: "Terms",
href: "#",
href: "/terms",
},
];