export function GET() { return Response.json({ status: "ok", service: "ari-shopping-frontend", version: "4.0.0" }, { status: 200 }); }