import Link from 'next/link' import { Button } from '@/components/ui/button' import { XCircle } from 'lucide-react' export const metadata = { title: 'Checkout Cancelled | Rocky Mountain Vending', description: 'Your checkout was cancelled', } export default function CheckoutCancelPage() { return (
Your checkout was cancelled. No charges were made.