import { Popover, PopoverContent, PopoverTrigger, } from "@/components/ui/popover"; import { Info } from "lucide-react"; export const FollowUpTooltip = () => { return (

What is a Follow-Up?

A Follow-Up is a request to DeepSite to edit the current HTML instead of starting from scratch. This is useful when you want to make small changes or improvements to the existing design.

); };