import type { Metadata } from 'next' import { FeedbackForm } from '@/components/FeedbackForm' export const metadata: Metadata = { title: 'Send Feedback — Battl Builders', description: 'Report a bug, suggest a feature, or share a thought with the Battl Builders team.', } export default function FeedbackPage() { return (

Battl Builders

Send Feedback

Bug, feature idea, or general thought — we read everything.

) }