import Link from "next/link" import { Button } from "@/components/ui/button" import { Card, CardContent } from "@/components/ui/card" import { XCircle } from "lucide-react" export default function CancelPage() { return (

Donation Cancelled

No worries! You can always come back to support Jerry and the Alert Bay Trumpeter mission later.

) }