A polished feedback UI component that asks “Was this page helpful?” with Yes/No buttons, subtle animations, and a thank‑you message after selection. Fully responsive, supports light & dark mode, and includes micro‑interactions
import { Component } from "@/components/ui/feedback-prompt"; export default function DemoOne() { return <Component />; }