UNPKG

@defikitdotnet/x-ai-combat

Version:

XCombatAI - Social Media Engagement Template for the Agent Framework

6 lines 592 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import Link from 'next/link'; export default function NotFound() { return (_jsxs("div", { className: "flex flex-col items-center justify-center min-h-screen p-4", children: [_jsx("h1", { className: "text-4xl font-bold mb-4", children: "404 - Page Not Found" }), _jsx("p", { className: "mb-6", children: "The page you are looking for does not exist." }), _jsx(Link, { href: "/", className: "bg-blue-500 hover:bg-blue-600 text-white py-2 px-4 rounded", children: "Go back home" })] })); } //# sourceMappingURL=not-found.js.map