import { Button } from "@/components/ui/button"; import { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, } from "@/components/ui/dialog"; const SizesDialog = () => { return (
Default Dialog

Buy me a coffe.

We enables fans to financially support their favorite creators through donations.

The platform allows supporters to make one-time or recurring contributions to their favorite creators, enhancing the financial stability and creative freedom of artists, writers, developers, and more.

Large Dialog

Buy me a coffe.

We enables fans to financially support their favorite creators through donations.

The platform allows supporters to make one-time or recurring contributions to their favorite creators, enhancing the financial stability and creative freedom of artists, writers, developers, and more.

Medium Dialog

Buy me a coffe.

We enables fans to financially support their favorite creators through donations.

The platform allows supporters to make one-time or recurring contributions to their favorite creators, enhancing the financial stability and creative freedom of artists, writers, developers, and more.

Small Dialog

Buy me a coffe.

We enables fans to financially support their favorite creators through donations.

The platform allows supporters to make one-time or recurring contributions to their favorite creators, enhancing the financial stability and creative freedom of artists, writers, developers, and more.

); }; export default SizesDialog;