import { BrandLogo } from '@/components/common/BrandLogo' import { PageMeta } from '@/components/common/PageMeta' export default function SurveyThankYouPage() { return ( <>
{/* Top bar */}
ResolutionFlow
{/* Success icon */}

Thank You!

Your response has been recorded. Your expertise will directly shape how FlowPilot thinks about troubleshooting.

You can safely close this browser window now.

{/* Divider */}
{/* Feedback callout */}
Have Feedback?

If you have any feedback unrelated to the survey, we'd love to hear from you at{' '} feedback@resolutionflow.com

) }