import { Send, Bitcoin } from "lucide-react"; import { Button } from "@/components/ui/Button"; interface FinalCTASectionProps { telegramLink?: string; } export function FinalCTASection({ telegramLink }: FinalCTASectionProps) { return (

Join us

The best time to learn was 10 years ago. The second best time is today. Join the community.

); }