import React from 'react'; import Image from 'next/image'; import NostrIcon from '../../public/images/nostr.png'; import { Card } from 'primereact/card'; import { Message } from 'primereact/message'; import { useToast } from "@/hooks/useToast"; import useWindowWidth from "@/hooks/useWindowWidth"; import GenericButton from '@/components/buttons/GenericButton'; import InteractivePromotionalCarousel from '@/components/content/carousels/InteractivePromotionalCarousel'; const AboutPage = () => { const { showToast } = useToast(); const windowWidth = useWindowWidth(); const isTabView = windowWidth <= 1360; const copyToClipboard = async (text) => { try { await navigator.clipboard.writeText(text); showToast("success", "Copied", "Copied Lightning Address to clipboard"); if (window && window?.webln && window?.webln?.lnurl) { await window.webln.enable(); const result = await window.webln.lnurl("austin@bitcoinpleb.dev"); if (result && result?.preimage) { showToast("success", "Payment Sent", "Thank you for your donation!"); } } } catch (err) { console.error('Failed to copy:', err); } }; return (
All educational content is published to Nostr and actively pulled from Nostr relays, ensuring distributed and up-to-date information.
high signal, Bitcoin, Lightning, Nostr educational content.
All of the current PlebDevs Community channels.