feat: add /feedback page, FeedbackModal to TopNav, and footer link

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-30 19:29:12 -04:00
parent 98c2b12340
commit e77e6e4e6d
3 changed files with 43 additions and 0 deletions
+3
View File
@@ -373,6 +373,9 @@ export default function HomePage() {
<div className="mx-auto flex max-w-5xl items-center justify-between border-t border-zinc-900/60 px-4 py-4 text-[11px] text-zinc-700">
<span>© {new Date().getFullYear()} BATTL BUILDERS</span>
<div className="flex gap-4">
<Link href="/feedback" className="hover:text-zinc-500">
Send Feedback
</Link>
<Link href="/privacy" className="hover:text-zinc-500">
Privacy
</Link>