import { CoinsIcon, ExternalLinkIcon } from "lucide-react"; import { FixedFloatButton } from "src/components/FixedFloatButton"; import { Alert, AlertDescription, AlertTitle } from "src/components/ui/alert"; type CryptoSwapAlertProps = { className?: string; }; export function CryptoSwapAlert({ className }: CryptoSwapAlertProps) { return ( Looking to pay to other Cryptocurrency?

If you are trying to pay a non-Bitcoin payment destination, use FixedFloat to swap and complete the payment across 70+ supported cryptocurrencies.

Pay with FixedFloat
); }