import type { Metadata } from "next"; import Link from "next/link"; import { Wrench } from "lucide-react"; import { SpinzaWordmark } from "@/components/brand/logo"; import { MaintenanceRetry } from "./retry"; export const metadata: Metadata = { title: "Maintenance", robots: { index: false } }; export default function MaintenancePage() { return (
Scheduled maintenance

Spinza is getting an upgrade.

Your credits and progress are safe. We are polishing the reels and will be back shortly — this page checks automatically.

Virtual credits only. No deposits. No withdrawals. No cash value. 18+.

); }