export const title = "Pay Foster Hangdaan"; export const description = "This site lists payment methods for making payments or donations to Foster Hangdaan."; export const layout = "layout.tsx"; const crypto = [ { name: "Monero", icon: "https://static.fosterhangdaan.com/icons/simple-icons/v10.2.0/monero.svg", qrcode: "images/xmr-address.svg", address: "47fQTNLjXUPPmjcB4eU3kuSwyHkpioms77XUjdCKMKPs6jwNNEfFpEYZM4sZi9NwZHHeJD3prgLTC66E2skbvzTm1jiXb1R", preferred: true, }, { name: "Bitcoin", icon: "https://static.fosterhangdaan.com/icons/simple-icons/v10.2.0/bitcoin.svg", qrcode: "images/btc-address.svg", address: "bc1q3w9e0zm9ez24c8hhhfyamgchfvf9x85ean5wqr", }, ]; export default function Home(data: Lume.Data, _helpers: Lume.Helpers) { return (

{data.title}

This site lists the methods for sending payments or donations to{" "} Foster Hangdaan.

I currently only accept cryptocurrency donations. My wallet addresses are listed below:

); }