import { CreditCardIcon, DatabaseBackupIcon, HeadphonesIcon, LifeBuoyIcon, MailIcon, SparklesIcon, ZapIcon, } from "lucide-react"; import Container from "src/components/Container"; import ExternalLink from "src/components/ExternalLink"; import TwoColumnLayoutHeader from "src/components/TwoColumnLayoutHeader"; import { Badge } from "src/components/ui/badge"; import { Card, CardDescription, CardHeader, CardTitle, } from "src/components/ui/card"; import { LinkButton } from "src/components/ui/custom/link-button"; type ConnectAlbyAccountProps = { connectUrl?: string; }; export function ConnectAlbyAccount({ connectUrl }: ConnectAlbyAccountProps) { return (
Lightning Address Personalized lightning address to receive payments Email Notifications Instant notifications about incoming transactions and more Encrypted Backups Ensures you can always recover funds from lightning channels Support Human support via live chat when you need a helping hand Fiat Top ups Top up with fiat and get Bitcoin delivered to your Alby Hub Podcasting 2.0 Support your favorite creators by streaming sats
Connect Maybe later
Unlock additional features with{" "} Pro
); function AlbyProIcon() { return (
); } }