Add faq page

This commit is contained in:
Jared Schoeny
2025-11-05 02:29:26 -10:00
parent cecfd49b91
commit 12723873e6
5 changed files with 139 additions and 0 deletions

View File

@@ -46,6 +46,9 @@ export default function Footer() {
<div>
<div className="mb-3 pb-2 border-b border-white/10 text-xs font-medium uppercase tracking-wider text-foreground/80">Support</div>
<ul className="space-y-1.5 sm:space-y-2">
<li>
<Link href="/faq" className="block py-1 hover:underline">FAQ</Link>
</li>
<li>
<Link href="/contact" className="block py-1 hover:underline">Contact</Link>
</li>