"use client"; import { Coffee } from "lucide-react"; import { Button } from "@/components/ui/button"; export function BuyCoffeeWidget() { return (

Help keep this app running ☕

); }