import { Button } from "@/components/ui/button" import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" import { CheckCircle2 } from "lucide-react" import Link from "next/link" export default function SuccessPage() { return (
Payment Successful! Welcome to Crypto Commons Gathering 2026

You've successfully registered for CCG 2026. Check your email for confirmation details and next steps.

What's Next?

  • • Join our Telegram community
  • • Watch for pre-event communications
  • • Prepare your session proposals
  • • Get ready for an amazing experience
) }