"use client"; import { Transition } from "@headlessui/react"; import { Fragment, forwardRef, useState } from "react"; const CheckIcon = (props: React.ComponentPropsWithoutRef<"svg">) => { return ( ); }; const FeedbackButton = (props: Omit, "type" | "className">) => { return (