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

⚡ Faster, Smarter Updates

Using the Diff-Patch system, allow DeepSite to intelligently update your project without rewritting the entire codebase.

This means faster updates, less data usage, and a more efficient development process.

); };