<!doctype html>
<html xmlns="http://www.w3.org/1999/html">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="/dist/output.css" rel="stylesheet">
    <title>Suspended - FreshStore</title>
    <meta name="description" content="This store has been suspended. Please contact FreshStore (https://www.freshstore.app/support) for more information.">
</head>
<body>
<div class="grid h-screen px-4 bg-white place-content-center">
    <div class="text-center">
        <h1 class="font-black text-gray-200 text-7xl sm:text-9xl">FreshStore</h1>

        <h2 class="text-2xl font-bold tracking-tight text-gray-900 sm:text-4xl">
            STORE SUSPENDED
        </h2>

        <p class="mt-4 text-gray-500">This <a href="https://www.freshstore.app" class="text-orange-600 hover:text-orange-400 underline">affiliate store</a> is currently suspended. If this is your store, please contact FreshStore support for more information.</p>

        <a
                href="https://www.freshstore.app/support"
                class="inline-block px-5 py-3 mt-6 text-sm font-medium text-white bg-orange-600 rounded hover:bg-orange-700 focus:outline-none focus:ring"
        >
            Contact FreshStore Support
        </a>
    </div>
</div>
</body>
</html>