import React from "react"; import Wrapper from "@/components/Wrapper"; import Link from "next/link"; const Failed = () => { return (
Payment failed!
For any product related query, drop an email to
shoeshopcontact@shop.com
Continue Shopping
); }; export default Failed;