"use client"; import Link from "next/link"; import { motion } from "framer-motion"; export default function PurchaseSuccess() { return (

Purchase complete.

Your license key is on its way. Check your email — delivery is typically within a minute.

If you don't see it, check your spam folder or contact{" "} support@verimundsolutions.com .

{ e.currentTarget.style.borderColor = "#ffffff"; e.currentTarget.style.color = "#ffffff"; }} onMouseLeave={(e) => { e.currentTarget.style.borderColor = "#222222"; e.currentTarget.style.color = "#888888"; }} > Back to UIT
); }