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

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.

Primary

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.

Secondary

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.

Success

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.

Info

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.

Warning

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.

Destructive

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 BasicDialog;` export const sizesDialog=`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;`