Payment cancelled
Your checkout was cancelled. You can resume payment from your dashboard later.
"use client"; import { Navbar } from "@/components/layout/Navbar"; import { Footer } from "@/components/layout/Footer"; import { useRouter } from "next/navigation"; import { AlertCircle } from "lucide-react"; import React from "react"; export default function PaymentCancelPage() { const router = useRouter(); return (
Your checkout was cancelled. You can resume payment from your dashboard later.